MCPcopy 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

doModalMethod · 0.45
endModalMethod · 0.45
OpenSaveFileDialogMethod · 0.45
setDialogInfoMethod · 0.45
ContextMenuMethod · 0.45
clearCanvasMethod · 0.45
getNextWidgetMethod · 0.45
parseTextMethod · 0.45
OnTextLostFocusMethod · 0.45
OnTextSetFocusMethod · 0.45
updateScrollMethod · 0.45

Calls 3

setPositionMethod · 0.45
getMousePositionMethod · 0.45
setVisibleSmoothMethod · 0.45

Tested by

no test coverage detected