KFbxControlSetPlug Class Reference

Inherits KFbxTakeNodeContainer.

Inheritance diagram for KFbxControlSetPlug:

Inheritance graph
List of all members.

Detailed Description

Definition at line 367 of file kfbxcontrolset.h.

Error Management

The same error object is shared among instances of this class.

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

Static Protected Member Functions

static char const * GetNamePrefix ()

Protected Attributes

KFbxControlSetPlug_internal * mPH
KError mError


Member Enumeration Documentation

enum EError

Error identifiers.

Definition at line 383 of file kfbxcontrolset.h.


Member Function Documentation

KError& GetError (  ) 

Retrieve error object.

Returns:
Reference to error object.

EError GetLastErrorID (  ) 

Get last error code.

Returns:
Last error code.

char* GetLastErrorString (  ) 

Get last error string.

Returns:
Textual description of the last error.