|
MythTV
0.26-pre
|
#include <lcdprocclient.h>
Definition at line 18 of file lcdprocclient.h.
enum LCDProcClient::PRIORITY [private] |
Definition at line 105 of file lcdprocclient.h.
| LCDProcClient::LCDProcClient | ( | LCDServer * | lparent | ) |
Definition at line 42 of file lcdprocclient.cpp.
Definition at line 2408 of file lcdprocclient.cpp.
| void LCDProcClient::customEvent | ( | QEvent * | e | ) |
Definition at line 2427 of file lcdprocclient.cpp.
Definition at line 136 of file lcdprocclient.cpp.
Referenced by LCDServer::LCDServer().
Definition at line 1798 of file lcdprocclient.cpp.
Referenced by LCDServer::parseTokens().
| void LCDProcClient::setStartupMessage | ( | QString | msq, |
| uint | messagetime | ||
| ) |
Definition at line 643 of file lcdprocclient.cpp.
Referenced by LCDServer::LCDServer().
| bool LCDProcClient::connectToHost | ( | const QString & | hostname, |
| unsigned int | port | ||
| ) |
Definition at line 150 of file lcdprocclient.cpp.
Referenced by checkConnections(), and SetupLCD().
Definition at line 2245 of file lcdprocclient.cpp.
Referenced by init(), LCDServer::newConnection(), removeStartupMessage(), LCDServer::switchToTime(), and updateRecordingList().
| void LCDProcClient::switchToMusic | ( | const QString & | artist, |
| const QString & | album, | ||
| const QString & | track | ||
| ) |
Definition at line 2258 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToMusic().
| void LCDProcClient::setMusicProgress | ( | QString | time, |
| float | generic_progress | ||
| ) |
Definition at line 1739 of file lcdprocclient.cpp.
Referenced by LCDServer::setMusicProgress().
| void LCDProcClient::setMusicRepeat | ( | int | repeat | ) |
Definition at line 1755 of file lcdprocclient.cpp.
Referenced by LCDServer::setMusicProp().
| void LCDProcClient::setMusicShuffle | ( | int | shuffle | ) |
Definition at line 1765 of file lcdprocclient.cpp.
Referenced by LCDServer::setMusicProp().
| void LCDProcClient::switchToChannel | ( | QString | channum = "", |
| QString | title = "", |
||
| QString | subtitle = "" |
||
| ) |
Definition at line 2271 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToChannel().
| void LCDProcClient::setChannelProgress | ( | const QString & | time, |
| float | percentViewed | ||
| ) |
Definition at line 1688 of file lcdprocclient.cpp.
Referenced by LCDServer::setChannelProgress().
| void LCDProcClient::switchToMenu | ( | QList< LCDMenuItem > * | menuItems, |
| QString | app_name = "", |
||
| bool | popMenu = true |
||
| ) |
Definition at line 2284 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToMenu().
| void LCDProcClient::switchToGeneric | ( | QList< LCDTextItem > * | textItems | ) |
Definition at line 2296 of file lcdprocclient.cpp.
Referenced by showStartupMessage(), and LCDServer::switchToGeneric().
| void LCDProcClient::setGenericProgress | ( | bool | busy, |
| float | generic_progress | ||
| ) |
Definition at line 1704 of file lcdprocclient.cpp.
Referenced by LCDServer::setGenericProgress().
| void LCDProcClient::switchToVolume | ( | QString | app_name | ) |
Definition at line 2308 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToVolume().
| void LCDProcClient::setVolumeLevel | ( | float | volume_level | ) |
Definition at line 1775 of file lcdprocclient.cpp.
Referenced by LCDServer::setVolumeLevel().
Definition at line 2321 of file lcdprocclient.cpp.
Referenced by LCDServer::switchToNothing().
Definition at line 2332 of file lcdprocclient.cpp.
Definition at line 2348 of file lcdprocclient.cpp.
Referenced by reset(), and shutdown().
| void LCDProcClient::updateLEDs | ( | int | mask | ) |
Definition at line 1790 of file lcdprocclient.cpp.
Referenced by LCDServer::updateLEDs().
Definition at line 790 of file lcdprocclient.cpp.
Referenced by LCDServer::parseTokens(), sendToServer(), shutdown(), switchToChannel(), switchToGeneric(), switchToMusic(), switchToNothing(), switchToTime(), and switchToVolume().
| int LCDProcClient::getLCDWidth | ( | void | ) | [inline] |
Definition at line 61 of file lcdprocclient.h.
Referenced by LCDServer::sendConnected().
| int LCDProcClient::getLCDHeight | ( | void | ) | [inline] |
Definition at line 62 of file lcdprocclient.h.
Referenced by LCDServer::sendConnected().
| void LCDProcClient::veryBadThings | ( | QAbstractSocket::SocketError | error | ) | [private, slot] |
Definition at line 766 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::serverSendingData | ( | ) | [private, slot] |
Definition at line 326 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::checkConnections | ( | ) | [private, slot] |
Definition at line 295 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::dobigclock | ( | bool | init | ) | [private, slot] |
Definition at line 1805 of file lcdprocclient.cpp.
Referenced by outputTime().
| void LCDProcClient::dostdclock | ( | ) | [private, slot] |
Definition at line 1906 of file lcdprocclient.cpp.
Referenced by outputTime().
| void LCDProcClient::outputTime | ( | ) | [private, slot] |
Definition at line 1898 of file lcdprocclient.cpp.
Referenced by LCDProcClient(), outputRecStatus(), and startTime().
| void LCDProcClient::outputMusic | ( | ) | [private, slot] |
Definition at line 2129 of file lcdprocclient.cpp.
Referenced by setMusicProgress(), setMusicRepeat(), and setMusicShuffle().
| void LCDProcClient::outputChannel | ( | ) | [private, slot] |
Definition at line 2186 of file lcdprocclient.cpp.
Referenced by setChannelProgress(), and startChannel().
| void LCDProcClient::outputGeneric | ( | ) | [private, slot] |
Definition at line 2204 of file lcdprocclient.cpp.
Referenced by setGenericProgress(), and startGeneric().
| void LCDProcClient::outputVolume | ( | ) | [private, slot] |
Definition at line 2221 of file lcdprocclient.cpp.
Referenced by setVolumeLevel(), and startVolume().
| void LCDProcClient::outputRecStatus | ( | void | ) | [private, slot] |
Definition at line 1948 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::scrollMenuText | ( | ) | [private, slot] |
Definition at line 1460 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::beginScrollingMenuText | ( | ) | [private, slot] |
Definition at line 1421 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::unPopMenu | ( | ) | [private, slot] |
Definition at line 1681 of file lcdprocclient.cpp.
Referenced by LCDProcClient(), and stopAll().
| void LCDProcClient::scrollList | ( | ) | [private, slot] |
Definition at line 774 of file lcdprocclient.cpp.
Referenced by assignScrollingList(), and LCDProcClient().
| void LCDProcClient::updateRecordingList | ( | void | ) | [private, slot] |
Definition at line 2450 of file lcdprocclient.cpp.
Referenced by init(), and LCDProcClient().
| void LCDProcClient::removeStartupMessage | ( | void | ) | [private, slot] |
Definition at line 638 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::beginScrollingWidgets | ( | void | ) | [private, slot] |
Definition at line 1019 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::scrollWidgets | ( | void | ) | [private, slot] |
Definition at line 1026 of file lcdprocclient.cpp.
Referenced by LCDProcClient().
| void LCDProcClient::outputCenteredText | ( | QString | theScreen, |
| QString | theText, | ||
| QString | widget = "topWidget", |
||
| int | row = 1 |
||
| ) | [private] |
Definition at line 881 of file lcdprocclient.cpp.
Referenced by dostdclock(), formatScrollingWidgets(), outputChannel(), outputMusic(), outputText(), startMenu(), and startVolume().
| void LCDProcClient::outputLeftText | ( | QString | theScreen, |
| QString | theText, | ||
| QString | widget = "topWidget", |
||
| int | row = 1 |
||
| ) | [private] |
Definition at line 904 of file lcdprocclient.cpp.
Referenced by dobigclock(), formatScrollingWidgets(), outputMusic(), outputRecStatus(), outputText(), scrollList(), scrollWidgets(), and startGeneric().
| void LCDProcClient::outputRightText | ( | QString | theScreen, |
| QString | theText, | ||
| QString | widget = "topWidget", |
||
| int | row = 1 |
||
| ) | [private] |
Definition at line 918 of file lcdprocclient.cpp.
Referenced by dobigclock(), outputText(), and outputVolume().
| void LCDProcClient::outputScrollerText | ( | QString | theScreen, |
| QString | theText, | ||
| QString | widget = "scroller", |
||
| int | top = 1, |
||
| int | bottom = 1 |
||
| ) | [private] |
Definition at line 2072 of file lcdprocclient.cpp.
| QStringList LCDProcClient::formatScrollerText | ( | const QString & | text | ) | [private] |
Definition at line 2086 of file lcdprocclient.cpp.
Referenced by outputRecStatus(), showStartupMessage(), and startChannel().
| void LCDProcClient::outputText | ( | QList< LCDTextItem > * | textItems | ) | [private] |
Definition at line 835 of file lcdprocclient.cpp.
Referenced by startGeneric().
| void LCDProcClient::sendToServer | ( | const QString & | someText | ) | [private] |
Definition at line 188 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().
| void LCDProcClient::setPriority | ( | const QString & | screen, |
| PRIORITY | priority | ||
| ) | [private] |
Definition at line 232 of file lcdprocclient.cpp.
Referenced by init(), outputRecStatus(), startChannel(), startGeneric(), startMenu(), startMusic(), startTime(), startVolume(), stopAll(), and unPopMenu().
| void LCDProcClient::setHeartbeat | ( | const QString & | screen, |
| bool | onoff | ||
| ) | [private] |
Definition at line 267 of file lcdprocclient.cpp.
Referenced by loadSettings().
| QString LCDProcClient::expandString | ( | const QString & | aString | ) | [private] |
Definition at line 535 of file lcdprocclient.cpp.
Referenced by loadSettings().
| void LCDProcClient::init | ( | ) | [private] |
Definition at line 421 of file lcdprocclient.cpp.
Referenced by reset(), and serverSendingData().
| void LCDProcClient::loadSettings | ( | ) | [private] |
Definition at line 551 of file lcdprocclient.cpp.
| void LCDProcClient::assignScrollingList | ( | QStringList | theList, |
| QString | theScreen, | ||
| QString | theWidget = "topWidget", |
||
| int | theRow = 1 |
||
| ) | [private] |
Definition at line 938 of file lcdprocclient.cpp.
Referenced by outputRecStatus(), and startChannel().
| void LCDProcClient::assignScrollingWidgets | ( | QString | theText, |
| QString | theScreen, | ||
| QString | theWidget = "topWidget", |
||
| int | theRow = 1 |
||
| ) | [private] |
Definition at line 958 of file lcdprocclient.cpp.
Referenced by outputText(), startChannel(), startGeneric(), and startMusic().
| void LCDProcClient::formatScrollingWidgets | ( | void | ) | [private] |
Definition at line 968 of file lcdprocclient.cpp.
Referenced by startChannel(), startGeneric(), and startMusic().
| void LCDProcClient::startTime | ( | ) | [private] |
Definition at line 821 of file lcdprocclient.cpp.
Referenced by switchToTime(), and updateRecordingList().
| void LCDProcClient::startMusic | ( | QString | artist, |
| QString | album, | ||
| QString | track | ||
| ) | [private] |
Definition at line 1065 of file lcdprocclient.cpp.
Referenced by switchToMusic().
| void LCDProcClient::startChannel | ( | QString | channum, |
| QString | title, | ||
| QString | subtitle | ||
| ) | [private] |
Definition at line 1121 of file lcdprocclient.cpp.
Referenced by switchToChannel().
| void LCDProcClient::startGeneric | ( | QList< LCDTextItem > * | textItems | ) | [private] |
Definition at line 1159 of file lcdprocclient.cpp.
Referenced by switchToGeneric().
| void LCDProcClient::startMenu | ( | QList< LCDMenuItem > * | menuItems, |
| QString | app_name, | ||
| bool | popMenu | ||
| ) | [private] |
Definition at line 1215 of file lcdprocclient.cpp.
Referenced by switchToMenu().
| void LCDProcClient::startVolume | ( | QString | app_name | ) | [private] |
Definition at line 1670 of file lcdprocclient.cpp.
Referenced by switchToVolume().
| void LCDProcClient::showStartupMessage | ( | void | ) | [private] |
Definition at line 615 of file lcdprocclient.cpp.
Referenced by init().
| void LCDProcClient::setWidth | ( | unsigned int | x | ) | [private] |
Definition at line 649 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setHeight | ( | unsigned int | x | ) | [private] |
Definition at line 657 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setCellWidth | ( | unsigned int | x | ) | [private] |
Definition at line 665 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setCellHeight | ( | unsigned int | x | ) | [private] |
Definition at line 673 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::setVersion | ( | const QString & | sversion, |
| const QString & | pversion | ||
| ) | [private] |
Definition at line 681 of file lcdprocclient.cpp.
Referenced by serverSendingData().
| void LCDProcClient::describeServer | ( | ) | [private] |
Definition at line 713 of file lcdprocclient.cpp.
Referenced by serverSendingData().
QString LCDProcClient::activeScreen [private] |
Definition at line 131 of file lcdprocclient.h.
Referenced by outputRecStatus(), scrollList(), scrollWidgets(), startChannel(), startGeneric(), startMusic(), startTime(), and updateRecordingList().
QTcpSocket* LCDProcClient::socket [private] |
Definition at line 133 of file lcdprocclient.h.
Referenced by checkConnections(), connectToHost(), LCDProcClient(), sendToServer(), serverSendingData(), shutdown(), veryBadThings(), and ~LCDProcClient().
QTimer* LCDProcClient::timeTimer [private] |
Definition at line 134 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputRecStatus(), startTime(), and stopAll().
QTimer* LCDProcClient::scrollWTimer [private] |
Definition at line 135 of file lcdprocclient.h.
Referenced by beginScrollingWidgets(), formatScrollingWidgets(), LCDProcClient(), outputRecStatus(), scrollWidgets(), and stopAll().
QTimer* LCDProcClient::preScrollWTimer [private] |
Definition at line 136 of file lcdprocclient.h.
Referenced by beginScrollingWidgets(), formatScrollingWidgets(), LCDProcClient(), and stopAll().
QTimer* LCDProcClient::menuScrollTimer [private] |
Definition at line 137 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), LCDProcClient(), scrollMenuText(), startMenu(), stopAll(), and unPopMenu().
QTimer* LCDProcClient::menuPreScrollTimer [private] |
Definition at line 138 of file lcdprocclient.h.
Referenced by LCDProcClient(), startMenu(), and stopAll().
QTimer* LCDProcClient::popMenuTimer [private] |
Definition at line 139 of file lcdprocclient.h.
Referenced by LCDProcClient(), startMenu(), and stopAll().
QTimer* LCDProcClient::checkConnectionsTimer [private] |
Definition at line 140 of file lcdprocclient.h.
Referenced by LCDProcClient().
QTimer* LCDProcClient::recStatusTimer [private] |
Definition at line 141 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputRecStatus(), startTime(), and stopAll().
QTimer* LCDProcClient::scrollListTimer [private] |
Definition at line 142 of file lcdprocclient.h.
Referenced by assignScrollingList(), LCDProcClient(), outputRecStatus(), and stopAll().
QTimer* LCDProcClient::showMessageTimer [private] |
Definition at line 143 of file lcdprocclient.h.
Referenced by LCDProcClient(), and showStartupMessage().
QTimer* LCDProcClient::updateRecInfoTimer [private] |
Definition at line 144 of file lcdprocclient.h.
Referenced by customEvent(), and LCDProcClient().
QString LCDProcClient::prioTop [private] |
Definition at line 153 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
QString LCDProcClient::prioUrgent [private] |
Definition at line 154 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
QString LCDProcClient::prioHigh [private] |
Definition at line 155 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
QString LCDProcClient::prioMedium [private] |
Definition at line 156 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
QString LCDProcClient::prioLow [private] |
Definition at line 157 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
QString LCDProcClient::prioOff [private] |
Definition at line 158 of file lcdprocclient.h.
Referenced by setPriority(), and setVersion().
unsigned int LCDProcClient::lcdWidth [private] |
Definition at line 160 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().
unsigned int LCDProcClient::lcdHeight [private] |
Definition at line 161 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().
unsigned int LCDProcClient::cellWidth [private] |
Definition at line 162 of file lcdprocclient.h.
Referenced by describeServer(), LCDProcClient(), outputChannel(), outputGeneric(), outputMusic(), outputRecStatus(), outputVolume(), and setCellWidth().
unsigned int LCDProcClient::cellHeight [private] |
Definition at line 163 of file lcdprocclient.h.
Referenced by describeServer(), LCDProcClient(), and setCellHeight().
QString LCDProcClient::serverVersion [private] |
Definition at line 165 of file lcdprocclient.h.
Referenced by describeServer(), and setVersion().
QString LCDProcClient::protocolVersion [private] |
Definition at line 166 of file lcdprocclient.h.
Referenced by describeServer(), and setVersion().
int LCDProcClient::pVersion [private] |
Definition at line 167 of file lcdprocclient.h.
Referenced by expandString(), setHeartbeat(), and setVersion().
float LCDProcClient::EQlevels[10] [private] |
Definition at line 169 of file lcdprocclient.h.
float LCDProcClient::progress [private] |
Definition at line 170 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputChannel(), setChannelProgress(), and startChannel().
QString LCDProcClient::channel_time [private] |
Definition at line 171 of file lcdprocclient.h.
Referenced by outputChannel(), setChannelProgress(), and startChannel().
bool LCDProcClient::busy_progress [private] |
true if the generic progress indicator is a busy (ie.
doesn't have a known total steps
Definition at line 174 of file lcdprocclient.h.
Referenced by setGenericProgress(), and startGeneric().
int LCDProcClient::busy_pos [private] |
Current position of the busy indicator, used if busy_progress is true.
Definition at line 177 of file lcdprocclient.h.
Referenced by outputGeneric(), setGenericProgress(), and startGeneric().
float LCDProcClient::busy_indicator_size [private] |
How many "blocks" the busy indicator must be, used if busy_progress is true.
Definition at line 180 of file lcdprocclient.h.
Referenced by setGenericProgress(), and startGeneric().
int LCDProcClient::busy_direction [private] |
Direction of the busy indicator on the, -1 or 1, used if busy_progress is true.
Definition at line 183 of file lcdprocclient.h.
Referenced by setGenericProgress(), and startGeneric().
float LCDProcClient::generic_progress [private] |
Definition at line 184 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputGeneric(), setGenericProgress(), and startGeneric().
float LCDProcClient::volume_level [private] |
Definition at line 185 of file lcdprocclient.h.
Referenced by LCDProcClient(), outputVolume(), setVolumeLevel(), and startVolume().
float LCDProcClient::music_progress [private] |
Definition at line 187 of file lcdprocclient.h.
Referenced by outputMusic(), setMusicProgress(), and startMusic().
QString LCDProcClient::music_time [private] |
Definition at line 188 of file lcdprocclient.h.
Referenced by outputMusic(), and setMusicProgress().
int LCDProcClient::music_repeat [private] |
Definition at line 189 of file lcdprocclient.h.
Referenced by outputMusic(), and setMusicRepeat().
int LCDProcClient::music_shuffle [private] |
Definition at line 190 of file lcdprocclient.h.
Referenced by outputMusic(), and setMusicShuffle().
QList<LCDTextItem>* LCDProcClient::lcdTextItems [private] |
Definition at line 192 of file lcdprocclient.h.
Referenced by assignScrollingWidgets(), formatScrollingWidgets(), LCDProcClient(), scrollWidgets(), startChannel(), startGeneric(), and startMusic().
QString LCDProcClient::scrollingText [private] |
Definition at line 193 of file lcdprocclient.h.
Referenced by LCDProcClient().
QString LCDProcClient::scrollScreen [private] |
Definition at line 194 of file lcdprocclient.h.
Referenced by assignScrollingWidgets(), formatScrollingWidgets(), and scrollWidgets().
unsigned int LCDProcClient::scrollPosition [private] |
Definition at line 195 of file lcdprocclient.h.
Referenced by beginScrollingWidgets(), and scrollWidgets().
QString LCDProcClient::timeformat [private] |
Definition at line 196 of file lcdprocclient.h.
Referenced by dobigclock(), dostdclock(), and loadSettings().
QString LCDProcClient::dateformat [private] |
Definition at line 197 of file lcdprocclient.h.
Referenced by dostdclock(), and loadSettings().
QStringList LCDProcClient::scrollListItems [private] |
Definition at line 199 of file lcdprocclient.h.
Referenced by assignScrollingList(), outputRecStatus(), and scrollList().
QString LCDProcClient::scrollListScreen [private] |
Definition at line 200 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
QString LCDProcClient::scrollListWidget [private] |
Definition at line 200 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
int LCDProcClient::scrollListRow [private] |
Definition at line 201 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
unsigned int LCDProcClient::scrollListItem [private] |
Definition at line 202 of file lcdprocclient.h.
Referenced by assignScrollingList(), and scrollList().
unsigned int LCDProcClient::menuScrollPosition [private] |
Definition at line 204 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), and scrollMenuText().
QList<LCDMenuItem>* LCDProcClient::lcdMenuItems [private] |
Definition at line 205 of file lcdprocclient.h.
Referenced by beginScrollingMenuText(), LCDProcClient(), scrollMenuText(), startMenu(), and ~LCDProcClient().
bool LCDProcClient::connected [private] |
Definition at line 207 of file lcdprocclient.h.
Referenced by checkConnections(), connectToHost(), init(), LCDProcClient(), sendToServer(), SetupLCD(), and shutdown().
bool LCDProcClient::timeFlash [private] |
Definition at line 208 of file lcdprocclient.h.
Referenced by dobigclock(), dostdclock(), and LCDProcClient().
QString LCDProcClient::send_buffer [private] |
Definition at line 210 of file lcdprocclient.h.
Referenced by init(), LCDProcClient(), and sendToServer().
QString LCDProcClient::last_command [private] |
Definition at line 211 of file lcdprocclient.h.
Referenced by sendToServer(), and serverSendingData().
QString LCDProcClient::hostname [private] |
Definition at line 212 of file lcdprocclient.h.
Referenced by checkConnections(), connectToHost(), and LCDProcClient().
unsigned int LCDProcClient::port [private] |
Definition at line 213 of file lcdprocclient.h.
Referenced by checkConnections(), connectToHost(), and LCDProcClient().
bool LCDProcClient::lcd_ready [private] |
Definition at line 215 of file lcdprocclient.h.
Referenced by checkConnections(), init(), LCDProcClient(), loadSettings(), outputRecStatus(), outputText(), sendToServer(), setChannelProgress(), setGenericProgress(), setMusicProgress(), setMusicRepeat(), setMusicShuffle(), setVolumeLevel(), shutdown(), stopAll(), switchToChannel(), switchToGeneric(), switchToMenu(), switchToMusic(), switchToNothing(), switchToTime(), switchToVolume(), and ~LCDProcClient().
bool LCDProcClient::lcd_showtime [private] |
Definition at line 217 of file lcdprocclient.h.
Referenced by describeServer(), dostdclock(), loadSettings(), and outputRecStatus().
bool LCDProcClient::lcd_showmenu [private] |
Definition at line 218 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMenu().
bool LCDProcClient::lcd_showgeneric [private] |
Definition at line 219 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startGeneric().
bool LCDProcClient::lcd_showmusic [private] |
Definition at line 220 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMusic().
bool LCDProcClient::lcd_showchannel [private] |
Definition at line 221 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startChannel().
bool LCDProcClient::lcd_showvolume [private] |
Definition at line 222 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startVolume().
bool LCDProcClient::lcd_showrecstatus [private] |
Definition at line 223 of file lcdprocclient.h.
Referenced by customEvent(), describeServer(), dostdclock(), loadSettings(), outputRecStatus(), and startTime().
bool LCDProcClient::lcd_backlighton [private] |
Definition at line 224 of file lcdprocclient.h.
Referenced by describeServer(), and loadSettings().
bool LCDProcClient::lcd_heartbeaton [private] |
Definition at line 225 of file lcdprocclient.h.
Referenced by describeServer(), and loadSettings().
bool LCDProcClient::lcd_bigclock [private] |
Definition at line 226 of file lcdprocclient.h.
Referenced by loadSettings(), outputTime(), and removeWidgets().
int LCDProcClient::lcd_popuptime [private] |
Definition at line 227 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMenu().
QString LCDProcClient::lcd_showmusic_items [private] |
Definition at line 228 of file lcdprocclient.h.
Referenced by describeServer(), loadSettings(), and startMusic().
QString LCDProcClient::lcd_keystring [private] |
Definition at line 229 of file lcdprocclient.h.
Referenced by init(), and loadSettings().
LCDServer* LCDProcClient::m_parent [private] |
Definition at line 230 of file lcdprocclient.h.
Referenced by LCDProcClient(), and serverSendingData().
QString LCDProcClient::startup_message [private] |
Definition at line 231 of file lcdprocclient.h.
Referenced by init(), setStartupMessage(), and showStartupMessage().
uint LCDProcClient::startup_showtime [private] |
Definition at line 232 of file lcdprocclient.h.
Referenced by setStartupMessage(), and showStartupMessage().
bool LCDProcClient::isRecording [private] |
Definition at line 234 of file lcdprocclient.h.
Referenced by dobigclock(), dostdclock(), LCDProcClient(), outputRecStatus(), startTime(), and updateRecordingList().
bool LCDProcClient::isTimeVisible [private] |
Definition at line 235 of file lcdprocclient.h.
Referenced by outputRecStatus(), and startTime().
int LCDProcClient::lcdTunerNo [private] |
Definition at line 236 of file lcdprocclient.h.
Referenced by outputRecStatus(), and updateRecordingList().
vector<TunerStatus> LCDProcClient::tunerList [private] |
Definition at line 238 of file lcdprocclient.h.
Referenced by dobigclock(), outputRecStatus(), and updateRecordingList().
1.7.6.1