Connection notify event class. More...
#include <fbcomponent.h>
Public Member Functions | |
FBEventConnectionDataNotify (HKEventBase pEvent) | |
Constructor. More... | |
void * | GetData () |
Available data pointer. More... | |
void * | GetOldData () |
Last available data pointer. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
Public Attributes | |
FBPropertyConnectionAction | Action |
Read Only Property: Connection's action performed. More... | |
FBPropertyPlug | Plug |
Read Only Property: The plug involved in the action. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
Connection notify event class.
Definition at line 988 of file fbcomponent.h.
FBEventConnectionDataNotify | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
void* GetData | ( | ) |
Available data pointer.
void* GetOldData | ( | ) |
Last available data pointer.
FBPropertyConnectionAction Action |
Read Only Property: Connection's action performed.
Definition at line 996 of file fbcomponent.h.
FBPropertyPlug Plug |
Read Only Property: The plug involved in the action.
Definition at line 997 of file fbcomponent.h.