FBEventConnectionNotify Class Reference
 
 
 
FBEventConnectionNotify Class Reference

#include <mobu-python-api.h>


Class Description

Connection notify event class.

Inheritance diagram for FBEventConnectionNotify:
FBEvent

Public Member Functions

def  __reduce__ ()
def  __init__ ()

Public Attributes

FBPropertyConnectionAction  Action
FBPropertyInt  SrcIndex
FBPropertyPlug  SrcPlug
FBPropertyConnectionType  ConnectionType
FBPropertyPlug  DstPlug
FBPropertyPlug  NewPlug
FBPropertyInt  Type

Member Function Documentation

def __reduce__ ( )

Reimplemented from FBEvent.

def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBEventConnectionNotify(HKEventBase pEvent) 

Constructor.

Parameters:
pEvent Base event (internal) to obtain information from.

Reimplemented from FBEvent.


Member Data Documentation

FBPropertyConnectionAction Action

Read Only Property: Connection's action performed.

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

FBPropertyPlug SrcPlug

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

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)