|
MythTV master
|
#include <mythlcdserver/lcdprocclient.h>
Public Member Functions | |
| LCDProcClient (LCDServer *lparent) | |
| void | customEvent (QEvent *e) override |
| ~LCDProcClient () override | |
| bool | SetupLCD (void) |
| void | reset (void) |
| void | setStartupMessage (QString msg, std::chrono::seconds messagetime) |
| bool | connectToHost (const QString &hostname, unsigned int port) |
| void | switchToTime () |
| void | switchToMusic (const QString &artist, const QString &album, const QString &track) |
| void | setMusicProgress (QString time, float value) |
| void | setMusicRepeat (int repeat) |
| void | setMusicShuffle (int shuffle) |
| void | switchToChannel (const QString &channum="", const QString &title="", const QString &subtitle="") |
| void | setChannelProgress (const QString &time, float value) |
| void | switchToMenu (QList< LCDMenuItem > *menuItems, const QString &app_name="", bool popMenu=true) |
| void | switchToGeneric (QList< LCDTextItem > *textItems) |
| void | setGenericProgress (bool busy, float value) |
| void | switchToVolume (const QString &app_name) |
| void | setVolumeLevel (float value) |
| void | switchToNothing () |
| void | shutdown () |
| void | removeWidgets () |
| void | updateLEDs (int mask) |
| void | stopAll (void) |
| int | getLCDWidth (void) const |
| int | getLCDHeight (void) const |
Private Types | |
| enum | PRIORITY : std::uint8_t { TOP , URGENT , HIGH , MEDIUM , LOW , OFF } |
Private Slots | |
| void | veryBadThings (QAbstractSocket::SocketError error) |
| void | serverSendingData () |
| void | checkConnections () |
| void | dobigclock (void) |
| void | dostdclock () |
| void | outputTime () |
| void | outputMusic () |
| void | outputChannel () |
| void | outputGeneric () |
| void | outputVolume () |
| void | outputRecStatus () |
| void | scrollMenuText () |
| void | beginScrollingMenuText () |
| void | unPopMenu () |
| void | scrollList () |
| void | updateRecordingList (void) |
| void | removeStartupMessage (void) |
| void | beginScrollingWidgets (void) |
| void | scrollWidgets (void) |
Private Member Functions | |
| void | outputCenteredText (const QString &theScreen, QString theText, const QString &widget="topWidget", int row=1) |
| void | outputLeftText (const QString &theScreen, QString theText, const QString &widget="topWidget", int row=1) |
| void | outputRightText (const QString &theScreen, QString theText, const QString &widget="topWidget", int row=1) |
| void | outputScrollerText (const QString &theScreen, const QString &theText, const QString &widget="scroller", int top=1, int bottom=1) |
| QStringList | formatScrollerText (const QString &text) const |
| void | outputText (QList< LCDTextItem > *textItems) |
| void | sendToServer (const QString &someText) |
| void | setPriority (const QString &screen, PRIORITY priority) |
| void | setHeartbeat (const QString &screen, bool onoff) |
| QString | expandString (const QString &aString) const |
| void | init () |
| void | loadSettings () |
| void | assignScrollingList (QStringList theList, QString theScreen, QString theWidget="topWidget", int theRow=1) |
| void | assignScrollingWidgets (const QString &theText, const QString &theScreen, const QString &theWidget="topWidget", int theRow=1) |
| void | formatScrollingWidgets (void) |
| void | startTime () |
| void | startMusic (QString artist, const QString &album, const QString &track) |
| void | startChannel (const QString &channum, const QString &title, const QString &subtitle) |
| void | startGeneric (QList< LCDTextItem > *textItems) |
| void | startMenu (QList< LCDMenuItem > *menuItems, QString app_name, bool popMenu) |
| void | startVolume (const QString &app_name) |
| void | showStartupMessage (void) |
| void | setWidth (unsigned int x) |
| void | setHeight (unsigned int x) |
| void | setCellWidth (unsigned int x) |
| void | setCellHeight (unsigned int x) |
| void | setVersion (const QString &sversion, const QString &pversion) |
| void | describeServer () |
Definition at line 20 of file lcdprocclient.h.
|
private |
| Enumerator | |
|---|---|
| TOP | |
| URGENT | |
| HIGH | |
| MEDIUM | |
| LOW | |
| OFF | |
Definition at line 107 of file lcdprocclient.h.
|
explicit |
Definition at line 49 of file lcdprocclient.cpp.
|
override |
Definition at line 2383 of file lcdprocclient.cpp.
|
private |
Definition at line 917 of file lcdprocclient.cpp.
Referenced by outputRecStatus(), and startChannel().
|
private |
Definition at line 937 of file lcdprocclient.cpp.
Referenced by outputText(), startChannel(), startGeneric(), and startMusic().
|
privateslot |
Definition at line 1373 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
privateslot |
Definition at line 993 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
privateslot |
Definition at line 283 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| bool LCDProcClient::connectToHost | ( | const QString & | hostname, |
| unsigned int | port | ||
| ) |
Definition at line 134 of file lcdprocclient.cpp.
Referenced by checkConnections(), and SetupLCD().
|
override |
Definition at line 2403 of file lcdprocclient.cpp.
|
private |
Definition at line 693 of file lcdprocclient.cpp.
Referenced by serverSendingData().
|
privateslot |
Definition at line 1758 of file lcdprocclient.cpp.
Referenced by outputTime().
|
privateslot |
Definition at line 1859 of file lcdprocclient.cpp.
Referenced by outputTime().
|
private |
Definition at line 526 of file lcdprocclient.cpp.
Referenced by loadSettings().
|
private |
Definition at line 2055 of file lcdprocclient.cpp.
Referenced by outputRecStatus(), showStartupMessage(), and startChannel().
|
private |
Definition at line 947 of file lcdprocclient.cpp.
Referenced by startChannel(), startGeneric(), and startMusic().
|
inline |
Definition at line 64 of file lcdprocclient.h.
Referenced by LCDServer::sendConnected().
|
inline |
Definition at line 63 of file lcdprocclient.h.
Referenced by LCDServer::sendConnected().
|
private |
Definition at line 412 of file lcdprocclient.cpp.
Referenced by reset(), and serverSendingData().
|
private |
Definition at line 536 of file lcdprocclient.cpp.
|
private |
Definition at line 862 of file lcdprocclient.cpp.
Referenced by dostdclock(), formatScrollingWidgets(), outputChannel(), outputMusic(), outputText(), startMenu(), and startVolume().
|
privateslot |
Definition at line 2156 of file lcdprocclient.cpp.
Referenced by setChannelProgress(), and startChannel().
|
privateslot |
Definition at line 2176 of file lcdprocclient.cpp.
Referenced by setGenericProgress(), and startGeneric().
|
private |
Definition at line 885 of file lcdprocclient.cpp.
Referenced by dobigclock(), formatScrollingWidgets(), outputMusic(), outputRecStatus(), outputText(), scrollList(), scrollWidgets(), and startGeneric().
|
privateslot |
Definition at line 2098 of file lcdprocclient.cpp.
Referenced by setMusicProgress(), setMusicRepeat(), and setMusicShuffle().
|
privateslot |
Definition at line 1912 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
private |
Definition at line 899 of file lcdprocclient.cpp.
Referenced by dobigclock(), outputText(), and outputVolume().
|
private |
Definition at line 2041 of file lcdprocclient.cpp.
|
private |
Definition at line 815 of file lcdprocclient.cpp.
Referenced by startGeneric().
|
privateslot |
Definition at line 1851 of file lcdprocclient.cpp.
Referenced by LCDProcClient(), outputRecStatus(), and startTime().
|
privateslot |
Definition at line 2196 of file lcdprocclient.cpp.
Referenced by setVolumeLevel(), and startVolume().
|
privateslot |
Definition at line 622 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::removeWidgets | ( | ) |
Definition at line 2323 of file lcdprocclient.cpp.
Referenced by reset(), and shutdown().
| void LCDProcClient::reset | ( | void | ) |
Definition at line 1751 of file lcdprocclient.cpp.
Referenced by LCDServer::parseTokens().
|
privateslot |
Definition at line 754 of file lcdprocclient.cpp.
Referenced by assignScrollingList(), and LCDProcClient().
|
privateslot |
Definition at line 1413 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
privateslot |
Definition at line 1000 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
private |
Definition at line 172 of file lcdprocclient.cpp.
Referenced by dobigclock(), dostdclock(), init(), loadSettings(), outputCenteredText(), outputChannel(), outputGeneric(), outputLeftText(), outputMusic(), outputRecStatus(), outputRightText(), outputScrollerText(), outputVolume(), removeWidgets(), scrollMenuText(), setHeartbeat(), setPriority(), startMenu(), startMusic(), and updateLEDs().
|
privateslot |
Definition at line 314 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
private |
Definition at line 654 of file lcdprocclient.cpp.
Referenced by serverSendingData().
|
private |
Definition at line 647 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setChannelProgress | ( | const QString & | time, |
| float | value | ||
| ) |
Definition at line 1644 of file lcdprocclient.cpp.
Referenced by LCDServer::setChannelProgress().
| void LCDProcClient::setGenericProgress | ( | bool | busy, |
| float | value | ||
| ) |
Definition at line 1660 of file lcdprocclient.cpp.
Referenced by LCDServer::setGenericProgress().
|
private |
Definition at line 255 of file lcdprocclient.cpp.
Referenced by loadSettings().
|
private |
Definition at line 640 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setMusicProgress | ( | QString | time, |
| float | value | ||
| ) |
Definition at line 1695 of file lcdprocclient.cpp.
Referenced by LCDServer::setMusicProgress().
| void LCDProcClient::setMusicRepeat | ( | int | repeat | ) |
Definition at line 1711 of file lcdprocclient.cpp.
Referenced by LCDServer::setMusicProp().
| void LCDProcClient::setMusicShuffle | ( | int | shuffle | ) |
Definition at line 1721 of file lcdprocclient.cpp.
Referenced by LCDServer::setMusicProp().
|
private |
Definition at line 220 of file lcdprocclient.cpp.
Referenced by init(), outputRecStatus(), startChannel(), startGeneric(), startMenu(), startMusic(), startTime(), startVolume(), stopAll(), and unPopMenu().
| void LCDProcClient::setStartupMessage | ( | QString | msg, |
| std::chrono::seconds | messagetime | ||
| ) |
Definition at line 627 of file lcdprocclient.cpp.
Referenced by LCDServer::LCDServer().
| bool LCDProcClient::SetupLCD | ( | void | ) |
Definition at line 123 of file lcdprocclient.cpp.
Referenced by LCDServer::LCDServer().
|
private |
Definition at line 661 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setVolumeLevel | ( | float | value | ) |
Definition at line 1731 of file lcdprocclient.cpp.
Referenced by LCDServer::setVolumeLevel().
|
private |
Definition at line 633 of file lcdprocclient.cpp.
Referenced by serverSendingData().
|
private |
Definition at line 599 of file lcdprocclient.cpp.
Referenced by init().
| void LCDProcClient::shutdown | ( | ) |
Definition at line 2307 of file lcdprocclient.cpp.
|
private |
Definition at line 1090 of file lcdprocclient.cpp.
Referenced by switchToChannel().
|
private |
Definition at line 1128 of file lcdprocclient.cpp.
Referenced by switchToGeneric().
|
private |
Definition at line 1178 of file lcdprocclient.cpp.
Referenced by switchToMenu().
|
private |
Definition at line 1035 of file lcdprocclient.cpp.
Referenced by switchToMusic().
|
private |
Definition at line 801 of file lcdprocclient.cpp.
Referenced by switchToTime(), and updateRecordingList().
|
private |
Definition at line 1626 of file lcdprocclient.cpp.
Referenced by switchToVolume().
| void LCDProcClient::stopAll | ( | void | ) |
Definition at line 770 of file lcdprocclient.cpp.
Referenced by LCDServer::parseTokens(), sendToServer(), shutdown(), switchToChannel(), switchToGeneric(), switchToMusic(), switchToNothing(), switchToTime(), and switchToVolume().
| void LCDProcClient::switchToChannel | ( | const QString & | channum = "", |
| const QString & | title = "", |
||
| const QString & | subtitle = "" |
||
| ) |
Definition at line 2246 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToChannel().
| void LCDProcClient::switchToGeneric | ( | QList< LCDTextItem > * | textItems | ) |
Definition at line 2271 of file lcdprocclient.cpp.
Referenced by showStartupMessage(), and LCDServer::switchToGeneric().
| void LCDProcClient::switchToMenu | ( | QList< LCDMenuItem > * | menuItems, |
| const QString & | app_name = "", |
||
| bool | popMenu = true |
||
| ) |
Definition at line 2259 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToMenu().
| void LCDProcClient::switchToMusic | ( | const QString & | artist, |
| const QString & | album, | ||
| const QString & | track | ||
| ) |
Definition at line 2233 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToMusic().
| void LCDProcClient::switchToNothing | ( | ) |
Definition at line 2296 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToNothing().
| void LCDProcClient::switchToTime | ( | ) |
Definition at line 2220 of file lcdprocclient.cpp.
Referenced by init(), LCDServer::newConnection(), removeStartupMessage(), LCDServer::switchToTime(), and updateRecordingList().
| void LCDProcClient::switchToVolume | ( | const QString & | app_name | ) |
Definition at line 2283 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToVolume().
|
privateslot |
Definition at line 1637 of file lcdprocclient.cpp.
Referenced by LCDProcClient(), and stopAll().
| void LCDProcClient::updateLEDs | ( | int | mask | ) |
Definition at line 1743 of file lcdprocclient.cpp.
Referenced by LCDServer::updateLEDs().
|
privateslot |
Definition at line 2428 of file lcdprocclient.cpp.
Referenced by init(), LCDProcClient(), and updateRecordingList().
|
privateslot |
Definition at line 746 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
|
private |
Definition at line 140 of file lcdprocclient.h.
Referenced by outputRecStatus(), scrollList(), scrollWidgets(), startChannel(), startGeneric(), startMusic(), startTime(), and updateRecordingList().
|
private |
Direction of the busy indicator on the, -1 or 1, used if m_busyProgress is true.
Definition at line 184 of file lcdprocclient.h.
Referenced by setGenericProgress(), and startGeneric().
|
private |
How many "blocks" the busy indicator must be, used if m_busyProgress is true.
Definition at line 181 of file lcdprocclient.h.
Referenced by setGenericProgress(), and startGeneric().
|
private |
Current position of the busy indicator, used if m_busyProgress is true.
Definition at line 178 of file lcdprocclient.h.
Referenced by outputGeneric(), setGenericProgress(), and startGeneric().
true if the generic progress indicator is a busy (ie.
doesn't have a known total steps
Definition at line 175 of file lcdprocclient.h.
Referenced by setGenericProgress(), and startGeneric().
|
private |
Definition at line 165 of file lcdprocclient.h.
Referenced by describeServer(), and setCellHeight().
|
private |
Definition at line 164 of file lcdprocclient.h.
Referenced by describeServer(), outputChannel(), outputGeneric(), outputMusic(), outputRecStatus(), outputVolume(), and setCellWidth().
|
private |
Definition at line 172 of file lcdprocclient.h.
Referenced by outputChannel(), setChannelProgress(), and startChannel().
|
private |
Definition at line 149 of file lcdprocclient.h.
Referenced by LCDProcClient().
Definition at line 209 of file lcdprocclient.h.
Referenced by checkConnections(), connectToHost(), init(), sendToServer(), SetupLCD(), and shutdown().
|
private |
Definition at line 198 of file lcdprocclient.h.
Referenced by dostdclock(), and loadSettings().
|
private |
Definition at line 185 of file lcdprocclient.h.
Referenced by outputGeneric(), setGenericProgress(), and startGeneric().
|
private |
Definition at line 214 of file lcdprocclient.h.
Referenced by checkConnections(), and connectToHost().
Definition at line 236 of file lcdprocclient.h.
Referenced by dobigclock(), dostdclock(), outputRecStatus(), startTime(), and updateRecordingList().
Definition at line 237 of file lcdprocclient.h.
Referenced by outputRecStatus(), and startTime().
|
private |
Definition at line 213 of file lcdprocclient.h.
Referenced by sendToServer(), and serverSendingData().
Definition at line 226 of file lcdprocclient.h.
Referenced by describeServer(), and loadSettings().
Definition at line 228 of file lcdprocclient.h.
Referenced by loadSettings(), outputTime(), and removeWidgets().
Definition at line 227 of file lcdprocclient.h.
Referenced by describeServer(), and loadSettings().
|
private |
Definition at line 163 of file lcdprocclient.h.
Referenced by describeServer(), dobigclock(), dostdclock(), getLCDHeight(), init(), LCDProcClient(), outputChannel(), outputGeneric(), outputMusic(), outputRecStatus(), outputText(), outputVolume(), scrollMenuText(), setHeight(), showStartupMessage(), startChannel(), startMenu(), startMusic(), and startVolume().
|
private |
Definition at line 231 of file lcdprocclient.h.
Referenced by init(), and loadSettings().
|
private |
Definition at line 207 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), scrollMenuText(), startMenu(), and ~LCDProcClient().
|
private |
Definition at line 229 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMenu().
Definition at line 217 of file lcdprocclient.h.
Referenced by checkConnections(), init(), loadSettings(), outputRecStatus(), outputText(), sendToServer(), setChannelProgress(), setGenericProgress(), setMusicProgress(), setMusicRepeat(), setMusicShuffle(), setVolumeLevel(), shutdown(), stopAll(), switchToChannel(), switchToGeneric(), switchToMenu(), switchToMusic(), switchToNothing(), switchToTime(), switchToVolume(), and ~LCDProcClient().
Definition at line 223 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startChannel().
Definition at line 221 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startGeneric().
Definition at line 220 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMenu().
Definition at line 222 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMusic().
|
private |
Definition at line 230 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMusic().
Definition at line 225 of file lcdprocclient.h.
Referenced by customEvent(), describeServer(), dostdclock(), loadSettings(), outputRecStatus(), and startTime().
Definition at line 219 of file lcdprocclient.h.
Referenced by describeServer(), dostdclock(), loadSettings(), and outputRecStatus().
Definition at line 224 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startVolume().
|
private |
Definition at line 193 of file lcdprocclient.h.
Referenced by assignScrollingWidgets(), formatScrollingWidgets(), scrollWidgets(), startChannel(), startGeneric(), and startMusic().
|
private |
Definition at line 238 of file lcdprocclient.h.
Referenced by outputRecStatus(), and updateRecordingList().
|
private |
Definition at line 162 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), beginScrollingWidgets(), describeServer(), dobigclock(), dostdclock(), formatScrollerText(), formatScrollingWidgets(), getLCDWidth(), LCDProcClient(), outputCenteredText(), outputChannel(), outputGeneric(), outputMusic(), outputRecStatus(), outputRightText(), outputScrollerText(), outputVolume(), scrollMenuText(), scrollWidgets(), setGenericProgress(), setWidth(), and startMenu().
|
private |
Definition at line 147 of file lcdprocclient.h.
Referenced by LCDProcClient(), startMenu(), and stopAll().
|
private |
Definition at line 206 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), and scrollMenuText().
|
private |
Definition at line 146 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), LCDProcClient(), scrollMenuText(), startMenu(), stopAll(), and unPopMenu().
|
private |
Definition at line 188 of file lcdprocclient.h.
Referenced by outputMusic(), setMusicProgress(), and startMusic().
|
private |
Definition at line 190 of file lcdprocclient.h.
Referenced by outputMusic(), and setMusicRepeat().
|
private |
Definition at line 191 of file lcdprocclient.h.
Referenced by outputMusic(), and setMusicShuffle().
|
private |
Definition at line 189 of file lcdprocclient.h.
Referenced by outputMusic(), and setMusicProgress().
|
private |
Definition at line 232 of file lcdprocclient.h.
Referenced by serverSendingData().
|
private |
Definition at line 148 of file lcdprocclient.h.
Referenced by LCDProcClient(), startMenu(), and stopAll().
|
private |
Definition at line 215 of file lcdprocclient.h.
Referenced by checkConnections(), and connectToHost().
|
private |
Definition at line 145 of file lcdprocclient.h.
Referenced by beginScrollingWidgets(), formatScrollingWidgets(), LCDProcClient(), and stopAll().
|
private |
Definition at line 157 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
|
private |
Definition at line 159 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
|
private |
Definition at line 158 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
|
private |
Definition at line 160 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
|
private |
Definition at line 155 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
|
private |
Definition at line 156 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
|
private |
Definition at line 171 of file lcdprocclient.h.
Referenced by outputChannel(), setChannelProgress(), and startChannel().
|
private |
Definition at line 168 of file lcdprocclient.h.
Referenced by describeServer(), and setVersion().
|
private |
Definition at line 169 of file lcdprocclient.h.
Referenced by expandString(), setHeartbeat(), and setVersion().
|
private |
Definition at line 150 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputRecStatus(), startTime(), and stopAll().
|
private |
Definition at line 204 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
|
private |
Definition at line 200 of file lcdprocclient.h.
Referenced by assignScrollingList(), outputRecStatus(), and scrollList().
|
private |
Definition at line 203 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
|
private |
Definition at line 201 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
|
private |
Definition at line 151 of file lcdprocclient.h.
Referenced by assignScrollingList(), LCDProcClient(), outputRecStatus(), and stopAll().
|
private |
Definition at line 202 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
|
private |
Definition at line 196 of file lcdprocclient.h.
Referenced by beginScrollingWidgets(), and scrollWidgets().
|
private |
Definition at line 195 of file lcdprocclient.h.
Referenced by assignScrollingWidgets(), formatScrollingWidgets(), and scrollWidgets().
|
private |
Definition at line 144 of file lcdprocclient.h.
Referenced by beginScrollingWidgets(), formatScrollingWidgets(), LCDProcClient(), outputRecStatus(), scrollWidgets(), and stopAll().
|
private |
Definition at line 212 of file lcdprocclient.h.
Referenced by init(), and sendToServer().
|
private |
Definition at line 167 of file lcdprocclient.h.
Referenced by describeServer(), and setVersion().
|
private |
Definition at line 152 of file lcdprocclient.h.
Referenced by LCDProcClient(), and showStartupMessage().
|
private |
Definition at line 142 of file lcdprocclient.h.
Referenced by checkConnections(), connectToHost(), LCDProcClient(), sendToServer(), serverSendingData(), shutdown(), veryBadThings(), and ~LCDProcClient().
|
private |
Definition at line 233 of file lcdprocclient.h.
Referenced by init(), setStartupMessage(), and showStartupMessage().
|
private |
Definition at line 234 of file lcdprocclient.h.
Referenced by setStartupMessage(), and showStartupMessage().
Definition at line 210 of file lcdprocclient.h.
Referenced by dobigclock(), and dostdclock().
|
private |
Definition at line 197 of file lcdprocclient.h.
Referenced by dobigclock(), dostdclock(), and loadSettings().
|
private |
Definition at line 143 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputRecStatus(), startTime(), and stopAll().
|
private |
Definition at line 240 of file lcdprocclient.h.
Referenced by dobigclock(), outputRecStatus(), and updateRecordingList().
|
private |
Definition at line 153 of file lcdprocclient.h.
Referenced by customEvent(), and LCDProcClient().
|
private |
Definition at line 186 of file lcdprocclient.h.
Referenced by outputVolume(), setVolumeLevel(), and startVolume().