![]() |
OpenZWave Library
1.6.0
|
This is the complete list of members for OpenZWave::ValueList, including all inherited members.
AddRef() | OpenZWave::Ref | inline |
GetAsString() const | OpenZWave::ValueList | inlinevirtual |
GetChangeVerified() | OpenZWave::Value | inline |
GetGenreEnumFromName(char const *_name) | OpenZWave::Value | static |
GetGenreNameFromEnum(ValueID::ValueGenre _genre) | OpenZWave::Value | static |
GetHelp() const | OpenZWave::Value | |
GetID() const | OpenZWave::Value | inline |
GetItem() const | OpenZWave::ValueList | |
GetItemIdxByLabel(string const &_label) const | OpenZWave::ValueList | |
GetItemIdxByValue(int32 const _value) const | OpenZWave::ValueList | |
GetItemLabels(vector< string > *o_items) | OpenZWave::ValueList | |
GetItemValues(vector< int32 > *o_values) | OpenZWave::ValueList | |
GetLabel() const | OpenZWave::Value | |
GetMax() const | OpenZWave::Value | inline |
GetMin() const | OpenZWave::Value | inline |
GetPollIntensity() const | OpenZWave::Value | inline |
GetSize() const | OpenZWave::ValueList | inline |
GetTypeEnumFromName(char const *_name) | OpenZWave::Value | static |
GetTypeNameFromEnum(ValueID::ValueType _type) | OpenZWave::Value | static |
GetUnits() const | OpenZWave::Value | inline |
IsCheckingChange() const | OpenZWave::Value | inlineprotected |
IsPolled() const | OpenZWave::Value | inline |
IsReadOnly() const | OpenZWave::Value | inline |
IsSet() const | OpenZWave::Value | inline |
IsWriteOnly() const | OpenZWave::Value | inline |
m_id | OpenZWave::Value | protected |
m_max | OpenZWave::Value | protected |
m_min | OpenZWave::Value | protected |
m_refreshTime | OpenZWave::Value | protected |
m_verifyChanges | OpenZWave::Value | protected |
OnValueChanged() | OpenZWave::Value | protected |
OnValueRefreshed(int32 const _valueIdx) | OpenZWave::ValueList | |
OpenZWave::Value::OnValueRefreshed() | OpenZWave::Value | protected |
ReadXML(uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const *_valueElement) | OpenZWave::ValueList | virtual |
Ref() | OpenZWave::Ref | inline |
Release() | OpenZWave::Ref | inline |
Set() | OpenZWave::Value | |
SetByLabel(string const &_label) | OpenZWave::ValueList | |
SetByValue(int32 const _value) | OpenZWave::ValueList | |
SetChangeVerified(bool _verify) | OpenZWave::Value | inline |
SetCheckingChange(bool _check) | OpenZWave::Value | inlineprotected |
SetFromString(string const &_value) | OpenZWave::ValueList | inlinevirtual |
SetHelp(string const &_help, string const lang="") | OpenZWave::Value | |
SetLabel(string const &_label, string const lang="") | OpenZWave::Value | |
SetPollIntensity(uint8 const &_intensity) | OpenZWave::Value | inline |
SetUnits(string const &_units) | OpenZWave::Value | inline |
Value(uint32 const _homeId, uint8 const _nodeId, ValueID::ValueGenre const _genre, uint8 const _commandClassId, uint8 const _instance, uint16 const _index, ValueID::ValueType const _type, string const &_label, string const &_units, bool const _readOnly, bool const _writeOnly, bool const _isset, uint8 const _pollIntensity) | OpenZWave::Value | |
Value() | OpenZWave::Value | |
ValueList(uint32 const _homeId, uint8 const _nodeId, ValueID::ValueGenre const _genre, uint8 const _commandClassId, uint8 const _instance, uint16 const _index, string const &_label, string const &_units, bool const _readOnly, bool const _writeOnly, vector< Item > const &_items, int32 const _valueIdx, uint8 const _pollIntensity, uint8 const _size=4) | OpenZWave::ValueList | |
ValueList() | OpenZWave::ValueList | |
VerifyRefreshedValue(void *_originalValue, void *_checkValue, void *_newValue, ValueID::ValueType _type, int _originalValueLength=0, int _checkValueLength=0, int _newValueLength=0) | OpenZWave::Value | protected |
WriteXML(TiXmlElement *_valueElement) | OpenZWave::ValueList | virtual |
~Ref() | OpenZWave::Ref | inlineprotectedvirtual |
~Value() | OpenZWave::Value | protectedvirtual |
~ValueList() | OpenZWave::ValueList | inlinevirtual |