HDK
|
#include <OP_Bundle.h>
Public Types | |
enum | OP_EventType { BUNDLE_RENAMED, BUNDLE_PICKED, BUNDLE_LOCK_CHANGED, BUNDLE_FILTER_CHANGED, OP_ADDED, OP_DELETED, OP_ADDED_OR_DELETED, OP_RENAMED } |
Public Member Functions | |
OP_BundleEvent (OP_EventType type, OP_Bundle &bundle) | |
Public Attributes | |
OP_EventType | myEventType |
OP_Bundle & | myBundle |
Definition at line 61 of file OP_Bundle.h.
Enumerator | |
---|---|
BUNDLE_RENAMED | |
BUNDLE_PICKED | |
BUNDLE_LOCK_CHANGED | |
BUNDLE_FILTER_CHANGED | |
OP_ADDED | |
OP_DELETED | |
OP_ADDED_OR_DELETED | |
OP_RENAMED |
Definition at line 65 of file OP_Bundle.h.
|
inline |
Definition at line 77 of file OP_Bundle.h.
OP_Bundle& OP_BundleEvent::myBundle |
Definition at line 82 of file OP_Bundle.h.
OP_EventType OP_BundleEvent::myEventType |
Definition at line 81 of file OP_Bundle.h.