FBEventConnectionKeyingNotify Class Reference
 
 
 
FBEventConnectionKeyingNotify Class Reference

#include <fbcomponent.h>


Class Description

Definition at line 978 of file fbcomponent.h.

Inheritance diagram for FBEventConnectionKeyingNotify:
FBEvent

Public Member Functions

  FBEventConnectionKeyingNotify (HKEventBase pEvent)
  Constructor.
FBConnectionAction  GetAction (void)
  returns keying action
FBPlug GetPlug (void)
  returns FBPlug that the keying action takes effect upon.
FBPlug GetProperty (void)
  returns FBProperty that the keying action takes effect upon.
void *  GetData (void)
  returns data which is related to the keying action.
void  PropertyAdd (FBProperty *)
  Empty function to avoid creating property container object.

Public Attributes

FBPropertyInt  Type
  Read Only Property: Type of event.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

FBEventConnectionKeyingNotify::FBEventConnectionKeyingNotify ( HKEventBase  pEvent )

Constructor.

Parameters:
pEvent Base event (internal) to obtain information from.

Member Function Documentation

FBConnectionAction FBEventConnectionKeyingNotify::GetAction ( void  )

returns keying action

Returns:
keying action
FBPlug* FBEventConnectionKeyingNotify::GetPlug ( void  )

returns FBPlug that the keying action takes effect upon.

Returns:
FBPlug that the keying action takes effect upon.
FBPlug* FBEventConnectionKeyingNotify::GetProperty ( void  )

returns FBProperty that the keying action takes effect upon.

Returns:
FBProperty that the keying action takes effect upon.
void* FBEventConnectionKeyingNotify::GetData ( void  )

returns data which is related to the keying action.

Returns:
data which is related to the keying action.
void FBEvent::PropertyAdd ( FBProperty ) [inline, inherited]

Empty function to avoid creating property container object.

Definition at line 907 of file fbcomponent.h.

:

Member Data Documentation

Read Only Property: Type of event.

Reimplemented in FBEventAnimationNode, FBEventSceneChange, FBEventTakeChange, and FBEventFileChange.

Definition at line 900 of file fbcomponent.h.

HKEventBase FBEvent::mEvent [protected, inherited]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


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