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

FBProperty Property
 Read Only Property: FBProperty related to the event.
 
FBComponent ParentComponent
 Read Only Property: Parent object holding the property if possible.
 
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.

◆ ParentComponent

FBComponent ParentComponent

Read Only Property: Parent object holding the property if possible.

◆ Property

FBProperty Property

Read Only Property: FBProperty related to the event.