HDK
|
#include <OP_BundleList.h>
Public Types | |
enum | OP_BundleListEventType { BUNDLE_ADDED, BUNDLE_DELETED, BUNDLE_CHANGED } |
Public Member Functions | |
OP_BundleListEvent (OP_BundleListEventType type, OP_Bundle &bundle) | |
Public Attributes | |
OP_BundleListEventType | myEventType |
OP_Bundle & | myBundle |
Definition at line 34 of file OP_BundleList.h.
Enumerator | |
---|---|
BUNDLE_ADDED | |
BUNDLE_DELETED | |
BUNDLE_CHANGED |
Definition at line 38 of file OP_BundleList.h.
|
inline |
Definition at line 45 of file OP_BundleList.h.
OP_Bundle& OP_BundleListEvent::myBundle |
Definition at line 50 of file OP_BundleList.h.
OP_BundleListEventType OP_BundleListEvent::myEventType |
Definition at line 49 of file OP_BundleList.h.