HDK
|
#include <SYS/SYS_Deprecated.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_UniquePtr.h>
Go to the source code of this file.
Typedefs | |
typedef UT_ValArray < OP_NetworkBoxItem * > | OP_NetworkBoxItemList |
typedef UT_Array< OP_Node * > | OP_NodeList |
typedef UT_IntrusivePtr < OP_DataBlock > | OP_DataBlockPtr |
typedef OP_DataType | OP_DATA_TYPE |
typedef OP_DataType OP_DATA_TYPE |
Definition at line 43 of file OP_DataTypes.h.
typedef UT_IntrusivePtr<OP_DataBlock> OP_DataBlockPtr |
Definition at line 26 of file OP_DataTypes.h.
typedef UT_ValArray<OP_NetworkBoxItem *> OP_NetworkBoxItemList |
Definition at line 22 of file OP_DataTypes.h.
typedef UT_Array<OP_Node *> OP_NodeList |
Definition at line 25 of file OP_DataTypes.h.
enum OP_DataType |
Enumerator | |
---|---|
OP_NO_DATA | |
OP_GEOMETRY_DATA | |
OP_TRANSFORM_DATA | |
OP_OTHER_DATA | |
OP_CHANNEL_DATA | |
OP_SHADER_DATA | |
OP_SIM_DATA | |
OP_RASTER_DATA | |
OP_SCENE_DATA | |
OP_LAYER_DATA | |
OP_NUM_DATA_TYPES |
Definition at line 28 of file OP_DataTypes.h.
enum OP_InterestType |
Definition at line 45 of file OP_DataTypes.h.
enum OP_OverwriteAction |
Enumerator | |
---|---|
OP_NO_OVERWRITE | |
OP_OVERWRITE_DELETE_EXISTING | |
OP_OVERWRITE_USE_EXISTING |
Definition at line 125 of file OP_DataTypes.h.
enum OP_UIChangeType |
An enumeration that indicates to the user, what aspect of a OP_Node's UI representation changed, that caused the OP_UI_CHANGED event for that node to be sent.
Enumerator | |
---|---|
OP_UICHANGE_ANY |
The change type wasn't set, so it could be any of them. |
OP_UICHANGE_ERROR_STATE |
Errors/warnings got set/cleared. |
OP_UICHANGE_PICK |
The pick/selection state changed. |
OP_UICHANGE_COLOR |
The node's color changed. |
OP_UICHANGE_DELETE_SCRIPT |
The node's delete script changed. |
OP_UICHANGE_COMMENT |
The node's comment changed. |
OP_UICHANGE_LOCK_FLAG |
The node's lock flag. |
OP_UICHANGE_COMPRESS_FLAG |
The node's compress (thumbnail) flag changed. |
OP_UICHANGE_OTL_MATCH_STATE |
The node's OTL definition match state changed. |
OP_UICHANGE_ACTIVE_INPUT |
The active input changed. |
OP_UICHANGE_CONNECTIONS |
The input/output connections have changed. |
OP_UICHANGE_EXPR_LANGUAGE |
The expression language changed. |
OP_UICHANGE_NETWORKBOX |
A network box owned by this network changed. |
OP_UICHANGE_POSTIT |
A post-it owned by this network changed. |
OP_UICHANGE_DOT |
A dot owned by this network changed. |
OP_UICHANGE_PREVIEW |
Preview has changed. |
OP_UICHANGE_OPTYPE_OBJ | |
OP_UICHANGE_OPTYPE_SOP | |
OP_UICHANGE_OPTYPE_COP2 |
|
OP_UICHANGE_OPTYPE_VOP |
|
Definition at line 77 of file OP_DataTypes.h.