|
MythTV
0.26-pre
|
#include <lcddevice.h>
Public Member Functions | |
| LCDTextItem (unsigned int row, TEXT_ALIGNMENT align, QString text, QString screen="Generic", bool scroll=false, QString widget="textWidget") | |
| unsigned int | getRow () const |
| TEXT_ALIGNMENT | getAlignment () const |
| QString | getText () const |
| QString | getScreen () const |
| QString | getWidget () const |
| int | getScroll () const |
| void | setRow (unsigned int value) |
| void | setAlignment (TEXT_ALIGNMENT value) |
| void | setText (QString value) |
| void | setScreen (QString value) |
| void | setWidget (QString value) |
| void | setScrollable (bool value) |
Private Attributes | |
| unsigned int | itemRow |
| TEXT_ALIGNMENT | itemAlignment |
| QString | itemText |
| QString | itemScreen |
| QString | itemWidget |
| bool | itemScrollable |
Definition at line 59 of file lcddevice.h.
| LCDTextItem::LCDTextItem | ( | unsigned int | row, |
| TEXT_ALIGNMENT | align, | ||
| QString | text, | ||
| QString | screen = "Generic", |
||
| bool | scroll = false, |
||
| QString | widget = "textWidget" |
||
| ) | [inline] |
Definition at line 62 of file lcddevice.h.
| unsigned int LCDTextItem::getRow | ( | ) | const [inline] |
Definition at line 74 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets(), LCDProcClient::outputText(), LCDProcClient::scrollWidgets(), LCDProcClient::startGeneric(), and LCD::switchToGeneric().
| TEXT_ALIGNMENT LCDTextItem::getAlignment | ( | ) | const [inline] |
Definition at line 75 of file lcddevice.h.
Referenced by LCDProcClient::outputText(), and LCD::switchToGeneric().
| QString LCDTextItem::getText | ( | ) | const [inline] |
Definition at line 76 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets(), LCDProcClient::outputText(), LCDProcClient::scrollWidgets(), LCDProcClient::startGeneric(), and LCD::switchToGeneric().
| QString LCDTextItem::getScreen | ( | ) | const [inline] |
Definition at line 77 of file lcddevice.h.
Referenced by LCDProcClient::outputText(), and LCD::switchToGeneric().
| QString LCDTextItem::getWidget | ( | ) | const [inline] |
Definition at line 78 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets(), and LCDProcClient::scrollWidgets().
| int LCDTextItem::getScroll | ( | ) | const [inline] |
Definition at line 79 of file lcddevice.h.
Referenced by LCDProcClient::outputText(), LCDProcClient::scrollWidgets(), and LCD::switchToGeneric().
| void LCDTextItem::setRow | ( | unsigned int | value | ) | [inline] |
Definition at line 81 of file lcddevice.h.
| void LCDTextItem::setAlignment | ( | TEXT_ALIGNMENT | value | ) | [inline] |
Definition at line 82 of file lcddevice.h.
| void LCDTextItem::setText | ( | QString | value | ) | [inline] |
Definition at line 83 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets().
| void LCDTextItem::setScreen | ( | QString | value | ) | [inline] |
Definition at line 84 of file lcddevice.h.
| void LCDTextItem::setWidget | ( | QString | value | ) | [inline] |
Definition at line 85 of file lcddevice.h.
| void LCDTextItem::setScrollable | ( | bool | value | ) | [inline] |
Definition at line 86 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets().
unsigned int LCDTextItem::itemRow [private] |
Definition at line 89 of file lcddevice.h.
TEXT_ALIGNMENT LCDTextItem::itemAlignment [private] |
Definition at line 90 of file lcddevice.h.
QString LCDTextItem::itemText [private] |
Definition at line 91 of file lcddevice.h.
QString LCDTextItem::itemScreen [private] |
Definition at line 92 of file lcddevice.h.
QString LCDTextItem::itemWidget [private] |
Definition at line 93 of file lcddevice.h.
bool LCDTextItem::itemScrollable [private] |
Definition at line 94 of file lcddevice.h.
1.7.6.1