MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setText

Method setText

src/interface/WidgetMarqueeLabel.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void ScrollText::setText(QString text)
25{
26 _text = text;
27 updateText();
28 update();
29}
30
31QString ScrollText::separator() const
32{

Callers 15

MainWindowMethod · 0.45
loadPropertiesMethod · 0.45
setCurrentDirectoryMethod · 0.45
enumerateFilesMethod · 0.45
updateTextMethod · 0.45
setAnimatedTextMethod · 0.45
AppItemMethod · 0.45
onAppConfigUpdatedMethod · 0.45
refreshMethod · 0.45
onSelectionChangedMethod · 0.45

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected