|
MythTV master
|
Public Member Functions | |
| MHTextItem () | |
| MHTextItem * | NewItem () const |
Public Attributes | |
| MHOctetString | m_text |
| QString | m_unicode |
| int | m_nUnicode {0} |
| int | m_width {0} |
| MHRgba | m_colour |
| int | m_nTabCount {0} |
| MHTextItem * MHTextItem::NewItem | ( | ) | const |
Definition at line 498 of file Text.cpp.
Referenced by MHText::Redraw().
| MHRgba MHTextItem::m_colour |
Definition at line 486 of file Text.cpp.
Referenced by MHTextItem(), NewItem(), and MHText::Redraw().
| int MHTextItem::m_nTabCount {0} |
Definition at line 487 of file Text.cpp.
Referenced by MHText::Redraw().
| int MHTextItem::m_nUnicode {0} |
Definition at line 484 of file Text.cpp.
Referenced by MHText::Redraw().
| MHOctetString MHTextItem::m_text |
Definition at line 482 of file Text.cpp.
Referenced by MHText::Redraw().
| QString MHTextItem::m_unicode |
Definition at line 483 of file Text.cpp.
Referenced by MHText::Redraw().
| int MHTextItem::m_width {0} |
Definition at line 485 of file Text.cpp.
Referenced by MHText::Redraw().