VbzCart/docs/pieces/image: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces
Jump to navigation Jump to search
imported>Woozle
(table, code, classes)
 
m (Woozle moved page VbzCart/VbzCart/pieces/image to VbzCart/docs/pieces/image without leaving a redirect: correct naming (was no way to import directly to this name))
 
(No difference)

Latest revision as of 01:53, 25 February 2024

About

Each image:

  • corresponds to a particular view of a particular title
    • each view has an attribute
  • may have multiple standard sizes
  • has a page for every size larger than the size used on the title's page
    • each page shows links to the other sizes (those that have pages) and the title

Table

Code

Classes

  • collections:
    • clsImages (extends clsVbzTable)
    • clsVbzFolders (extends clsVbzTable)
  • singular:
    • clsImage (extends clsVbzRecs)
    • clsVbzFolder (extends clsDataSet)