This reference page is linked to from the following overview topics: List of Python FBX classes.
Plug class for control set.
Definition at line 389 of file kfbxcontrolset.h.
#include <kfbxcontrolset.h>
Public Member Functions |
|
virtual KStringList | GetTypeFlags () const |
Public Attributes |
|
KFbxTypedProperty < KFbxControlSet::EType > |
ControlSetType |
Type property of control set. |
|
KFbxTypedProperty< bool > | UseAxis |
Use axis flag. |
|
KFbxTypedProperty< fbxReference * > | Character |
Reference character. |
|
Protected Member Functions |
|
KFbxControlSetPlug (KFbxSdkManager &pManager, char const *pName) | |
virtual void | Construct (const KFbxControlSetPlug *pFrom) |
Protected Attributes |
|
KArrayTemplate< KFbxProperty > | mFKBuf |
KArrayTemplate< KFbxProperty > | mIKBuf |
KError | mError |
Friends |
|
class | KFbxScene |
class | KFbxControlSet |
Error Management |
|
The same error object
is shared among instances of this class. |
|
enum | EError { eERROR, eERROR_COUNT } |
Error identifiers. More... |
|
KError & | GetError () |
Retrieve error object. |
|
EError | GetLastErrorID () const |
Get last error code. |
|
const char * | GetLastErrorString () const |
Get last error string. |
enum EError |
Error identifiers.
Definition at line 413 of file kfbxcontrolset.h.
{ eERROR, eERROR_COUNT } EError;
KFbxControlSetPlug | ( | KFbxSdkManager & | pManager, |
char const * | pName | ||
) | [protected] |
KError& GetError | ( | ) |
EError GetLastErrorID | ( | ) | const |
const char* GetLastErrorString | ( | ) | const |
virtual void Construct | ( | const KFbxControlSetPlug * | pFrom | ) | [protected, virtual] |
virtual KStringList GetTypeFlags | ( | ) | const [virtual] |
Reimplemented from KFbxObject.
friend class KFbxScene [friend] |
Reimplemented from KFbxObject.
Definition at line 445 of file kfbxcontrolset.h.
friend class KFbxControlSet
[friend] |
Definition at line 446 of file kfbxcontrolset.h.
Type property of control set.
Definition at line 395 of file kfbxcontrolset.h.
KFbxTypedProperty<bool> UseAxis |
KArrayTemplate<KFbxProperty>
mFKBuf [protected] |
Definition at line 440 of file kfbxcontrolset.h.
KArrayTemplate<KFbxProperty>
mIKBuf [protected] |
Definition at line 441 of file kfbxcontrolset.h.
Definition at line 443 of file kfbxcontrolset.h.