|
FBX C++ API Reference
|
FBX event class, derived from FbxEventBase, and it contains a type ID for event. More...
#include <fbxevent.h>
Inheritance diagram for FbxEvent< T >:Public Member Functions | |
| virtual | ~FbxEvent () |
| Destructor. More... | |
| int | GetTypeId () const override |
| Retrieve the event type ID. More... | |
Public Member Functions inherited from FbxEventBase | |
| virtual const char * | GetEventName () const =0 |
| Force events to give us a name. More... | |
| virtual | ~FbxEventBase () |
| Destructor. More... | |
Static Public Member Functions | |
| static void | ForceTypeId (int pTypeId) |
| Update the type ID of current event with the given type ID. More... | |
| static int | GetStaticTypeId () |
| Retrieve the event type ID. More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from FbxEventBase | |
| static int | GetStaticTypeId (const char *) |
FBX event class, derived from FbxEventBase, and it contains a type ID for event.
It's a template class. You can derive your own types of even. Such as:
Definition at line 134 of file fbxevent.h.
|
inlinevirtual |
|
inlinestatic |
Update the type ID of current event with the given type ID.
| pTypeId | the new type ID. |
Definition at line 143 of file fbxevent.h.
|
inlineoverridevirtual |
Retrieve the event type ID.
Implements FbxEventBase.
Definition at line 155 of file fbxevent.h.
|
inlinestatic |
Retrieve the event type ID.
Definition at line 163 of file fbxevent.h.