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

Method GetShortDesc

plugins/base/macro-condition-scene-visibility.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174std::string MacroConditionSceneVisibility::GetShortDesc() const
175{
176 if (_source.ToString().empty()) {
177 return "";
178 }
179 return _scene.ToString() + " - " + _source.ToString();
180}
181
182static inline void populateConditionSelection(QComboBox *list)
183{

Callers 2

SourceChangedMethod · 0.45
SceneChangedMethod · 0.45

Calls 2

emptyMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected