MCPcopy 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
59void LCDText::setText(const string &text) {
60 set(text, _x, _y);
61}
62
63const string& LCDText::getText() const {
64 return _text;

Callers 12

onConfigureTabMethod · 0.45
onBindViewHolderMethod · 0.45
onChangedMethod · 0.45
onBindViewHolderMethod · 0.45
updateMethod · 0.45
MainWindowMethod · 0.45
positionUpdateMethod · 0.45
updatePlayerUIMethod · 0.45
remoteListRefreshMethod · 0.45
addFileMethod · 0.45
addGroupsToRemotesMethod · 0.45
loadPlaylistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected