#include <mobu-python-api.h>
Connection notify event class.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBPropertyConnectionAction | Action |
FBPropertyPlug | Plug |
FBPropertyInt | Type |
def __reduce__ | ( | ) |
Reimplemented from FBEvent.
def __init__ | ( | ) |
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBEventConnectionDataNotify(HKEventBase pEvent)
Constructor.
pEvent | Base event (internal) to obtain information from. |
Reimplemented from FBEvent.
FBPropertyConnectionAction Action |
FBPropertyPlug Plug |
Read Only Property: The plug involved in the action.
FBPropertyInt Type
[inherited] |
Read Only Property: Type of event.
Reimplemented in FBEventFileChange, FBEventSceneChange, and FBEventTakeChange.