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

Method isValidate

Tools/EditorFramework/PropertyInt4Control.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool PropertyInt4Control::isValidate()
69 {
70 MyGUI::UString value = mEdit->getOnlyText();
71
72 int value1 = 0;
73 int value2 = 0;
74 int value3 = 0;
75 int value4 = 0;
76 return MyGUI::utility::parseComplex(value, value1, value2, value3, value4);
77 }
78
79 MyGUI::UString PropertyInt4Control::getClearValue()
80 {

Callers

nothing calls this directly

Calls 2

parseComplexFunction · 0.85
getOnlyTextMethod · 0.45

Tested by

no test coverage detected