Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setVisible
Method
setVisible
UnitTests/UnitTest_GraphView/ContextMenu.h:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void setVisible(bool _value)
27
{
28
mMenu->setPosition(MyGUI::InputManager::getInstance().getMousePosition());
29
mMenu->setVisibleSmooth(_value);
30
}
31
32
bool isVisible()
33
{
Callers
15
notifyMouseButtonReleased
Method · 0.45
doModal
Method · 0.45
endModal
Method · 0.45
OpenSaveFileDialog
Method · 0.45
setDialogInfo
Method · 0.45
ContextMenu
Method · 0.45
clearCanvas
Method · 0.45
getNextWidget
Method · 0.45
parseText
Method · 0.45
OnTextLostFocus
Method · 0.45
OnTextSetFocus
Method · 0.45
updateScroll
Method · 0.45
Calls
3
setPosition
Method · 0.45
getMousePosition
Method · 0.45
setVisibleSmooth
Method · 0.45
Tested by
no test coverage detected