Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addObject
Method
addObject
Demos/Demo_Gui/MainPanel.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void MainPanel::addObject(const MyGUI::UString& _name) const
29
{
30
mComboCreate->addItem(_name);
31
}
32
33
void MainPanel::notifyMouseButtonClick(MyGUI::Widget* _sender) const
34
{
Callers
1
createScene
Method · 0.80
Calls
1
addItem
Method · 0.45
Tested by
no test coverage detected