FBEventTakeChange Class Reference

FBEventTakeChange Class Reference

#include <mobu-python-api.h>

Class Description

Take change event class.

This event occurs every time a take is:

  • added
  • destroyed
  • renamed
  • selected, etc.
+ Inheritance diagram for FBEventTakeChange:

Public Member Functions

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

Public Attributes

FBPropertyTakeChangeType Type
 Read Only Property: Type of take change event. More...
 
FBPropertyTake Take
 Read Only Property: The take modified. 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:

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

Member Data Documentation

FBPropertyTake Take

Read Only Property: The take modified.

FBPropertyTakeChangeType Type

Read Only Property: Type of take change event.