#include <kfbxio.h>
Inherits KFbxObject.
Inherited by KFbxExporter, and KFbxImporter.
Inheritance diagram for KFbxIO:
Definition at line 75 of file kfbxio.h.
Error Management | |
enum | EError |
Error identifiers. More... | |
KError & | GetError () |
Retrieve error object. | |
EError | GetLastErrorID () |
Get last error code. | |
char * | GetLastErrorString () |
Get last error string. | |
void | GetMessage (KString &pMessage) |
Get warning message from file reader/writer. | |
Public Member Functions | |
virtual bool | Initialize (const char *pFileName) |
Initialize object. | |
virtual KString | GetFileName () |
Get the file name. | |
virtual void | ProgressUpdate (char *pTitle, char *pMessage, char *pDetail, float pPercentDone) |
Progress update function. | |
Static Public Member Functions | |
static void | GetCurrentVersion (int &pMajor, int &pMinor, int &pRevision) |
Get the FBX version number for this version of the FBX SDK. |
enum EError |
Error identifiers.
static void GetCurrentVersion | ( | int & | pMajor, | |
int & | pMinor, | |||
int & | pRevision | |||
) | [static] |
Get the FBX version number for this version of the FBX SDK.
FBX version numbers start at 5.0.0.
pMajor | Version major number. | |
pMinor | Version minor number. | |
pRevision | Version revision number. |
virtual bool Initialize | ( | const char * | pFileName | ) | [virtual] |
Initialize object.
pFileName | Name of file to access. |
true
if successful, false
otherwise. Reimplemented in KFbxExporter, and KFbxImporter.
virtual KString GetFileName | ( | ) | [virtual] |
Get the file name.
virtual void ProgressUpdate | ( | char * | pTitle, | |
char * | pMessage, | |||
char * | pDetail, | |||
float | pPercentDone | |||
) | [virtual] |
Progress update function.
pTitle | Title of status box. | |
pMessage | Description of current file read/write step. | |
pDetail | Additional string appended to previous parameter. | |
pPercentDone | Finished percent of current file read/write. |
KError& GetError | ( | ) |
Retrieve error object.
EError GetLastErrorID | ( | ) |
Get last error code.
char* GetLastErrorString | ( | ) |
Get last error string.
void GetMessage | ( | KString & | pMessage | ) |
Get warning message from file reader/writer.
pMessage | Warning message |