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

Public Attributes | |
| FbxContainerTemplate * | mContainerTemplate |
Protected Member Functions | |
| virtual void | Construct (const FbxContainer *pFrom) |
| virtual void | ConstructProperties (bool pForceSet) |
| Optional property constructor override, automatically called by default constructor. | |
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. | |
| 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 void Construct | ( | const FbxContainer * | pFrom | ) | [protected, virtual] |
| virtual void ConstructProperties | ( | bool | pForceSet | ) | [protected, virtual] |
Optional property constructor override, automatically called by default constructor.
| pForceSet | If the property value must be set regardless of default value. |
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 55 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 64 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 73 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 82 of file fbxcontainer.h.
Definition at line 89 of file fbxcontainer.h.