FBX C++ API Reference
FbxEventReferencedDocument Class Reference

Event that is emitted on loading document when a referenced document is encountered while loading external references. More...

#include <fbxexternaldocreflistener.h>

+ Inheritance diagram for FbxEventReferencedDocument:

Public Member Functions

const char * GetEventName () const override
 Force events to give us a name. More...
 
 FbxEventReferencedDocument ()
 
- Public Member Functions inherited from FbxEvent< FbxEventReferencedDocument >
virtual ~FbxEvent ()
 Destructor. More...
 
int GetTypeId () const override
 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 *)
 

Detailed Description

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.

Constructor & Destructor Documentation

Definition at line 40 of file fbxexternaldocreflistener.h.

40 {}

Member Function Documentation

const char* GetEventName ( ) const
inlineoverridevirtual

Force events to give us a name.

Returns
event name

Implements FbxEventBase.

Definition at line 38 of file fbxexternaldocreflistener.h.

Friends And Related Function Documentation

friend class FbxEvent< FbxEventReferencedDocument >
friend

Definition at line 38 of file fbxexternaldocreflistener.h.


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