Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setTooltipId
Method
setTooltipId
launcher/ui/MainWindow.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
m_contained = new T(parent);
170
}
171
void setTooltipId(const char * tooltip)
172
{
173
m_tooltip = tooltip;
174
}
175
void setTextId(const char * text)
176
{
177
m_text = text;
Callers
5
createMainToolbarActions
Method · 0.80
createMainToolbar
Method · 0.80
createMenuActions
Method · 0.80
createNewsToolbar
Method · 0.80
createInstanceActions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected