#include
<kfbxcontrolset.h>

Definition at line 393 of file kfbxcontrolset.h.
Error Management |
|
| The same error object is shared among instances of
this class. |
|
| enum | EError |
| Error identifiers. More... |
|
| KError & | GetError () |
| Retrieve error object. |
|
| EError | GetLastErrorID () const |
| Get last error code. |
|
| const char * | GetLastErrorString () const |
| Get last error string. |
|
Public Member Functions |
|
| virtual KFbxObject * | Clone (KFbxObject *pContainer, KFbxObject::ECloneType pCloneType) 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. |
|
| enum EError |
Error identifiers.
Definition at line 417 of file kfbxcontrolset.h.
| KError& GetError | ( | ) |
Retrieve error object.
| EError GetLastErrorID | ( | ) | const |
Get last error code.
| const char* GetLastErrorString | ( | ) | const |
Get last error string.
| virtual KFbxObject* Clone | ( | KFbxObject * | pContainer, | |
| KFbxObject::ECloneType | pCloneType | |||
| ) | const [virtual] |
Creates a clone of this object.
| pContainer | The object, typically a document or scene, that will contain the new clone. Can be NULL. | |
| pCloneType | The type of clone to create |
Reimplemented from KFbxObject.
Type property of control set.
Definition at line 399 of file kfbxcontrolset.h.
| KFbxTypedProperty<bool> UseAxis |
Use axis flag.
Definition at line 401 of file kfbxcontrolset.h.
| KFbxTypedProperty<fbxReference*> Character |
Reference character.
Definition at line 403 of file kfbxcontrolset.h.