MCPcopy 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
61void MacroDock::SetRunButtonText(const StringVariable &text)
62{
63 _runButtonText = text;
64 _run->setText(text.c_str());
65}
66
67void MacroDock::ShowPauseButton(bool value)
68{

Callers 1

AskForSettingsMethod · 0.45

Calls 2

setTextMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected