Connection notify event class. More...
#include <pyfbsdk.h>

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. | |
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.