|
FBX C++ API Reference
|
#include <fbxexporter.h>
Event that is emitted to plugins after a file is exported to the FBX format.
Definition at line 291 of file fbxexporter.h.
Inheritance diagram for FbxEventPostExport:Public Member Functions | |
| virtual const char * | GetEventName () const |
| Force events to give us a name. More... | |
| FbxEventPostExport (FbxDocument *pDocument) | |
Public Member Functions inherited from FbxEvent< FbxEventPostExport > | |
| virtual | ~FbxEvent () |
| Destructor. More... | |
| virtual int | GetTypeId () const |
| Retrieve the event type ID. More... | |
Public Member Functions inherited from FbxEventBase | |
| virtual | ~FbxEventBase () |
| Destructor. More... | |
Public Attributes | |
| FbxDocument * | mDocument |
| The document to be exported. More... | |
Friends | |
| class | FbxEvent< FbxEventPostExport > |
Additional Inherited Members | |
Static Public Member Functions inherited from FbxEvent< FbxEventPostExport > | |
| 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... | |
Static Protected Member Functions inherited from FbxEventBase | |
| static int | GetStaticTypeId (const char *) |
|
inline |
Definition at line 296 of file fbxexporter.h.
|
inlinevirtual |
Force events to give us a name.
Implements FbxEventBase.
Definition at line 293 of file fbxexporter.h.
|
friend |
Definition at line 293 of file fbxexporter.h.
| FbxDocument* mDocument |
The document to be exported.
Definition at line 296 of file fbxexporter.h.