Base Event class.
Public Member Functions | |
__init__ (HKEventBase pEvent) | |
Constructor. | |
PropertyAdd (FBProperty) | |
Empty function to avoid creating property container object. | |
Public Attributes | |
FBPropertyBase | Type |
Read Only Property: Type of event. | |
Protected Attributes | |
HKEventBase | mEvent |
Internal Event pointer. |
__init__ | ( | HKEventBase | 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, FBEventConnectionNotify, FBEventConnectionStateNotify, FBEventDblClick, FBEventExpose, FBEventFileChange, FBEventInput, FBEventMenu, FBEventResize, FBEventSceneChange, FBEventShow, FBEventSpread, FBEventTakeChange, FBEventTransaction, FBEventTree, and FBEventTreeSelect.
PropertyAdd | ( | FBProperty | ) |
Empty function to avoid creating property container object.
FBPropertyBase Type |
Read Only Property: Type of event.
Reimplemented in FBEventFileChange, FBEventSceneChange, and FBEventTakeChange.
HKEventBase mEvent [protected] |
Internal Event pointer.