FBX C++ API Reference
FbxEventPostExport Class Reference

Event that is emitted to plugins after a file is exported to the FBX format. More...

#include <fbxexporter.h>

+ Inheritance diagram for FbxEventPostExport:

Public Member Functions

const char * GetEventName () const override
 Force events to give us a name. More...
 
 FbxEventPostExport (FbxDocument *pDocument)
 
- Public Member Functions inherited from FbxEvent< FbxEventPostExport >
virtual ~FbxEvent ()
 Destructor. More...
 
int GetTypeId () const override
 Retrieve the event type ID. More...
 
- Public Member Functions inherited from FbxEventBase
virtual ~FbxEventBase ()
 Destructor. More...
 

Public Attributes

FbxDocumentmDocument
 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 *)
 

Detailed Description

Event that is emitted to plugins after a file is exported to the FBX format.

Definition at line 307 of file fbxexporter.h.

Constructor & Destructor Documentation

FbxEventPostExport ( FbxDocument pDocument)
inline

Definition at line 312 of file fbxexporter.h.

312 : mDocument(pDocument) {};
FbxDocument * mDocument
The document to be exported.
Definition: fbxexporter.h:312

Member Function Documentation

const char* GetEventName ( ) const
inlineoverridevirtual

Force events to give us a name.

Returns
event name

Implements FbxEventBase.

Definition at line 309 of file fbxexporter.h.

311 :
312  FbxEventPostExport(FbxDocument* pDocument) : mDocument(pDocument) {};
FbxDocument is a base class for FbxScene and FbxLibrary classes.
Definition: fbxdocument.h:46
FbxEventPostExport(FbxDocument *pDocument)
Definition: fbxexporter.h:312
FbxDocument * mDocument
The document to be exported.
Definition: fbxexporter.h:312

Friends And Related Function Documentation

friend class FbxEvent< FbxEventPostExport >
friend

Definition at line 309 of file fbxexporter.h.

Member Data Documentation

FbxDocument* mDocument

The document to be exported.

Definition at line 312 of file fbxexporter.h.


The documentation for this class was generated from the following file: