FBEvent Class Reference
 
 
 
FBEvent Class Reference

This reference page is linked to from the following overview topics: Events & callbacks, File Events.


#include <mobu-python-api.h>


Class Description

Base Event class.

Inheritance diagram for FBEvent:
FBEventActivate FBEventConnectionDataNotify FBEventConnectionKeyingNotify FBEventConnectionNotify FBEventConnectionStateNotify FBEventDblClick FBEventDragAndDrop FBEventEvalGlobalCallback FBEventExpose FBEventFileChange FBEventInput FBEventMenu FBEventResize FBEventSceneChange FBEventShow FBEventSpread FBEventTakeChange FBEventTransaction FBEventTree FBEventTreeSelect FBEventVideoFrameRendering

Public Member Functions

def  __reduce__ ()
def  __init__ ()

Public Attributes

FBPropertyInt  Type

Member Function Documentation

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.

Parameters:
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.


Member Data Documentation