#include "OP_API.h"#include <iostream.h>#include <UT/UT_String.h>#include <UT/UT_PtrArray.h>#include <UT/UT_SymbolTable.h>#include "OP_Operator.h"#include "OP_GroupList.h"#include "OP_NetworkBox.h"#include "OP_NetworkBoxList.h"#include "OP_PostIt.h"#include "OP_PostItNoteList.h"#include "OP_Node.h"Go to the source code of this file.
Classes | |
| struct | OP_FixNameParms |
| class | OP_OperatorFilter |
| class | OP_Network |
Typedefs | |
| typedef void *(OP_Network::* | OP_FindItemFunc )(const char *) |
Enumerations | |
| enum | OP_TileType { OP_TILE_ALL = 0xFF, OP_TILE_NODE = 0x01, OP_TILE_PARENT = 0x02, OP_TILE_GROUP = 0x04, OP_TILE_NOT_NODE = (OP_TILE_ALL & ~OP_TILE_NODE), OP_TILE_NOT_PARENT = (OP_TILE_ALL & ~OP_TILE_PARENT), OP_TILE_NOT_GROUP = (OP_TILE_ALL & ~OP_TILE_GROUP) } |
| enum | OP_RenameAction { OP_RENAME_NO_PROPAGATE = 0x00, OP_RENAME_NORMAL = 0x01, OP_RENAME_NO_EVENTS = 0x02, OP_RENAME_NO_DEPENDENCIES = 0x04, OP_RENAME_NUM_ACTIONS } |
Functions | |
| OP_API const UT_SymbolTable * | OPgetGlobalOperatorTables () |
| typedef void*(OP_Network::* OP_FindItemFunc)(const char *) |
Definition at line 115 of file OP_Network.h.
| enum OP_RenameAction |
| OP_RENAME_NO_PROPAGATE | |
| OP_RENAME_NORMAL | |
| OP_RENAME_NO_EVENTS | |
| OP_RENAME_NO_DEPENDENCIES | |
| OP_RENAME_NUM_ACTIONS |
Definition at line 70 of file OP_Network.h.
| enum OP_TileType |
| OP_TILE_ALL | |
| OP_TILE_NODE | |
| OP_TILE_PARENT | |
| OP_TILE_GROUP | |
| OP_TILE_NOT_NODE | |
| OP_TILE_NOT_PARENT | |
| OP_TILE_NOT_GROUP |
Definition at line 53 of file OP_Network.h.
| OP_API const UT_SymbolTable* OPgetGlobalOperatorTables | ( | ) |
1.5.9