FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxEventPreExport Class Reference

#include <fbxexporter.h>

Class Description

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

Definition at line 279 of file fbxexporter.h.

+ Inheritance diagram for FbxEventPreExport:

Public Member Functions

virtual const char * GetEventName () const
 Force events to give us a name. More...
 
 FbxEventPreExport (FbxDocument *pDocument)
 
- Public Member Functions inherited from FbxEvent< FbxEventPreExport >
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

FbxDocumentmDocument
 The document to be exported. More...
 

Friends

class FbxEvent< FbxEventPreExport >
 

Additional Inherited Members

- Static Public Member Functions inherited from FbxEvent< FbxEventPreExport >
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 *)
 

Constructor & Destructor Documentation

◆ FbxEventPreExport()

FbxEventPreExport ( FbxDocument pDocument)
inline

Definition at line 284 of file fbxexporter.h.

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

Member Function Documentation

◆ GetEventName()

virtual const char* GetEventName ( ) const
inlinevirtual

Force events to give us a name.

Returns
event name

Implements FbxEventBase.

Definition at line 281 of file fbxexporter.h.

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

Friends And Related Function Documentation

◆ FbxEvent< FbxEventPreExport >

friend class FbxEvent< FbxEventPreExport >
friend

Definition at line 281 of file fbxexporter.h.

Member Data Documentation

◆ mDocument

FbxDocument* mDocument

The document to be exported.

Definition at line 284 of file fbxexporter.h.


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