#include <lcddevice.h>
Definition at line 20 of file lcddevice.h.
Public Member Functions | |
| LCDMenuItem () | |
| LCDMenuItem (bool item_selected, CHECKED_STATE item_checked, QString item_name, unsigned int item_indent=0) | |
| ~LCDMenuItem () | |
| CHECKED_STATE | isChecked () |
| bool | isSelected () |
| QString | ItemName () |
| bool | Scroll () |
| unsigned int | getIndent () |
| unsigned int | getScrollPos () |
| void | setChecked (CHECKED_STATE value) |
| void | setSelected (bool value) |
| void | setItemName (QString value) |
| void | setScroll (bool value) |
| void | setIndent (unsigned int value) |
| void | setScrollPos (unsigned int value) |
| void | incrementScrollPos () |
Private Attributes | |
| bool | selected |
| CHECKED_STATE | checked |
| QString | name |
| bool | scroll |
| unsigned int | indent |
| unsigned int | scrollPosition |
| LCDMenuItem::LCDMenuItem | ( | ) | [inline] |
Definition at line 23 of file lcddevice.h.
| LCDMenuItem::LCDMenuItem | ( | bool | item_selected, | |
| CHECKED_STATE | item_checked, | |||
| QString | item_name, | |||
| unsigned int | item_indent = 0 | |||
| ) | [inline] |
Definition at line 24 of file lcddevice.h.
| LCDMenuItem::~LCDMenuItem | ( | ) | [inline] |
Definition at line 34 of file lcddevice.h.
| CHECKED_STATE LCDMenuItem::isChecked | ( | ) | [inline] |
Definition at line 36 of file lcddevice.h.
Referenced by LCDProcClient::scrollMenuText(), LCDProcClient::startMenu(), and LCD::switchToMenu().
| bool LCDMenuItem::isSelected | ( | ) | [inline] |
Definition at line 37 of file lcddevice.h.
Referenced by LCDProcClient::scrollMenuText(), LCDProcClient::startMenu(), and LCD::switchToMenu().
| QString LCDMenuItem::ItemName | ( | ) | [inline] |
Definition at line 38 of file lcddevice.h.
Referenced by LCDProcClient::beginScrollingMenuText(), LCDProcClient::scrollMenuText(), LCDProcClient::startMenu(), and LCD::switchToMenu().
| bool LCDMenuItem::Scroll | ( | ) | [inline] |
Definition at line 39 of file lcddevice.h.
Referenced by LCDProcClient::scrollMenuText(), and LCD::switchToMenu().
| unsigned int LCDMenuItem::getIndent | ( | ) | [inline] |
Definition at line 40 of file lcddevice.h.
Referenced by LCDProcClient::beginScrollingMenuText(), LCDProcClient::scrollMenuText(), LCDProcClient::startMenu(), and LCD::switchToMenu().
| unsigned int LCDMenuItem::getScrollPos | ( | ) | [inline] |
| void LCDMenuItem::setChecked | ( | CHECKED_STATE | value | ) | [inline] |
Definition at line 43 of file lcddevice.h.
| void LCDMenuItem::setSelected | ( | bool | value | ) | [inline] |
Definition at line 44 of file lcddevice.h.
| void LCDMenuItem::setItemName | ( | QString | value | ) | [inline] |
| void LCDMenuItem::setScroll | ( | bool | value | ) | [inline] |
Definition at line 46 of file lcddevice.h.
Referenced by LCDProcClient::beginScrollingMenuText(), and LCDProcClient::startMenu().
| void LCDMenuItem::setIndent | ( | unsigned int | value | ) | [inline] |
Definition at line 47 of file lcddevice.h.
| void LCDMenuItem::setScrollPos | ( | unsigned int | value | ) | [inline] |
Definition at line 48 of file lcddevice.h.
Referenced by LCDProcClient::beginScrollingMenuText(), and LCDProcClient::scrollMenuText().
| void LCDMenuItem::incrementScrollPos | ( | ) | [inline] |
bool LCDMenuItem::selected [private] |
Definition at line 52 of file lcddevice.h.
CHECKED_STATE LCDMenuItem::checked [private] |
Definition at line 53 of file lcddevice.h.
QString LCDMenuItem::name [private] |
Definition at line 54 of file lcddevice.h.
bool LCDMenuItem::scroll [private] |
Definition at line 55 of file lcddevice.h.
unsigned int LCDMenuItem::indent [private] |
Definition at line 56 of file lcddevice.h.
unsigned int LCDMenuItem::scrollPosition [private] |
Definition at line 57 of file lcddevice.h.
1.5.5