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

#include <fbximporter.h>

Class Description

Event that is emitted to plugins after a FBX file has been imported.

Definition at line 380 of file fbximporter.h.

+ Inheritance diagram for FbxEventPostImport:

Public Member Functions

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

Friends

class FbxEvent< FbxEventPostImport >
 

Additional Inherited Members

- Static Public Member Functions inherited from FbxEvent< FbxEventPostImport >
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

◆ FbxEventPostImport()

FbxEventPostImport ( FbxDocument pDocument)
inline

Definition at line 384 of file fbximporter.h.

384 : mDocument(pDocument) {};
FbxDocument * mDocument
The imported document.
Definition: fbximporter.h:384

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 382 of file fbximporter.h.

383 :
384  inline FbxEventPostImport( FbxDocument* pDocument ) : mDocument(pDocument) {};
FbxDocument is a base class for FbxScene and FbxLibrary classes.
Definition: fbxdocument.h:46
FbxEventPostImport(FbxDocument *pDocument)
Definition: fbximporter.h:384
FbxDocument * mDocument
The imported document.
Definition: fbximporter.h:384

Friends And Related Function Documentation

◆ FbxEvent< FbxEventPostImport >

friend class FbxEvent< FbxEventPostImport >
friend

Definition at line 382 of file fbximporter.h.

Member Data Documentation

◆ mDocument

FbxDocument* mDocument

The imported document.

Definition at line 384 of file fbximporter.h.


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