![]() |
OpenZWave Library 1.6.1914
|
#include <Localization.h>
Public Member Functions | |
| void | SetupCommandClass (Internal::CC::CommandClass *cc) |
| string | GetSelectedLang () |
| bool | SetValueHelp (uint8 node, uint8 ccID, uint16 indexID, uint32 pos, string help, string lang="") |
| string const | GetValueHelp (uint8 node, uint8 ccID, uint16 indexId, uint32 pos) |
| bool | SetValueLabel (uint8 node, uint8 ccID, uint16 indexID, uint32 pos, string label, string lang="") |
| string const | GetValueLabel (uint8 node, uint8 ccID, uint16 indexId, int32 pos) const |
| string const | GetValueItemLabel (uint8 node, uint8 ccID, uint16 indexId, int32 pos, int32 itemIndex) const |
| bool | SetValueItemLabel (uint8 node, uint8 ccID, uint16 indexId, int32 pos, int32 itemIndex, string label, string lang="") |
| string const | GetValueItemHelp (uint8 node, uint8 ccID, uint16 indexId, int32 pos, int32 itemIndex) const |
| bool | SetValueItemHelp (uint8 node, uint8 ccID, uint16 indexId, int32 pos, int32 itemIndex, string label, string lang="") |
| string const | GetGlobalLabel (string text) |
| bool | SetGlobalLabel (string index, string text, string lang) |
| bool | WriteXMLVIDHelp (uint8 node, uint8 ccID, uint16 indexId, uint32 pos, TiXmlElement *valueElement) |
Static Public Member Functions | |
| static Localization * | Get () |
| static void | ReadXMLVIDLabel (uint8 node, uint8 ccID, uint16 indexId, uint32 pos, const TiXmlElement *labelElement) |
| static void | ReadXMLVIDHelp (uint8 node, uint8 ccID, uint16 indexId, uint32 pos, const TiXmlElement *helpElement) |
|
static |
| std::string const OpenZWave::Internal::Localization::GetGlobalLabel | ( | string | text | ) |
|
inline |
| std::string const OpenZWave::Internal::Localization::GetValueHelp | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| uint32 | pos ) |
| std::string const OpenZWave::Internal::Localization::GetValueItemHelp | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| int32 | pos, | ||
| int32 | itemIndex ) const |
| std::string const OpenZWave::Internal::Localization::GetValueItemLabel | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| int32 | pos, | ||
| int32 | itemIndex ) const |
| std::string const OpenZWave::Internal::Localization::GetValueLabel | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| int32 | pos ) const |
|
static |
|
static |
| bool OpenZWave::Internal::Localization::SetGlobalLabel | ( | string | index, |
| string | text, | ||
| string | lang ) |
| void OpenZWave::Internal::Localization::SetupCommandClass | ( | Internal::CC::CommandClass * | cc | ) |
| bool OpenZWave::Internal::Localization::SetValueHelp | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexID, | ||
| uint32 | pos, | ||
| string | help, | ||
| string | lang = "" ) |
| bool OpenZWave::Internal::Localization::SetValueItemHelp | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| int32 | pos, | ||
| int32 | itemIndex, | ||
| string | label, | ||
| string | lang = "" ) |
| bool OpenZWave::Internal::Localization::SetValueItemLabel | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| int32 | pos, | ||
| int32 | itemIndex, | ||
| string | label, | ||
| string | lang = "" ) |
| bool OpenZWave::Internal::Localization::SetValueLabel | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexID, | ||
| uint32 | pos, | ||
| string | label, | ||
| string | lang = "" ) |
| bool OpenZWave::Internal::Localization::WriteXMLVIDHelp | ( | uint8 | node, |
| uint8 | ccID, | ||
| uint16 | indexId, | ||
| uint32 | pos, | ||
| TiXmlElement * | valueElement ) |