LCDProcClient Class Reference

#include <lcdprocclient.h>

List of all members.

Public Member Functions

 LCDProcClient (LCDServer *lparent)
void customEvent (QEvent *e)
 ~LCDProcClient ()
bool SetupLCD (void)
void reset (void)
void setStartupMessage (QString msq, uint 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 generic_progress)
void setMusicRepeat (int repeat)
void setMusicShuffle (int shuffle)
void switchToChannel (QString channum="", QString title="", QString subtitle="")
void setChannelProgress (const QString &time, float percentViewed)
void switchToMenu (QList< LCDMenuItem > *menuItems, QString app_name="", bool popMenu=true)
void switchToGeneric (QList< LCDTextItem > *textItems)
void setGenericProgress (bool busy, float generic_progress)
void switchToVolume (QString app_name)
void setVolumeLevel (float volume_level)
void switchToNothing ()
void shutdown ()
void removeWidgets ()
void updateLEDs (int mask)
void stopAll (void)
int getLCDWidth (void)
int getLCDHeight (void)

Private Types

enum  PRIORITY {
  TOP, URGENT, HIGH, MEDIUM,
  LOW, OFF
}

Private Slots

void veryBadThings (QAbstractSocket::SocketError error)
void serverSendingData ()
void checkConnections ()
void dobigclock (bool)
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 (QString theScreen, QString theText, QString widget="topWidget", int row=1)
void outputLeftText (QString theScreen, QString theText, QString widget="topWidget", int row=1)
void outputRightText (QString theScreen, QString theText, QString widget="topWidget", int row=1)
void outputScrollerText (QString theScreen, QString theText, QString widget="scroller", int top=1, int bottom=1)
QStringList formatScrollerText (const QString &text)
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)
void init ()
void loadSettings ()
void assignScrollingList (QStringList theList, QString theScreen, QString theWidget="topWidget", int theRow=1)
void assignScrollingWidgets (QString theText, QString theScreen, QString theWidget="topWidget", int theRow=1)
void formatScrollingWidgets (void)
void startTime ()
void startMusic (QString artist, QString album, QString track)
void startChannel (QString channum, QString title, QString subtitle)
void startGeneric (QList< LCDTextItem > *textItems)
void startMenu (QList< LCDMenuItem > *menuItems, QString app_name, bool popMenu)
void startVolume (QString app_name)
void showStartupMessage (void)
void setWidth (unsigned int)
void setHeight (unsigned int)
void setCellWidth (unsigned int)
void setCellHeight (unsigned int)
void setVersion (const QString &, const QString &)
void describeServer ()

Private Attributes

QString activeScreen
QTcpSocket * socket
QTimer * timeTimer
QTimer * scrollWTimer
QTimer * preScrollWTimer
QTimer * menuScrollTimer
QTimer * menuPreScrollTimer
QTimer * popMenuTimer
QTimer * checkConnectionsTimer
QTimer * recStatusTimer
QTimer * scrollListTimer
QTimer * showMessageTimer
QTimer * updateRecInfoTimer
QString prioTop
QString prioUrgent
QString prioHigh
QString prioMedium
QString prioLow
QString prioOff
unsigned int lcdWidth
unsigned int lcdHeight
unsigned int cellWidth
unsigned int cellHeight
QString serverVersion
QString protocolVersion
int pVersion
float EQlevels [10]
float progress
QString channel_time
bool busy_progress
 true if the generic progress indicator is a busy (ie.
int busy_pos
 Current position of the busy indicator, used if busy_progress is true.
float busy_indicator_size
 How many "blocks" the busy indicator must be, used if busy_progress is true.
int busy_direction
 Direction of the busy indicator on the, -1 or 1, used if busy_progress is true.
float generic_progress
float volume_level
float music_progress
QString music_time
int music_repeat
int music_shuffle
QList< LCDTextItem > * lcdTextItems
QString scrollingText
QString scrollScreen
unsigned int scrollPosition
QString timeformat
QString dateformat
QStringList scrollListItems
QString scrollListScreen
QString scrollListWidget
int scrollListRow
unsigned int scrollListItem
unsigned int menuScrollPosition
QList< LCDMenuItem > * lcdMenuItems
bool connected
bool timeFlash
QString send_buffer
QString last_command
QString hostname
unsigned int port
bool lcd_ready
bool lcd_showtime
bool lcd_showmenu
bool lcd_showgeneric
bool lcd_showmusic
bool lcd_showchannel
bool lcd_showvolume
bool lcd_showrecstatus
bool lcd_backlighton
bool lcd_heartbeaton
bool lcd_bigclock
int lcd_popuptime
QString lcd_showmusic_items
QString lcd_keystring
LCDServerm_parent
QString startup_message
uint startup_showtime
bool isRecording
bool isTimeVisible
int lcdTunerNo
vector< TunerStatustunerList

Detailed Description

Definition at line 18 of file lcdprocclient.h.


Member Enumeration Documentation

enum LCDProcClient::PRIORITY [private]
Enumerator:
TOP 
URGENT 
HIGH 
MEDIUM 
LOW 
OFF 

Definition at line 105 of file lcdprocclient.h.


Constructor & Destructor Documentation

LCDProcClient::LCDProcClient ( LCDServer lparent  ) 

Definition at line 42 of file lcdprocclient.cpp.

LCDProcClient::~LCDProcClient (  ) 

Definition at line 2408 of file lcdprocclient.cpp.


Member Function Documentation

void LCDProcClient::customEvent ( QEvent *  e  ) 

Definition at line 2427 of file lcdprocclient.cpp.

bool LCDProcClient::SetupLCD ( void   ) 

Definition at line 136 of file lcdprocclient.cpp.

Referenced by LCDServer::LCDServer().

void LCDProcClient::reset ( void   ) 

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().

void LCDProcClient::switchToTime (  ) 
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().

void LCDProcClient::switchToNothing (  ) 

Definition at line 2321 of file lcdprocclient.cpp.

Referenced by LCDServer::switchToNothing().

void LCDProcClient::shutdown (  ) 

Definition at line 2332 of file lcdprocclient.cpp.

void LCDProcClient::removeWidgets (  ) 

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().

void LCDProcClient::stopAll ( void   ) 
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]
void LCDProcClient::outputLeftText ( QString  theScreen,
QString  theText,
QString  widget = "topWidget",
int  row = 1 
) [private]
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]
void LCDProcClient::setPriority ( const QString &  screen,
PRIORITY  priority 
) [private]
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.

Referenced by init(), and reset().

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().


Member Data Documentation

QString LCDProcClient::activeScreen [private]
QTcpSocket* LCDProcClient::socket [private]
QTimer* LCDProcClient::timeTimer [private]

Definition at line 134 of file lcdprocclient.h.

Referenced by LCDProcClient(), outputRecStatus(), startTime(), and stopAll().

QTimer* LCDProcClient::scrollWTimer [private]
QTimer* LCDProcClient::preScrollWTimer [private]
QTimer* LCDProcClient::menuScrollTimer [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().

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().

Definition at line 143 of file lcdprocclient.h.

Referenced by LCDProcClient(), and showStartupMessage().

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]
unsigned int LCDProcClient::lcdHeight [private]
unsigned int LCDProcClient::cellWidth [private]
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().

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().

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().

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().

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().

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().

Definition at line 189 of file lcdprocclient.h.

Referenced by outputMusic(), and setMusicRepeat().

Definition at line 190 of file lcdprocclient.h.

Referenced by outputMusic(), and setMusicShuffle().

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().

Definition at line 200 of file lcdprocclient.h.

Referenced by assignScrollingList(), and scrollList().

Definition at line 200 of file lcdprocclient.h.

Referenced by assignScrollingList(), and scrollList().

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().

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().

Definition at line 217 of file lcdprocclient.h.

Referenced by describeServer(), dostdclock(), loadSettings(), and outputRecStatus().

Definition at line 218 of file lcdprocclient.h.

Referenced by describeServer(), loadSettings(), and startMenu().

Definition at line 219 of file lcdprocclient.h.

Referenced by describeServer(), loadSettings(), and startGeneric().

Definition at line 220 of file lcdprocclient.h.

Referenced by describeServer(), loadSettings(), and startMusic().

Definition at line 221 of file lcdprocclient.h.

Referenced by describeServer(), loadSettings(), and startChannel().

Definition at line 222 of file lcdprocclient.h.

Referenced by describeServer(), loadSettings(), and startVolume().

Definition at line 224 of file lcdprocclient.h.

Referenced by describeServer(), and loadSettings().

Definition at line 225 of file lcdprocclient.h.

Referenced by describeServer(), and loadSettings().

Definition at line 226 of file lcdprocclient.h.

Referenced by loadSettings(), outputTime(), and removeWidgets().

Definition at line 227 of file lcdprocclient.h.

Referenced by describeServer(), loadSettings(), and startMenu().

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().

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().

Definition at line 232 of file lcdprocclient.h.

Referenced by setStartupMessage(), and showStartupMessage().

Definition at line 235 of file lcdprocclient.h.

Referenced by outputRecStatus(), and startTime().

Definition at line 236 of file lcdprocclient.h.

Referenced by outputRecStatus(), and updateRecordingList().

Definition at line 238 of file lcdprocclient.h.

Referenced by dobigclock(), outputRecStatus(), and updateRecordingList().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Fri May 25 06:42:06 2012 for MythTV by  doxygen 1.6.3