#include <fbcomponent.h>
Definition at line 978 of file fbcomponent.h.
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. |
FBEventConnectionKeyingNotify::FBEventConnectionKeyingNotify | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
FBConnectionAction FBEventConnectionKeyingNotify::GetAction | ( | void | ) |
FBPlug* FBEventConnectionKeyingNotify::GetPlug | ( | void | ) |
FBPlug* FBEventConnectionKeyingNotify::GetProperty | ( | void | ) |
returns FBProperty that the keying action takes effect upon.
void* FBEventConnectionKeyingNotify::GetData | ( | void | ) |
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.
:
FBPropertyInt
FBEvent::Type
[inherited] |
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] |