Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventConnectionNotify Class Reference

Connection notify event class. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBEventConnectionNotify:

Public Member Functions

 FBEventConnectionNotify (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

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.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

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.