Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
UnitTests/UnitTest_HyperTextBox/Panel.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
{
12
13
void Panel::setPosition(const IntPoint& _value)
14
{
15
Base::setPosition(_value);
16
}
17
18
void Panel::setSize(const IntSize& _value)
19
{
Callers
7
notifyPointMove
Method · 0.45
updateCamera
Method · 0.45
KeyboardPanel
Method · 0.45
MonitorPanel
Method · 0.45
validate
Method · 0.45
createSuccesScene
Method · 0.45
createFailedScene
Method · 0.45
Calls
1
setPosition
Function · 0.85
Tested by
no test coverage detected