#include <fbcomponent.h>
Connection notify event class.
Definition at line 959 of file fbcomponent.h.
Public Member Functions |
|
FBEventConnectionStateNotify (HKEventBase pEvent) | |
Constructor. |
|
void * | GetData () |
Available data pointer. |
|
void * | GetOldData () |
Last available data pointer. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyConnectionAction | Action |
Read Only Property: Connection's
action performed. |
|
FBPropertyPlug | Plug |
Read Only Property: The plug involved
in the action. |
|
FBPropertyInt | Type |
Read Only Property: Type of event.
|
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventConnectionStateNotify::FBEventConnectionStateNotify | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
void* FBEventConnectionStateNotify::GetData | ( | ) |
Available data pointer.
void* FBEventConnectionStateNotify::GetOldData | ( | ) |
Last available data pointer.
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
FBPropertyConnectionAction FBEventConnectionStateNotify::Action |
Read Only Property: Connection's action performed.
Definition at line 967 of file fbcomponent.h.
Read Only Property: The plug involved in the action.
Definition at line 968 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] |