Connection notify event class. More...
Public Member Functions | |
FBEventConnectionNotify (HKEventBase pEvent) | |
Constructor. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
Public Attributes | |
FBConnectionAction | Action |
Read Only Property: Connection's action performed. More... | |
FBConnectionType | ConnectionType |
Read Only Property: Connection's type. More... | |
FBPlug | DstPlug |
Read Only Property: The destination plug involved in the action. More... | |
FBPlug | NewPlug |
Read Only Property: New plug created by the action. (Mostly used by merge/replace) More... | |
int | SrcIndex |
Read Only Property: Index of the source in the destination component. More... | |
FBPlug | SrcPlug |
Read Only Property: The source plug involved in the action. More... | |
![]() | |
int | Type |
Read Only Property: Type of event. More... | |
Connection notify event class.
FBEventConnectionNotify | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
FBConnectionAction Action |
Read Only Property: Connection's action performed.
FBConnectionType ConnectionType |
Read Only Property: Connection's type.
FBPlug DstPlug |
Read Only Property: The destination plug involved in the action.
FBPlug NewPlug |
Read Only Property: New plug created by the action. (Mostly used by merge/replace)
int SrcIndex |
Read Only Property: Index of the source in the destination component.
FBPlug SrcPlug |
Read Only Property: The source plug involved in the action.