FBPropertyStateEvent Class Reference

FBPropertyStateEvent Class Reference

#include <fbdata.h>

Class Description

This class is used when the state of a property tracked by the FBFCurveEventManager is changed.

Definition at line 1315 of file fbdata.h.

+ Inheritance diagram for FBPropertyStateEvent:

Public Member Functions

 FBPropertyStateEvent (HKEventBase pEvent)
 Constructor. More...
 
FBPropertyGetProperty ()
 Return the FBProperty related to the event. More...
 
FBComponentGetParentComponent ()
 Return the parent object holding the property if possible. More...
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor. More...
 

Public Attributes

FBPropertyPropertyStateEventType EventType
 Read Only Property: Event type, please see the FBPropertyStateEventType for the possible types. More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Constructor & Destructor Documentation

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Function Documentation

FBComponent* GetParentComponent ( )

Return the parent object holding the property if possible.

Returns
Parent (FBComponent) of the property if possible, NULL otherwise.
FBProperty* GetProperty ( )

Return the FBProperty related to the event.

Returns
FBProperty of the event.

Member Data Documentation

Read Only Property: Event type, please see the FBPropertyStateEventType for the possible types.

Definition at line 1333 of file fbdata.h.


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