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

Method setSmoothShow

Common/MessageBox/MessageBox.h:98–107  ·  view source on GitHub ↗

Set smooth message showing*/

Source from the content-addressed store, hash-verified

96
97 /** Set smooth message showing*/
98 void setSmoothShow(bool _value)
99 {
100 mSmoothShow = _value;
101 if (mSmoothShow)
102 {
103 mMainWidget->setAlpha(ALPHA_MIN);
104 mMainWidget->setVisible(true);
105 mMainWidget->castType<Window>()->setVisibleSmooth(true);
106 }
107 }
108
109 /** Set message icon*/
110 void setMessageIcon(MessageBoxStyle _value)

Callers 1

createMessageBoxMethod · 0.45

Calls 3

setAlphaMethod · 0.45
setVisibleMethod · 0.45
setVisibleSmoothMethod · 0.45

Tested by

no test coverage detected