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

Method setVisible

Tools/EditorFramework/SelectorControl.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void SelectorControl::setVisible(bool _value)
47 {
48 mMainWidget->setVisible(_value);
49 }
50
51 void SelectorControl::setSize(const MyGUI::IntSize& _value)
52 {

Callers 15

OnInitialiseMethod · 0.45
updateAlphaSupportMethod · 0.45
doModalMethod · 0.45
endModalMethod · 0.45
updateMethod · 0.45
OnInitialiseMethod · 0.45
HideControlsMethod · 0.45
InitialisePropertyMethod · 0.45
OnInitialiseMethod · 0.45
OnInitialiseMethod · 0.45
invalidateListMethod · 0.45
OnInitialiseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected