HDK
|
Go to the source code of this file.
Classes | |
class | OP_Layout |
Typedefs | |
typedef UT_ValArray < op_LayoutTile * > | op_TileList |
typedef UT_ValArray < op_LayoutTree * > | op_TreeList |
typedef UT_ValArray < op_LayoutBranch * > | op_BranchList |
Enumerations | |
enum | OP_LayoutDirection { OP_LAYOUT_BOT_TO_TOP, OP_LAYOUT_RIGHT_TO_LEFT, OP_LAYOUT_TOP_TO_BOT } |
enum | OP_LayoutSort { OP_LAYOUT_SORT_NONE, OP_LAYOUT_SORT_ABC, OP_LAYOUT_SORT_OPTYPE } |
typedef UT_ValArray<op_LayoutBranch *> op_BranchList |
Definition at line 44 of file OP_Layout.h.
typedef UT_ValArray<op_LayoutTile *> op_TileList |
Definition at line 42 of file OP_Layout.h.
typedef UT_ValArray<op_LayoutTree *> op_TreeList |
Definition at line 43 of file OP_Layout.h.
enum OP_LayoutDirection |
Enumerator | |
---|---|
OP_LAYOUT_BOT_TO_TOP | |
OP_LAYOUT_RIGHT_TO_LEFT | |
OP_LAYOUT_TOP_TO_BOT |
Definition at line 28 of file OP_Layout.h.
enum OP_LayoutSort |
Enumerator | |
---|---|
OP_LAYOUT_SORT_NONE | |
OP_LAYOUT_SORT_ABC | |
OP_LAYOUT_SORT_OPTYPE |
Definition at line 35 of file OP_Layout.h.