#include <fbdata.h>
The transform manipulator has begun doing modifications This event occurs every time a manipulator:
Public Member Functions |
|
FBEventAnimationNode (HKEventBase pEvent) | |
Constructor. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyEventAnimationNodeType | Type |
Read Only Property: Type of selection
event. |
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventAnimationNode::FBEventAnimationNode | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
FBPropertyEventAnimationNodeType FBEventAnimationNode::Type |
Read Only Property: Type of selection event.
Reimplemented from FBEvent.
HKEventBase FBEvent::mEvent
[protected, inherited] |