FreePOOMA  2.4.1
Public Types | Static Public Member Functions
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


Member Typedef Documentation


Member Enumeration Documentation

Enumerator:
create 
extend 
destroyInterval 
destroyRange 
destroyList 
destroyIterList 
copyInterval 
copyRange 
copyList 
copyPatchList 
sync 
unknownEvent 
anonymous enum
Enumerator:
backfill 
shiftup 
unknownMethod 

Member Function Documentation

static bool DynamicEvents::isDynamic ( int  eventcode) [inline, static]

References create, and unknownEvent.


The documentation for this struct was generated from the following file: