|
FreePOOMA
2.4.1
|
A simple class that just defines enums for items involving dynamic operations on layouts and data. More...
#include <DynamicEvents.h>
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) |
A simple class that just defines enums for items involving dynamic operations on layouts and data.
It defines enums for
| typedef int DynamicEvents::PatchID_t |
| typedef int DynamicEvents::CreateSize_t |
| static bool DynamicEvents::isDynamic | ( | int | eventcode | ) | [inline, static] |
References create, and unknownEvent.
1.7.6.1