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

Method updateCoords

Tools/ImageEditor/FrameTextureController.cpp:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void FrameTextureController::updateCoords(std::string_view _value)
163 {
164 MyGUI::IntCoord coord;
165 if (MyGUI::utility::parseComplex(_value, coord.left, coord.top, coord.width, coord.height))
166 mSize = coord.size();
167 else
168 mSize.clear();
169
170 updateFrames();
171 }
172
173 void FrameTextureController::updateFrames()
174 {

Callers

nothing calls this directly

Calls 3

parseComplexFunction · 0.85
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected