Connection notify event class.
Public Member Functions | |
__init__ (HKEventBase pEvent) | |
Constructor. | |
Public Attributes | |
FBPropertyConnectionAction | Action |
Read Only Property: Connection's action performed. | |
FBPropertyBase | SrcIndex |
Read Only Property: Index of the source in the destination component. | |
FBPropertyConnectionType | ConnectionType |
Read Only Property: Connection's type. | |
FBPropertyBaseComponent | SrcPlug |
Read Only Property: The source plug involved in the action. | |
FBPropertyBaseComponent | DstPlug |
Read Only Property: The destination plug involved in the action. | |
FBPropertyBaseComponent | NewPlug |
Read Only Property: New plug created by the action. |
__init__ | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
Reimplemented from FBEvent.
FBPropertyConnectionAction Action |
Read Only Property: Connection's action performed.
FBPropertyBase SrcIndex |
Read Only Property: Index of the source in the destination component.
FBPropertyConnectionType ConnectionType |
Read Only Property: Connection's type.
FBPropertyBaseComponent SrcPlug |
Read Only Property: The source plug involved in the action.
FBPropertyBaseComponent DstPlug |
Read Only Property: The destination plug involved in the action.
FBPropertyBaseComponent NewPlug |
Read Only Property: New plug created by the action.
(Mostly used by merge/replace)