DynamicEvents Struct Reference
A simple class that just defines enums for items involving dynamic operations on layouts and data.
More...
#include <DynamicEvents.h>
List of all members.
|
Public Types |
| enum | EventCode {
create = 1000,
extend,
destroyInterval,
destroyRange,
destroyList,
destroyIterList,
copyInterval,
copyRange,
copyList,
copyPatchList,
sync,
unknownEvent
} |
| enum | { backfill = 100,
shiftup,
unknownMethod
} |
| typedef int | PatchID_t |
| typedef int | CreateSize_t |
Static Public Member Functions |
| static bool | isDynamic (int eventcode) |
Detailed Description
A simple class that just defines enums for items involving dynamic operations on layouts and data.
It defines enums for
- type of operation (create, DESTROY, COPY, sync)
- type of domain (INTERVAL, RANGE, LIST)
- type of delete method (backfill, shiftup)
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
-
| create |
|
| extend |
|
| destroyInterval |
|
| destroyRange |
|
| destroyList |
|
| destroyIterList |
|
| copyInterval |
|
| copyRange |
|
| copyList |
|
| copyPatchList |
|
| sync |
|
| unknownEvent |
|
- Enumerator:
-
| backfill |
|
| shiftup |
|
| unknownMethod |
|
Member Function Documentation
| static bool DynamicEvents::isDynamic |
( |
int |
eventcode |
) |
[inline, static] |
The documentation for this struct was generated from the following file: