#include <lcddevice.h>
Definition at line 62 of file lcddevice.h.
Public Member Functions | |
| LCDTextItem () | |
| LCDTextItem (unsigned int row, TEXT_ALIGNMENT align, QString text, QString screen="Generic", bool scroll=false, QString widget="textWidget") | |
| ~LCDTextItem () | |
| unsigned int | getRow () |
| TEXT_ALIGNMENT | getAlignment () |
| QString | getText () |
| QString | getScreen () |
| QString | getWidget () |
| int | getScroll () |
| 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 |
| LCDTextItem::LCDTextItem | ( | ) | [inline] |
Definition at line 65 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 66 of file lcddevice.h.
| LCDTextItem::~LCDTextItem | ( | ) | [inline] |
Definition at line 78 of file lcddevice.h.
| unsigned int LCDTextItem::getRow | ( | ) | [inline] |
Definition at line 80 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets(), LCDProcClient::outputText(), LCDProcClient::scrollWidgets(), LCDProcClient::startGeneric(), and LCD::switchToGeneric().
| TEXT_ALIGNMENT LCDTextItem::getAlignment | ( | ) | [inline] |
Definition at line 81 of file lcddevice.h.
Referenced by LCDProcClient::outputText(), and LCD::switchToGeneric().
| QString LCDTextItem::getText | ( | ) | [inline] |
Definition at line 82 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets(), LCDProcClient::outputText(), LCDProcClient::scrollWidgets(), LCDProcClient::startGeneric(), and LCD::switchToGeneric().
| QString LCDTextItem::getScreen | ( | ) | [inline] |
Definition at line 83 of file lcddevice.h.
Referenced by LCDProcClient::outputText(), and LCD::switchToGeneric().
| QString LCDTextItem::getWidget | ( | ) | [inline] |
Definition at line 84 of file lcddevice.h.
Referenced by LCDProcClient::formatScrollingWidgets(), and LCDProcClient::scrollWidgets().
| int LCDTextItem::getScroll | ( | ) | [inline] |
Definition at line 85 of file lcddevice.h.
Referenced by LCDProcClient::outputText(), LCDProcClient::scrollWidgets(), and LCD::switchToGeneric().
| void LCDTextItem::setRow | ( | unsigned int | value | ) | [inline] |
Definition at line 87 of file lcddevice.h.
| void LCDTextItem::setAlignment | ( | TEXT_ALIGNMENT | value | ) | [inline] |
Definition at line 88 of file lcddevice.h.
| void LCDTextItem::setText | ( | QString | value | ) | [inline] |
| void LCDTextItem::setScreen | ( | QString | value | ) | [inline] |
Definition at line 90 of file lcddevice.h.
| void LCDTextItem::setWidget | ( | QString | value | ) | [inline] |
Definition at line 91 of file lcddevice.h.
| void LCDTextItem::setScrollable | ( | bool | value | ) | [inline] |
unsigned int LCDTextItem::itemRow [private] |
Definition at line 95 of file lcddevice.h.
TEXT_ALIGNMENT LCDTextItem::itemAlignment [private] |
Definition at line 96 of file lcddevice.h.
QString LCDTextItem::itemText [private] |
Definition at line 97 of file lcddevice.h.
QString LCDTextItem::itemScreen [private] |
Definition at line 98 of file lcddevice.h.
QString LCDTextItem::itemWidget [private] |
Definition at line 99 of file lcddevice.h.
bool LCDTextItem::itemScrollable [private] |
Definition at line 100 of file lcddevice.h.
1.5.5