#include "OP_API.h"#include <SYS/SYS_Types.h>#include <UT/UT_PtrArray.h>#include "OP_NetworkBoxItemFlags.h"Go to the source code of this file.
Classes | |
| class | OP_NetworkBoxItem |
Defines | |
| #define | OP_NO_OWNER_NETWORK_BOX "__NO_OWNER_NETWORK_BOX__" |
Typedefs | |
| typedef UT_PtrArray < OP_NetworkBoxItem * > | OP_NetworkBoxItemList |
| typedef unsigned int | OP_ItemTypeMask |
Enumerations | |
| enum | OP_ItemType { OP_ITEMTYPE_NODE = 0x00000001, OP_ITEMTYPE_INDIRECT = 0x00000002, OP_ITEMTYPE_NETWORKBOX = 0x00000004, OP_ITEMTYPE_POSTIT_NOTE = 0x00000008, OP_ITEMTYPE_ALL = 0xFFFFFFFF } |
| #define OP_NO_OWNER_NETWORK_BOX "__NO_OWNER_NETWORK_BOX__" |
Definition at line 30 of file OP_NetworkBoxItem.h.
| typedef unsigned int OP_ItemTypeMask |
This mask is used as a type to encompass all possible combinations of OP_ItemType.
Definition at line 44 of file OP_NetworkBoxItem.h.
| typedef UT_PtrArray<OP_NetworkBoxItem *> OP_NetworkBoxItemList |
Definition at line 38 of file OP_NetworkBoxItem.h.
| enum OP_ItemType |
| OP_ITEMTYPE_NODE | |
| OP_ITEMTYPE_INDIRECT | |
| OP_ITEMTYPE_NETWORKBOX | |
| OP_ITEMTYPE_POSTIT_NOTE | |
| OP_ITEMTYPE_ALL |
Definition at line 46 of file OP_NetworkBoxItem.h.
1.5.9