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

Method isValidate

Tools/EditorFramework/PropertyInt2Control.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

parseComplexFunction · 0.85
getOnlyTextMethod · 0.45

Tested by

no test coverage detected