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

Method updateFromCoordValue

Tools/EditorFramework/ScopeTextureControl.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void ScopeTextureControl::updateFromCoordValue()
95 {
96 if (mCurrentSelectorControl != nullptr)
97 mCurrentSelectorControl->setCoord(mCoordValue);
98
99 setValue(mCoordValue.print());
100 }
101
102 void ScopeTextureControl::CommandMoveLeft(const MyGUI::UString& _commandName, bool& _result)
103 {

Callers

nothing calls this directly

Calls 3

setValueFunction · 0.70
setCoordMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected