#include "OP_API.h"#include <UT/UT_PtrArray.h>Go to the source code of this file.
Classes | |
| class | OP_Layout |
Typedefs | |
| typedef UT_PtrArray < op_LayoutTile * > | op_TileList |
| typedef UT_PtrArray < op_LayoutTree * > | op_TreeList |
| typedef UT_PtrArray < 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 } |
| enum | OP_TYPE { OP_NODE, OP_INDIRECT, OP_NETWORKBOX } |
| typedef UT_PtrArray<op_LayoutBranch *> op_BranchList |
Definition at line 57 of file OP_Layout.h.
| typedef UT_PtrArray<op_LayoutTile *> op_TileList |
Definition at line 55 of file OP_Layout.h.
| typedef UT_PtrArray<op_LayoutTree *> op_TreeList |
Definition at line 56 of file OP_Layout.h.
| enum OP_LayoutDirection |
Definition at line 34 of file OP_Layout.h.
| enum OP_LayoutSort |
Definition at line 41 of file OP_Layout.h.
| enum OP_TYPE |
1.5.9