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

Method GetShortDesc

plugins/base/macro-condition-studio-mode.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73std::string MacroConditionStudioMode::GetShortDesc() const
74{
75 if (_condition == StudioModeCondition::PREVIEW_SCENE) {
76 return _scene.ToString();
77 }
78 return "";
79}
80
81static inline void populateConditionSelection(QComboBox *list)
82{

Callers 2

ConditionChangedMethod · 0.45
SceneChangedMethod · 0.45

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected