#include <libmythbase/lcddevice.h>
Definition at line 59 of file lcddevice.h.
◆ LCDTextItem()
| LCDTextItem::LCDTextItem |
( |
unsigned int |
row, |
|
|
TEXT_ALIGNMENT |
align, |
|
|
QString |
text, |
|
|
QString |
screen = "Generic", |
|
|
bool |
scroll = false, |
|
|
QString |
widget = "textWidget" |
|
) |
| |
|
inline |
◆ getAlignment()
◆ getRow()
| unsigned int LCDTextItem::getRow |
( |
| ) |
const |
|
inline |
◆ getScreen()
| QString LCDTextItem::getScreen |
( |
| ) |
const |
|
inline |
◆ getScroll()
| bool LCDTextItem::getScroll |
( |
| ) |
const |
|
inline |
◆ getText()
| QString LCDTextItem::getText |
( |
| ) |
const |
|
inline |
◆ getWidget()
| QString LCDTextItem::getWidget |
( |
| ) |
const |
|
inline |
◆ setAlignment()
◆ setRow()
| void LCDTextItem::setRow |
( |
unsigned int |
value | ) |
|
|
inline |
◆ setScreen()
| void LCDTextItem::setScreen |
( |
const QString & |
value | ) |
|
|
inline |
◆ setScrollable()
| void LCDTextItem::setScrollable |
( |
bool |
value | ) |
|
|
inline |
◆ setText()
| void LCDTextItem::setText |
( |
const QString & |
value | ) |
|
|
inline |
◆ setWidget()
| void LCDTextItem::setWidget |
( |
const QString & |
value | ) |
|
|
inline |
◆ m_itemAlignment
◆ m_itemRow
| unsigned int LCDTextItem::m_itemRow |
|
private |
◆ m_itemScreen
| QString LCDTextItem::m_itemScreen {"Generic"} |
|
private |
◆ m_itemScrollable
| bool LCDTextItem::m_itemScrollable {false} |
|
private |
◆ m_itemText
| QString LCDTextItem::m_itemText |
|
private |
◆ m_itemWidget
| QString LCDTextItem::m_itemWidget {"textWidget"} |
|
private |
The documentation for this class was generated from the following file: