Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CDataList, including all inherited members.
CDataList() | CDataList | |
CDataList(const CDataList &datalist) | CDataList | |
CDataList(CEnumComponentsGUI::EDataType dataType, bool valueBoolean, uint32_t valueUnsigned, double valueDouble, iv::types::color valueColor, std::string_view valueStringAndIcon, uint32_t decimalsNumber) | CDataList | private |
createBool(bool value) | CDataList | static |
createColor(iv::types::color color) | CDataList | static |
createDouble(double value, uint32_t decimalsNumber=2) | CDataList | static |
createEnum(E enumValue) | CDataList | inlinestatic |
createIcon(std::string_view icon) | CDataList | static |
createString(std::string_view value) | CDataList | static |
createUnsignedLong(uint32_t value) | CDataList | static |
getDataType() const | CDataList | |
getValueBoolean() const | CDataList | |
getValueColor() const | CDataList | |
getValueDouble(uint32_t *decimalsNumberOpt) const | CDataList | |
getValueIcon() const | CDataList | |
getValueString() const | CDataList | |
getValueUnsignedLong() const | CDataList | |
hasString() const | CDataList | |
m_dataType | CDataList | private |
m_decimalsNumber | CDataList | private |
m_valueBoolean | CDataList | private |
m_valueColor | CDataList | private |
m_valueDouble | CDataList | private |
m_valueStringAndIcon | CDataList | private |
m_valueUnsigned | CDataList | private |
toString() const | CDataList | |
~CDataList() | CDataList | virtual |