All Frameworks Object Hierarchy This Framework Indexes
CatSpecsLayout (Enumeration)
enum CatSpecsLayout {
catSpecsViewerHorizontalIndented,
catSpecsViewerHorizontalUp,
catSpecsViewerHorizontalCentered,
catSpecsViewerVerticalCentered,
catSpecsViewerHorizontalRelational,
catSpecsViewerVerticalRelational
}
Specification tree layout.
It is used by the SpecsViewer object.
- Values:
-
- catSpecsViewerHorizontalIndented
- The specification tree is indented horizontally (classical Windows style)
- catSpecsViewerHorizontalUp
- The specification tree is indented horizontally (structure)
- catSpecsViewerHorizontalCentered
- The specification tree is centered horizontally (constructive historic, horizontal)
- catSpecsViewerVerticalCentered
- The specification tree is centered vertically (constructive historic, vertical)
- catSpecsViewerHorizontalRelational
- The specification tree is centered horizontally (relational, horizontal)
- catSpecsViewerVerticalRelational
- The specification tree is centered vertically (relational, horizontal)