FBEvent Class Reference

#include <mobu-python-api.h>

Class Description

Base Event class.

+ Inheritance diagram for FBEvent:

Public Member Functions

 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 

Public Attributes

FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Member Function Documentation

__init__ (   ...)

Constructor.

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Signature:

 FBEvent(HKEvent pEvent) 

Receives an object of type HKEvent that the corresponding callback will receive as a parameter.

Parameters
pEventInternal event to obtain information from.
__reduce__ ( )

Member Data Documentation

Read Only Property: Type of event.