Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setAlpha
Method
setAlpha
MyGUIEngine/src/MyGUI_Widget.cpp:466–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
void Widget::setAlpha(float _alpha)
467
{
468
if (mAlpha == _alpha)
469
return;
470
mAlpha = _alpha;
471
472
_updateAlpha();
473
}
474
475
void Widget::_updateAlpha()
476
{
Callers
15
ExportWidget_SetAlpha
Function · 0.45
set
Function · 0.45
setSmoothShow
Method · 0.45
notifyFrameEvent
Method · 0.45
createControllerFadeAlpha
Method · 0.45
command
Method · 0.45
_showItem
Method · 0.45
_notifyDeleteItem
Method · 0.45
createControllerFadeAlpha
Method · 0.45
createControllerFadeAlpha
Method · 0.45
createControllerFadeAlpha
Method · 0.45
createControllerFadeAlpha
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected