MCPcopy Create free account
hub / github.com/asb2m10/dexed / getTitle

Method getTitle

Source/ProgramListBox.h:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 virtual String getTitle() const override {
205 return String(program->idx + 1) + " " + program->getProgramName();
206 }
207
208 ProgramLabel *program;
209 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(ProgramLabelAH);

Callers 2

getTitleFunction · 0.80
globalFocusChangedMethod · 0.80

Calls 1

getProgramNameMethod · 0.45

Tested by

no test coverage detected