Open Reality Reference Guide
FBPropertyStateEvent Class Reference

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

#include <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...
 

Detailed Description

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

Definition at line 1349 of file fbdata.h.

Constructor & Destructor Documentation

◆ FBPropertyStateEvent()

FBPropertyStateEvent ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Function Documentation

◆ GetParentComponent()

FBComponent* GetParentComponent ( )

Return the parent object holding the property if possible.

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

◆ GetProperty()

FBProperty* GetProperty ( )

Return the FBProperty related to the event.

Returns
FBProperty of the event.

Member Data Documentation

◆ EventType

FBPropertyPropertyStateEventType EventType

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

Definition at line 1367 of file fbdata.h.


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