KFbxProductInfo
#include<kfbxproductinfo.h>

List of all members.

Detailed Description

FBX SDK product information class.

Definition at line81of filekfbxproductinfo.h.


Constructors and Destructor

 KFbxProductInfo(KStringpProduct,KStringpPackageVersion,KStringpOS,KStringpVersion,KStringpBuildNumber,KStringpURL,KStringpLang="",KStringpMessage="")
 Constructor.
 KFbxProductInfo(KStringpProduct,KStringpPackageVersion,KStringpOS,KStringpVersion,KStringpBuildNumber,KStringpURL, KStringList *pMessageList=NULL, bool pShow=true)
 Constructor.
virtual ~KFbxProductInfo()
 Destructor.

Access.

KString GetProduct()
 Retrieve the product name.
bool Show()
 Get whether product can show.
KString GetPackageVersion()
 Retrieve product package version.
KString GetOS()
 Retrieve the OS.
KString GetVersion()
 Retrieve product version .
KString GetBuildNumber()
 Retrieve product build number.
KString GetURL()
 Retrieve product URL.
int GetLangCount()
 Retrieve product language count.
KString GetLang(int i)
 Retrieve a product language specified by the index i.
KString GetMessageStr(int i)
 Retrieve a product message specified by the index i.

Constructor&Destructor Documentation

KFbxProductInfo(KString pProduct,
KString pPackageVersion,
KString pOS,
KString pVersion,
KString pBuildNumber,
KString pURL,
KString pLang="",
KString pMessage="" 
)

Constructor.

Parameters:
pProduct Product name.
pPackageVersion Package version.
pOS Operating System.
pVersion Product version.
pBuildNumber Build number.
pURL Product URL.
pLang Product language
pMessage Product message

KFbxProductInfo(KString pProduct,
KString pPackageVersion,
KString pOS,
KString pVersion,
KString pBuildNumber,
KString pURL,
KStringList * pMessageList=NULL,
bool pShow=true 
)

Constructor.

Parameters:
pProduct Product name.
pPackageVersion Package version.
pOS Operating System.
pVersion Product version.
pBuildNumber Build number.
pURL Product URL.
pMessageList Product message list
pShow Trueif product can show.

virtual ~KFbxProductInfo( ) [virtual]

Destructor.

Member Function Documentation

KStringGetProduct( ) [inline]

Retrieve the product name.

Returns:
Product name.

Definition at line127of filekfbxproductinfo.h.

bool Show( ) [inline]

Get whether product can show.

Returns:
Trueif product can show,falseotherwise.

Definition at line132of filekfbxproductinfo.h.

KStringGetPackageVersion( ) [inline]

Retrieve product package version.

Returns:
Product package version.

Definition at line137of filekfbxproductinfo.h.

KStringGetOS( ) [inline]

Retrieve the OS.

Returns:
OS.

Definition at line142of filekfbxproductinfo.h.

KStringGetVersion( ) [inline]

Retrieve product version .

Returns:
Product version.

Definition at line147of filekfbxproductinfo.h.

KStringGetBuildNumber( ) [inline]

Retrieve product build number.

Returns:
Product build number.

Definition at line152of filekfbxproductinfo.h.

KStringGetURL( ) [inline]

Retrieve product URL.

Returns:
Product URL.

Definition at line157of filekfbxproductinfo.h.

int GetLangCount( ) [inline]

Retrieve product language count.

Returns:
Product language count.

Definition at line162of filekfbxproductinfo.h.

KStringGetLang(int i ) [inline]

Retrieve a product language specified by the index i.

Parameters:
i The index of product language.
Returns:
Product language.

Definition at line168of filekfbxproductinfo.h.

KStringGetMessageStr(int i ) [inline]

Retrieve a product message specified by the index i.

Parameters:
i The index of product message.
Returns:
Product message.

Definition at line174of filekfbxproductinfo.h.