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

Method onCheckValue

Tools/LayoutEditor/PropertyFieldFileName.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 bool PropertyFieldFileName::onCheckValue()
20 {
21 bool success = utility::checkParseFileName(mField);
22
23 return success;
24 }
25
26}

Callers

nothing calls this directly

Calls 1

checkParseFileNameFunction · 0.85

Tested by

no test coverage detected