MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetLabel

Method GetLabel

cpp/src/Localization.cpp:77–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76}
77string LabelLocalizationEntry::GetLabel
78(
79 string lang
80)
81{
82 if (lang.empty() || (m_Label.find(lang) == m_Label.end()))
83 return m_defaultLabel;
84 else
85 return m_Label[lang];
86
87}
88
89
90

Callers 14

SetupCommandClassMethod · 0.45
GetValueLabelMethod · 0.45
GetGlobalLabelMethod · 0.45
GetValueLabelMethod · 0.45
GetValueListSelectionMethod · 0.45
GetSceneLabelMethod · 0.45
GetGroupLabelMethod · 0.45
AutoAssociateMethod · 0.45
SetDeviceClassesMethod · 0.45
SetPlusDeviceClassesMethod · 0.45
GetDeviceTypeStringMethod · 0.45

Calls 3

findMethod · 0.80
emptyMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected