|
MythTV master
|
Public Member Functions | |
| MHTextLine ()=default | |
| ~MHTextLine () | |
Public Attributes | |
| MHSequence< MHTextItem * > | m_items |
| int | m_nLineWidth {0} |
| int | m_nLineHeight {0} |
| int | m_nDescent {0} |
|
default |
| MHSequence<MHTextItem *> MHTextLine::m_items |
Definition at line 511 of file Text.cpp.
Referenced by MHText::Redraw(), and ~MHTextLine().
| int MHTextLine::m_nDescent {0} |
Definition at line 514 of file Text.cpp.
Referenced by MHText::Redraw().
| int MHTextLine::m_nLineHeight {0} |
Definition at line 513 of file Text.cpp.
Referenced by MHText::Redraw().
| int MHTextLine::m_nLineWidth {0} |
Definition at line 512 of file Text.cpp.
Referenced by MHText::Redraw().