KFbxControlSetPlug
#include<kfbxcontrolset.h>

Inheritance diagram for KFbxControlSetPlug:

Inheritance graph
[legend]

List of all members.

Detailed Description

Plug class for control set.

Definition at line393of filekfbxcontrolset.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() const
 Get last error code.
const char * GetLastErrorString() const
 Get last error string.

Public Member Functions

virtualKFbxObjectClone(KFbxObject*pContainer,KFbxObject::ECloneTypepCloneType) const
 Clone.

Public Attributes

KFbxTypedProperty
<KFbxControlSet::EType
ControlSetType
 Type property of control set.
KFbxTypedProperty<bool> UseAxis
 Use axis flag.
KFbxTypedProperty<fbxReference *> Character
 Reference character.

Member Enumeration Documentation

enumEError

Error identifiers.

Definition at line417of filekfbxcontrolset.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.

virtualKFbxObject* Clone(KFbxObjectpContainer,
KFbxObject::ECloneType pCloneType 
)const[virtual]

Clone.

Reimplemented fromKFbxObject.

Member Data Documentation

Type property of control set.

Definition at line399of filekfbxcontrolset.h.

KFbxTypedProperty<bool>UseAxis

Use axis flag.

Definition at line401of filekfbxcontrolset.h.

KFbxTypedProperty<fbxReference*>Character

Reference character.

Definition at line403of filekfbxcontrolset.h.