|
libHSPlasma
|
#include <proEventData.h>
Public Member Functions | |
| proClickDragEventData () | |
Public Member Functions inherited from proEventData | |
| proEventData () | |
| virtual | ~proEventData () |
| int | EventType () const |
| void | write (hsStream *S, plResManager *mgr) |
| void | prcWrite (pfPrcHelper *prc) |
Protected Member Functions | |
| virtual void | IRead (hsStream *, plResManager *) |
| virtual void | IWrite (hsStream *, plResManager *) |
| virtual void | IPrcWrite (pfPrcHelper *) |
Protected Member Functions inherited from proEventData | |
| virtual void | IPrcParse (const pfPrcTag *tag, plResManager *mgr) |
Additional Inherited Members | |
Public Types inherited from proEventData | |
| enum | eventType { kCollision = 1, kPicked, kControlKey, kVariable, kFacing, kContained, kActivate, kCallback, kResponderState, kMultiStage, kSpawned, kClickDrag, kCoop, kOfferLinkBook, kBook, kClimbingBlockerHit, kNone } |
| enum | dataType { kNumber, kKey, kNotta } |
| enum | multiStageEventType { kEnterStage = 1, kBeginningOfLoop, kAdvanceNextStage, kRegressPrevStage, kNothing } |
Static Public Member Functions inherited from proEventData | |
| static proEventData * | Read (hsStream *S, plResManager *mgr) |
| static proEventData * | PrcParse (const pfPrcTag *tag, plResManager *mgr) |
Static Protected Member Functions inherited from proEventData | |
| static proEventData * | ICreateEventDataType (int type) |
| static proEventData * | ICreateEventDataType (const char *typeName) |
Protected Attributes inherited from proEventData | |
| int | fEventType |
| proClickDragEventData::proClickDragEventData | ( | ) |
|
protectedvirtual |
Implements proEventData.
|
protectedvirtual |
Implements proEventData.
|
protectedvirtual |
Implements proEventData.
1.8.1.2