Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void ScrollText::setText(QString text)
25
{
26
_text = text;
27
updateText();
28
update();
29
}
30
31
QString ScrollText::separator() const
32
{
Callers
15
MainWindow
Method · 0.45
onConvolverInfoChanged
Method · 0.45
loadProperties
Method · 0.45
setCurrentDirectory
Method · 0.45
enumerateFiles
Method · 0.45
onDirectoryChangeRequested
Method · 0.45
updateText
Method · 0.45
setAnimatedText
Method · 0.45
AppItem
Method · 0.45
onAppConfigUpdated
Method · 0.45
refresh
Method · 0.45
onSelectionChanged
Method · 0.45
Calls
1
update
Function · 0.85
Tested by
no test coverage detected