libHSPlasma
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
proControlKeyEventData Class Reference

#include <proEventData.h>

Inheritance diagram for proControlKeyEventData:
proEventData

Public Member Functions

 proControlKeyEventData ()
int getControlKey () const
bool isDown () const
void setControlKey (int key)
void setDown (bool down)
- 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 *S, plResManager *mgr)
virtual void IWrite (hsStream *S, plResManager *mgr)
virtual void IPrcWrite (pfPrcHelper *prc)
virtual void IPrcParse (const pfPrcTag *tag, plResManager *mgr)

Protected Attributes

int fControlKey
bool fDown
- Protected Attributes inherited from proEventData
int fEventType

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 proEventDataRead (hsStream *S, plResManager *mgr)
static proEventDataPrcParse (const pfPrcTag *tag, plResManager *mgr)
- Static Protected Member Functions inherited from proEventData
static proEventDataICreateEventDataType (int type)
static proEventDataICreateEventDataType (const char *typeName)

Constructor & Destructor Documentation

proControlKeyEventData::proControlKeyEventData ( )

Member Function Documentation

int proControlKeyEventData::getControlKey ( ) const
virtual void proControlKeyEventData::IPrcParse ( const pfPrcTag tag,
plResManager mgr 
)
protectedvirtual

Reimplemented from proEventData.

virtual void proControlKeyEventData::IPrcWrite ( pfPrcHelper prc)
protectedvirtual

Implements proEventData.

virtual void proControlKeyEventData::IRead ( hsStream S,
plResManager mgr 
)
protectedvirtual

Implements proEventData.

bool proControlKeyEventData::isDown ( ) const
virtual void proControlKeyEventData::IWrite ( hsStream S,
plResManager mgr 
)
protectedvirtual

Implements proEventData.

void proControlKeyEventData::setControlKey ( int  key)
void proControlKeyEventData::setDown ( bool  down)

Member Data Documentation

int proControlKeyEventData::fControlKey
protected
bool proControlKeyEventData::fDown
protected

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