KFbxContainer
#include<kfbxcontainer.h>

Inheritance diagram for KFbxContainer:

Inheritance graph
[legend]

List of all members.

Detailed Description

Generic container for object grouping and ecapsulation.

Definition at line47of filekfbxcontainer.h.


Public and fast access Properties

KFbxTypedProperty<fbxStringTemplateName
 This property contains the template name information of the container.
KFbxTypedProperty<fbxStringTemplateVersion
 This property contains the template version information of the container.
KFbxTypedProperty<fbxStringViewName
 This property contains the view name information of the container.

Container dynamic attributes

KFbxProperty CreateProperty(KStringpName,KFbxDataType&pType,KStringpLabel)
 Create a new property.

Member Function Documentation

KFbxPropertyCreateProperty(KString pName,
KFbxDataTypepType,
KString pLabel 
)

Create a new property.

Parameters:
pName Name of the property
pType Type of the property
pLabel Label of the property
Returns:
the newly created property

Member Data Documentation

KFbxTypedProperty<fbxString>TemplateName

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 line79of filekfbxcontainer.h.

KFbxTypedProperty<fbxString>TemplateVersion

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 line88of filekfbxcontainer.h.

KFbxTypedProperty<fbxString>ViewName

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 line97of filekfbxcontainer.h.