Generic container for object grouping and encapsulation.
Definition at line 28 of file fbxcontainer.h.
#include <fbxcontainer.h>

Public Attributes |
|
| FbxContainerTemplate * | mContainerTemplate |
Protected Member Functions |
|
| FbxContainer (FbxManager &pManager, char const *pName) | |
| virtual bool | ConstructProperties (bool pForceSet) |
Container dynamic attributes |
|
| FbxProperty | CreateProperty (FbxString pName, FbxDataType &pType, FbxString pLabel) |
| Create a new property. |
|
Public and fast access Properties |
|
| FbxPropertyT< FbxString > | TemplateName |
| This property contains the template name
information of the container. |
|
| FbxPropertyT< FbxString > | TemplatePath |
| This property contains the template path
information of the container. |
|
| FbxPropertyT< FbxString > | TemplateVersion |
| This property contains the template version
information of the container. |
|
| FbxPropertyT< FbxString > | ViewName |
| This property contains the view name
information of the container. |
|
| FbxContainer | ( | FbxManager & | pManager, |
| char const * | pName | ||
| ) | [protected] |
| FbxProperty CreateProperty | ( | FbxString | pName, |
| FbxDataType & | pType, | ||
| FbxString | pLabel | ||
| ) |
Create a new property.
| pName | Name of the property |
| pType | Type of the property |
| pLabel | Label of the property |
| virtual bool ConstructProperties | ( | bool | pForceSet | ) | [protected, virtual] |
Reimplemented from FbxObject.
This property contains the template name information of the container.
To access this property do: TemplateName.Get(). To set this property do: TemplateName.Set(FbxString).
Default value is "".
Definition at line 59 of file fbxcontainer.h.
This property contains the template path information of the container.
To access this property do: TemplatePath.Get(). To set this property do: TemplatePath.Set(FbxString).
Default value is "".
Definition at line 68 of file fbxcontainer.h.
This property contains the template version information of the container.
To access this property do: TemplateVersion.Get(). To set this property do: TemplateVersion.Set(FbxString).
Default value is "".
Definition at line 77 of file fbxcontainer.h.
This property contains the view name information of the container.
To access this property do: ViewName.Get(). To set this property do: ViewName.Set(FbxString).
Default value is "".
Definition at line 86 of file fbxcontainer.h.
Definition at line 101 of file fbxcontainer.h.