#include <mobu-python-api.h>
Connection notify event class.
Public Member Functions | |
__reduce__ () | |
__init__ (object arg1) | |
Constructor. More... | |
![]() | |
__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... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
__init__ | ( | object | arg1 | ) |
Constructor.
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBEventConnectionNotify(HKEventBase pEvent)
pEvent | Base event (internal) to obtain information from. |
__reduce__ | ( | ) |
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.