Python Reference Guide
 
Loading...
Searching...
No Matches
FBPropertyStateEvent Class Reference

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

#include <pyfbsdk.h>

Inheritance diagram for FBPropertyStateEvent:

Public Member Functions

 FBPropertyStateEvent (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

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

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

Detailed Description

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


Constructor & Destructor Documentation

◆ FBPropertyStateEvent()

FBPropertyStateEvent ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ EventType

FBStateEventType EventType

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