FBEvent Class Reference
 
 
 
FBEvent Class Reference

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


#include <fbcomponent.h>


Class Description

Base Event class.

Definition at line 890 of file fbcomponent.h.

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

Public Member Functions

  FBEvent (HKEvent pEvent)
  Constructor.
void  PropertyAdd (FBProperty *)
  Empty function to avoid creating property container object.

Public Attributes

FBPropertyInt  Type
  Read Only Property: Type of event.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

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

Member Function Documentation

void FBEvent::PropertyAdd ( FBProperty ) [inline]

Empty function to avoid creating property container object.

Definition at line 907 of file fbcomponent.h.

:

Member Data Documentation

HKEventBase FBEvent::mEvent [protected]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


The documentation for this class was generated from the following file: