HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_Layout.h File Reference
#include "OP_API.h"
#include <UT/UT_ValArray.h>
#include <SYS/SYS_Types.h>
+ Include dependency graph for OP_Layout.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

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.

Enumeration Type Documentation

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.

Enumerator
OP_LAYOUT_SORT_NONE 
OP_LAYOUT_SORT_ABC 
OP_LAYOUT_SORT_OPTYPE 

Definition at line 35 of file OP_Layout.h.