Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ setText
Method
setText
src/server/lcdapi/api/LCDText.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void LCDText::setText(const string &text) {
60
set(text, _x, _y);
61
}
62
63
const string& LCDText::getText() const {
64
return _text;
Callers
12
onConfigureTab
Method · 0.45
onBindViewHolder
Method · 0.45
onChanged
Method · 0.45
onBindViewHolder
Method · 0.45
update
Method · 0.45
MainWindow
Method · 0.45
positionUpdate
Method · 0.45
updatePlayerUI
Method · 0.45
remoteListRefresh
Method · 0.45
addFile
Method · 0.45
addGroupsToRemotes
Method · 0.45
loadPlaylist
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected