Python Reference Guide
FBEventConnectionNotify Class Reference

Connection notify event class. More...

Inheritance diagram for FBEventConnectionNotify:

Public Member Functions

 FBEventConnectionNotify (HKEventBase pEvent)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 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...
 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.
More...
 

Detailed Description

Connection notify event class.


Constructor & Destructor Documentation

◆ FBEventConnectionNotify()

FBEventConnectionNotify ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Action

Read Only Property: Connection's action performed.

◆ ConnectionType

FBConnectionType ConnectionType

Read Only Property: Connection's type.

◆ DstPlug

FBPlug DstPlug

Read Only Property: The destination plug involved in the action.

◆ NewPlug

FBPlug NewPlug

Read Only Property: New plug created by the action. (Mostly used by merge/replace)

◆ SrcIndex

int SrcIndex

Read Only Property: Index of the source in the destination component.

◆ SrcPlug

FBPlug SrcPlug

Read Only Property: The source plug involved in the action.