#include
<kfbxevents.h>
Definition at line 54 of file kfbxevents.h.
Constructor and Destructor |
|
virtual | ~KFbxEventBase () |
Destructor. |
|
Public Member Functions |
|
virtual int | GetTypeId () const =0 |
Retrieve the event type ID. |
|
virtual const char * | GetEventName () const =0 |
Force events to give us a name. |
|
Static Protected Member Functions |
|
static int | GetStaticTypeId (char const *) |
virtual ~KFbxEventBase | ( | ) | [virtual] |
Destructor.
virtual int GetTypeId | ( | ) | const [pure virtual] |
Retrieve the event type ID.
Implemented in KFbxEvent, KFbxEvent< KFbxEventPostImport >, KFbxEvent< KFbxEventPopulateSystemLibrary >, KFbxEvent< KFbxEventReferencedDocument >, KFbxEvent< KFbxEventPreExport >, KFbxEvent< KFbxEventWriteLocalization >, KFbxEvent< KFbxEventUpdateSystemLibrary >, KFbxEvent< KFbxQueryEvent< QueryT > >, KFbxEvent< KFbxObjectPropertyChanged >, KFbxEvent< KFbxEventPostExport >, and KFbxEvent< KFbxEventPreImport >.
virtual const char* GetEventName | ( | ) | const [pure virtual] |
Force events to give us a name.
static int GetStaticTypeId | ( | char const * | ) | [static, protected] |
Referenced by KFbxEvent< KFbxEventPreImport >::GetStaticTypeId().