#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
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 |
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. |
Member Function Documentation
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.
Retrieve product build number.
- Returns:
- Product build number.
Definition at line152of filekfbxproductinfo.h.
| int GetLangCount | ( | | ) | [inline] |
Retrieve product language count.
- Returns:
- Product language count.
Definition at line162of filekfbxproductinfo.h.
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.