MCPcopy Create free account
hub / github.com/MyGUI/mygui / getValue

Method getValue

Tools/FontEditor/PropertyInt2ListControl.cpp:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 std::string PropertyInt2ListControl::getValue()
71 {
72 std::string result;
73
74 for (size_t index = 0; index < mList->getItemCount(); index++)
75 {
76 if (!result.empty())
77 result += "|";
78 result += mList->getItemNameAt(index);
79 }
80
81 return result;
82 }
83
84 void PropertyInt2ListControl::setValue(std::string_view _value)
85 {

Callers 9

updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
initStateMethod · 0.45
OnInitialiseMethod · 0.45
updatePropertyMethod · 0.45
createSceneMethod · 0.45
LoadStatesMethod · 0.45
loadSettingsMethod · 0.45

Calls 2

getItemCountMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected