KFbxGenericNode
#include<kfbxgenericnode.h>

Inheritance diagram for KFbxGenericNode:

Inheritance graph
[legend]

List of all members.

Detailed Description

Empty node containing properties.

Definition at line62of filekfbxgenericnode.h.


Error Management

enum EError
 Error identifiers.More...
KErrorGetError()
 Retrieve error object.
EError GetLastErrorID() const
 Get last error code.
const char * GetLastErrorString() const
 Get last error string.

Member Enumeration Documentation

enumEError

Error identifiers.

  • eERROR
  • eERROR_COUNT

Definition at line81of filekfbxgenericnode.h.

Member Function Documentation

KError&GetError( ) 

Retrieve error object.

Returns:
Reference to error object.

EErrorGetLastErrorID( ) const

Get last error code.

Returns:
Last error code.

const char* GetLastErrorString( ) const

Get last error string.

Returns:
Textual description of the last error.