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
 Creates a clone of this object.

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]

Creates a clone of this object.

Parameters:
pContainer The object, typically a document or scene, that will contain the new clone. Can be NULL.
pCloneType The type of clone to create
Returns:
The new clone, or NULL if the specified clone type is not supported.

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.