| 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.
 Inheritance diagram for FbxEventReferencedDocument:
 Inheritance diagram for FbxEventReferencedDocument:| Public Member Functions | |
| virtual const char * | GetEventName () const | 
| Force events to give us a name.  More... | |
| FbxEventReferencedDocument () | |
|  Public Member Functions inherited from FbxEvent< FbxEventReferencedDocument > | |
| virtual | ~FbxEvent () | 
| Destructor.  More... | |
| virtual int | GetTypeId () const | 
| Retrieve the event type ID.  More... | |
|  Public Member Functions inherited from FbxEventBase | |
| virtual | ~FbxEventBase () | 
| Destructor.  More... | |
| Friends | |
| class | FbxEvent< FbxEventReferencedDocument > | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from FbxEvent< FbxEventReferencedDocument > | |
| 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... | |
|  Public Attributes inherited from FbxExternalDocumentInfo | |
| 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 Protected Member Functions inherited from FbxEventBase | |
| 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.