This reference page is linked to from the following overview topics: Events & callbacks, File Events.
#include <mobu-python-api.h>
Base Event class.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBPropertyInt | Type |
def __reduce__ | ( | ) |
Reimplemented in FBEventActivate, FBEventConnectionDataNotify, FBEventConnectionKeyingNotify, FBEventConnectionNotify, FBEventConnectionStateNotify, FBEventDblClick, FBEventDragAndDrop, FBEventEvalGlobalCallback, FBEventExpose, FBEventFileChange, FBEventInput, FBEventMenu, FBEventResize, FBEventSceneChange, FBEventShow, FBEventSpread, FBEventTakeChange, FBEventTransaction, FBEventTree, FBEventTreeSelect, and FBEventVideoFrameRendering.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEvent(HKEvent pEvent)
Constructor. Receives an object of type HKEvent that the corresponding callback will receive as a parameter.
pEvent | Internal event to obtain information from. |
Reimplemented in FBEventActivate, FBEventConnectionDataNotify, FBEventConnectionKeyingNotify, FBEventConnectionNotify, FBEventConnectionStateNotify, FBEventDblClick, FBEventDragAndDrop, FBEventEvalGlobalCallback, FBEventExpose, FBEventFileChange, FBEventInput, FBEventMenu, FBEventResize, FBEventSceneChange, FBEventShow, FBEventSpread, FBEventTakeChange, FBEventTransaction, FBEventTree, FBEventTreeSelect, and FBEventVideoFrameRendering.
Read Only Property: Type of event.
Reimplemented in FBEventFileChange, FBEventSceneChange, and FBEventTakeChange.