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

Method getActionScale

Tools/LayoutEditor/SelectorControl.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 MyGUI::IntCoord SelectorControlLE::getActionScale() const
146 {
147 MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false);
148 if (window != nullptr)
149 return window->getActionScale();
150 return {};
151 }
152
153 void SelectorControlLE::setColour(MyGUI::Colour _value)
154 {

Callers 5

getFunction · 0.45
getCaptureMethod · 0.45
notifyChangePositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected