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

Method isValidate

Tools/EditorFramework/PropertyFloatControl.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

parseComplexFunction · 0.85
getOnlyTextMethod · 0.45

Tested by

no test coverage detected