FBEventConnectionNotify Class Reference

FBEventConnectionNotify Class Reference

#include <mobu-python-api.h>

Class Description

Connection notify event class.

+ Inheritance diagram for FBEventConnectionNotify:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 

Public Attributes

FBPropertyConnectionAction Action
 Read Only Property: Connection's action performed. More...
 
FBPropertyInt SrcIndex
 Read Only Property: Index of the source in the destination component. More...
 
FBPropertyPlug SrcPlug
 Read Only Property: The source plug involved in the action. More...
 
FBPropertyConnectionType ConnectionType
 Read Only Property: Connection's type. More...
 
FBPropertyPlug DstPlug
 Read Only Property: The destination plug involved in the action. More...
 
FBPropertyPlug NewPlug
 Read Only Property: New plug created by the action. More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Member Function Documentation

__init__ ( object  arg1)

Constructor.

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBEventConnectionNotify(HKEventBase pEvent) 
Parameters
pEventBase event (internal) to obtain information from.
__reduce__ ( )

Member Data Documentation

FBPropertyConnectionAction Action

Read Only Property: Connection's action performed.

FBPropertyConnectionType ConnectionType

Read Only Property: Connection's type.

FBPropertyPlug DstPlug

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

FBPropertyPlug NewPlug

Read Only Property: New plug created by the action.

(Mostly used by merge/replace)

FBPropertyInt SrcIndex

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

FBPropertyPlug SrcPlug

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