LCDProcClient Class Reference

#include <lcdprocclient.h>

List of all members.


Detailed Description

Definition at line 17 of file lcdprocclient.h.


Public Member Functions

 LCDProcClient (LCDServer *lparent)
void customEvent (QCustomEvent *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 setLevels (int numbLevels, float *values)
void switchToChannel (QString channum="", QString title="", QString subtitle="")
void setChannelProgress (float percentViewed)
void switchToMenu (QPtrList< LCDMenuItem > *menuItems, QString app_name="", bool popMenu=true)
void switchToGeneric (QPtrList< 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 (int)
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 (QPtrList< 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 (QPtrList< LCDTextItem > *textItems)
void startMenu (QPtrList< 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
QSocket * 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
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
QPtrList< LCDTextItem > * lcdTextItems
QString scrollingText
QString scrollScreen
unsigned int scrollPosition
QString timeformat
QStringList scrollListItems
QString scrollListScreen
QString scrollListWidget
int scrollListRow
unsigned int scrollListItem
unsigned int menuScrollPosition
QPtrList< 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
QPtrList< TunerStatustunerList

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 35 of file lcdprocclient.cpp.

LCDProcClient::~LCDProcClient (  ) 

Definition at line 2324 of file lcdprocclient.cpp.


Member Function Documentation

void LCDProcClient::customEvent ( QCustomEvent *  e  ) 

Definition at line 2342 of file lcdprocclient.cpp.

bool LCDProcClient::SetupLCD ( void   ) 

Definition at line 125 of file lcdprocclient.cpp.

Referenced by LCDServer::LCDServer().

void LCDProcClient::reset ( void   ) 

Definition at line 1773 of file lcdprocclient.cpp.

Referenced by LCDServer::parseTokens().

void LCDProcClient::setStartupMessage ( QString  msq,
uint  messagetime 
)

Definition at line 616 of file lcdprocclient.cpp.

Referenced by LCDServer::LCDServer().

bool LCDProcClient::connectToHost ( const QString &  hostname,
unsigned int  port 
)

Definition at line 139 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 2183 of file lcdprocclient.cpp.

Referenced by LCDServer::switchToMusic().

void LCDProcClient::setMusicProgress ( QString  time,
float  generic_progress 
)

Definition at line 1714 of file lcdprocclient.cpp.

Referenced by LCDServer::setMusicProgress().

void LCDProcClient::setMusicRepeat ( int  repeat  ) 

Definition at line 1730 of file lcdprocclient.cpp.

Referenced by LCDServer::setMusicProp().

void LCDProcClient::setMusicShuffle ( int  shuffle  ) 

Definition at line 1740 of file lcdprocclient.cpp.

Referenced by LCDServer::setMusicProp().

void LCDProcClient::setLevels ( int  numbLevels,
float *  values 
)

Definition at line 1642 of file lcdprocclient.cpp.

void LCDProcClient::switchToChannel ( QString  channum = "",
QString  title = "",
QString  subtitle = "" 
)

Definition at line 2196 of file lcdprocclient.cpp.

Referenced by LCDServer::switchToChannel().

void LCDProcClient::setChannelProgress ( float  percentViewed  ) 

Definition at line 1664 of file lcdprocclient.cpp.

Referenced by LCDServer::setChannelProgress().

void LCDProcClient::switchToMenu ( QPtrList< LCDMenuItem > *  menuItems,
QString  app_name = "",
bool  popMenu = true 
)

Definition at line 2209 of file lcdprocclient.cpp.

Referenced by LCDServer::switchToMenu().

void LCDProcClient::switchToGeneric ( QPtrList< LCDTextItem > *  textItems  ) 

Definition at line 2221 of file lcdprocclient.cpp.

Referenced by showStartupMessage(), and LCDServer::switchToGeneric().

void LCDProcClient::setGenericProgress ( bool  busy,
float  generic_progress 
)

Definition at line 1679 of file lcdprocclient.cpp.

Referenced by LCDServer::setGenericProgress().

void LCDProcClient::switchToVolume ( QString  app_name  ) 

Definition at line 2233 of file lcdprocclient.cpp.

Referenced by LCDServer::switchToVolume().

void LCDProcClient::setVolumeLevel ( float  volume_level  ) 

Definition at line 1750 of file lcdprocclient.cpp.

Referenced by LCDServer::setVolumeLevel().

void LCDProcClient::switchToNothing (  ) 

Definition at line 2246 of file lcdprocclient.cpp.

Referenced by LCDServer::switchToNothing().

void LCDProcClient::shutdown (  ) 

Definition at line 2257 of file lcdprocclient.cpp.

void LCDProcClient::removeWidgets (  ) 

Definition at line 2273 of file lcdprocclient.cpp.

Referenced by reset(), and shutdown().

void LCDProcClient::updateLEDs ( int  mask  ) 

Definition at line 1765 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 ( int  anError  )  [private, slot]

Definition at line 726 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::serverSendingData (  )  [private, slot]

Definition at line 311 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::checkConnections (  )  [private, slot]

Definition at line 284 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::dobigclock ( bool  init  )  [private, slot]

Definition at line 1780 of file lcdprocclient.cpp.

Referenced by init(), and outputTime().

void LCDProcClient::dostdclock (  )  [private, slot]

Definition at line 1850 of file lcdprocclient.cpp.

Referenced by outputTime().

void LCDProcClient::outputTime (  )  [private, slot]

Definition at line 1835 of file lcdprocclient.cpp.

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

void LCDProcClient::outputMusic (  )  [private, slot]

Definition at line 2056 of file lcdprocclient.cpp.

Referenced by setMusicProgress(), setMusicRepeat(), and setMusicShuffle().

void LCDProcClient::outputChannel (  )  [private, slot]

Definition at line 2114 of file lcdprocclient.cpp.

Referenced by setChannelProgress(), and startChannel().

void LCDProcClient::outputGeneric (  )  [private, slot]

Definition at line 2129 of file lcdprocclient.cpp.

Referenced by setGenericProgress(), and startGeneric().

void LCDProcClient::outputVolume (  )  [private, slot]

Definition at line 2146 of file lcdprocclient.cpp.

Referenced by setVolumeLevel(), and startVolume().

void LCDProcClient::outputRecStatus ( void   )  [private, slot]

Definition at line 1884 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::scrollMenuText (  )  [private, slot]

Definition at line 1418 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::beginScrollingMenuText (  )  [private, slot]

Definition at line 1380 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::unPopMenu (  )  [private, slot]

Definition at line 1635 of file lcdprocclient.cpp.

Referenced by LCDProcClient(), and stopAll().

void LCDProcClient::scrollList (  )  [private, slot]

Definition at line 746 of file lcdprocclient.cpp.

Referenced by assignScrollingList(), and LCDProcClient().

void LCDProcClient::updateRecordingList ( void   )  [private, slot]

Definition at line 2363 of file lcdprocclient.cpp.

Referenced by init(), and LCDProcClient().

void LCDProcClient::removeStartupMessage ( void   )  [private, slot]

Definition at line 611 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::beginScrollingWidgets ( void   )  [private, slot]

Definition at line 989 of file lcdprocclient.cpp.

Referenced by LCDProcClient().

void LCDProcClient::scrollWidgets ( void   )  [private, slot]

Definition at line 996 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 889 of file lcdprocclient.cpp.

Referenced by outputText(), and outputVolume().

void LCDProcClient::outputScrollerText ( QString  theScreen,
QString  theText,
QString  widget = "scroller",
int  top = 1,
int  bottom = 1 
) [private]

Definition at line 1999 of file lcdprocclient.cpp.

QStringList LCDProcClient::formatScrollerText ( const QString &  text  )  [private]

Definition at line 2013 of file lcdprocclient.cpp.

Referenced by outputRecStatus(), showStartupMessage(), and startChannel().

void LCDProcClient::outputText ( QPtrList< LCDTextItem > *  textItems  )  [private]

Definition at line 807 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 256 of file lcdprocclient.cpp.

Referenced by loadSettings().

QString LCDProcClient::expandString ( const QString &  aString  )  [private]

Definition at line 511 of file lcdprocclient.cpp.

Referenced by loadSettings().

void LCDProcClient::init (  )  [private]

Definition at line 404 of file lcdprocclient.cpp.

Referenced by reset(), and serverSendingData().

void LCDProcClient::loadSettings (  )  [private]

Definition at line 527 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 909 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 929 of file lcdprocclient.cpp.

Referenced by outputText(), startChannel(), startGeneric(), and startMusic().

void LCDProcClient::formatScrollingWidgets ( void   )  [private]

Definition at line 939 of file lcdprocclient.cpp.

Referenced by startChannel(), startGeneric(), and startMusic().

void LCDProcClient::startTime (  )  [private]

Definition at line 793 of file lcdprocclient.cpp.

Referenced by switchToTime(), and updateRecordingList().

void LCDProcClient::startMusic ( QString  artist,
QString  album,
QString  track 
) [private]

Definition at line 1033 of file lcdprocclient.cpp.

Referenced by switchToMusic().

void LCDProcClient::startChannel ( QString  channum,
QString  title,
QString  subtitle 
) [private]

Definition at line 1089 of file lcdprocclient.cpp.

Referenced by switchToChannel().

void LCDProcClient::startGeneric ( QPtrList< LCDTextItem > *  textItems  )  [private]

Definition at line 1126 of file lcdprocclient.cpp.

Referenced by switchToGeneric().

void LCDProcClient::startMenu ( QPtrList< LCDMenuItem > *  menuItems,
QString  app_name,
bool  popMenu 
) [private]

Definition at line 1180 of file lcdprocclient.cpp.

Referenced by switchToMenu().

void LCDProcClient::startVolume ( QString  app_name  )  [private]

Definition at line 1624 of file lcdprocclient.cpp.

Referenced by switchToVolume().

void LCDProcClient::showStartupMessage ( void   )  [private]

Definition at line 587 of file lcdprocclient.cpp.

Referenced by init().

void LCDProcClient::setWidth ( unsigned int  x  )  [private]

Definition at line 622 of file lcdprocclient.cpp.

Referenced by serverSendingData().

void LCDProcClient::setHeight ( unsigned int  x  )  [private]

Definition at line 630 of file lcdprocclient.cpp.

Referenced by serverSendingData().

void LCDProcClient::setCellWidth ( unsigned int  x  )  [private]

Definition at line 638 of file lcdprocclient.cpp.

Referenced by serverSendingData().

void LCDProcClient::setCellHeight ( unsigned int  x  )  [private]

Definition at line 646 of file lcdprocclient.cpp.

Referenced by serverSendingData().

void LCDProcClient::setVersion ( const QString &  sversion,
const QString &  pversion 
) [private]

Definition at line 654 of file lcdprocclient.cpp.

Referenced by serverSendingData().

void LCDProcClient::describeServer (  )  [private]

Definition at line 686 of file lcdprocclient.cpp.

Referenced by serverSendingData().


Member Data Documentation

QString LCDProcClient::activeScreen [private]

QSocket* 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.

Referenced by setLevels().

float LCDProcClient::progress [private]

Definition at line 170 of file lcdprocclient.h.

Referenced by LCDProcClient(), outputChannel(), setChannelProgress(), and startChannel().

true if the generic progress indicator is a busy (ie.

doesn't have a known total steps

Definition at line 173 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 176 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 179 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 182 of file lcdprocclient.h.

Referenced by setGenericProgress(), and startGeneric().

Definition at line 183 of file lcdprocclient.h.

Referenced by LCDProcClient(), outputGeneric(), setGenericProgress(), and startGeneric().

float LCDProcClient::volume_level [private]

Definition at line 184 of file lcdprocclient.h.

Referenced by LCDProcClient(), outputVolume(), setVolumeLevel(), and startVolume().

Definition at line 186 of file lcdprocclient.h.

Referenced by outputMusic(), setMusicProgress(), and startMusic().

QString LCDProcClient::music_time [private]

Definition at line 187 of file lcdprocclient.h.

Referenced by outputMusic(), and setMusicProgress().

Definition at line 188 of file lcdprocclient.h.

Referenced by outputMusic(), and setMusicRepeat().

Definition at line 189 of file lcdprocclient.h.

Referenced by outputMusic(), and setMusicShuffle().

QString LCDProcClient::scrollingText [private]

Definition at line 192 of file lcdprocclient.h.

Referenced by LCDProcClient().

QString LCDProcClient::scrollScreen [private]

Definition at line 193 of file lcdprocclient.h.

Referenced by assignScrollingWidgets(), formatScrollingWidgets(), and scrollWidgets().

unsigned int LCDProcClient::scrollPosition [private]

Definition at line 194 of file lcdprocclient.h.

Referenced by beginScrollingWidgets(), and scrollWidgets().

QString LCDProcClient::timeformat [private]

Definition at line 195 of file lcdprocclient.h.

Referenced by dostdclock(), and loadSettings().

QStringList LCDProcClient::scrollListItems [private]

Definition at line 197 of file lcdprocclient.h.

Referenced by assignScrollingList(), outputRecStatus(), and scrollList().

Definition at line 198 of file lcdprocclient.h.

Referenced by assignScrollingList(), and scrollList().

Definition at line 198 of file lcdprocclient.h.

Referenced by assignScrollingList(), and scrollList().

Definition at line 199 of file lcdprocclient.h.

Referenced by assignScrollingList(), and scrollList().

unsigned int LCDProcClient::scrollListItem [private]

Definition at line 200 of file lcdprocclient.h.

Referenced by assignScrollingList(), and scrollList().

unsigned int LCDProcClient::menuScrollPosition [private]

Definition at line 202 of file lcdprocclient.h.

Referenced by beginScrollingMenuText(), and scrollMenuText().

Definition at line 206 of file lcdprocclient.h.

Referenced by dobigclock(), dostdclock(), and LCDProcClient().

QString LCDProcClient::send_buffer [private]

Definition at line 208 of file lcdprocclient.h.

Referenced by init(), LCDProcClient(), and sendToServer().

QString LCDProcClient::last_command [private]

Definition at line 209 of file lcdprocclient.h.

Referenced by sendToServer(), and serverSendingData().

QString LCDProcClient::hostname [private]

Definition at line 210 of file lcdprocclient.h.

unsigned int LCDProcClient::port [private]

Definition at line 211 of file lcdprocclient.h.

Referenced by checkConnections(), connectToHost(), and LCDProcClient().

Definition at line 215 of file lcdprocclient.h.

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

Definition at line 216 of file lcdprocclient.h.

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

Definition at line 217 of file lcdprocclient.h.

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

Definition at line 218 of file lcdprocclient.h.

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

Definition at line 219 of file lcdprocclient.h.

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

Definition at line 220 of file lcdprocclient.h.

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

Definition at line 222 of file lcdprocclient.h.

Referenced by describeServer(), and loadSettings().

Definition at line 223 of file lcdprocclient.h.

Referenced by describeServer(), and loadSettings().

Definition at line 224 of file lcdprocclient.h.

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

Definition at line 225 of file lcdprocclient.h.

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

Definition at line 226 of file lcdprocclient.h.

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

QString LCDProcClient::lcd_keystring [private]

Definition at line 227 of file lcdprocclient.h.

Referenced by init(), and loadSettings().

Definition at line 228 of file lcdprocclient.h.

Referenced by LCDProcClient(), and serverSendingData().

QString LCDProcClient::startup_message [private]

Definition at line 229 of file lcdprocclient.h.

Referenced by init(), setStartupMessage(), and showStartupMessage().

Definition at line 230 of file lcdprocclient.h.

Referenced by setStartupMessage(), and showStartupMessage().

Definition at line 233 of file lcdprocclient.h.

Referenced by outputRecStatus(), and startTime().

Definition at line 234 of file lcdprocclient.h.

Referenced by outputRecStatus(), and updateRecordingList().

Definition at line 236 of file lcdprocclient.h.

Referenced by outputRecStatus(), and updateRecordingList().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:04 2010 for MythTV by  doxygen 1.5.5