FBX C++ API Reference
|
#include <fbxexternaldocreflistener.h>
Event that is emitted on loading document when a referenced document is encountered while loading external references.
Definition at line 36 of file fbxexternaldocreflistener.h.
Public Member Functions | |
virtual const char * | GetEventName () const |
Force events to give us a name. More... | |
FbxEventReferencedDocument () | |
![]() | |
virtual | ~FbxEvent () |
Destructor. More... | |
virtual int | GetTypeId () const |
Retrieve the event type ID. More... | |
![]() | |
virtual | ~FbxEventBase () |
Destructor. More... | |
Friends | |
class | FbxEvent< FbxEventReferencedDocument > |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
FbxString | mDocumentName |
Bare name of external document in document hierarchy. More... | |
FbxString | mClassName |
Class name of the document (FbxDocument, FbxLibrary...). More... | |
FbxString | mParentFullName |
Full name of the parent document in document hierarchy. More... | |
FbxString | mFilePathUrl |
File path of the external document. More... | |
![]() | |
static int | GetStaticTypeId (const char *) |
|
inline |
Definition at line 40 of file fbxexternaldocreflistener.h.
|
inlinevirtual |
Force events to give us a name.
Implements FbxEventBase.
Definition at line 38 of file fbxexternaldocreflistener.h.
|
friend |
Definition at line 38 of file fbxexternaldocreflistener.h.