Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ SetRunButtonText
Method
SetRunButtonText
lib/macro/macro-dock.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void MacroDock::SetRunButtonText(const StringVariable &text)
62
{
63
_runButtonText = text;
64
_run->setText(text.c_str());
65
}
66
67
void MacroDock::ShowPauseButton(bool value)
68
{
Callers
1
AskForSettings
Method · 0.45
Calls
2
setText
Method · 0.80
c_str
Method · 0.45
Tested by
no test coverage detected