MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetRepeatDescription

Method GetRepeatDescription

plugins/schedule/macro-schedule.cpp:317–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317QString MacroScheduleEntry::GetRepeatDescription() const
318{
319 if (!doesRepeat) {
320 return obs_module_text(
321 "AdvSceneSwitcher.macroScheduleEntry.repeat.once");
322 }
323 return QString(obs_module_text(
324 "AdvSceneSwitcher.macroScheduleEntry.repeat.every"))
325 .arg(QString::fromStdString(repeatInterval.ToString()));
326}
327
328QString MacroScheduleEntry::GetSummary() const
329{

Callers 1

PopulateTableMethod · 0.80

Calls 2

obs_module_textFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected