|
MythTV master
|
Public Member Functions | |
| UIGTCon ()=default | |
| UIGTCon (const QRect drawArea, QString title, const QString &category, int arrow, int recType, int recStat) | |
| UIGTCon (const UIGTCon &o)=default | |
| UIGTCon & | operator= (const UIGTCon &)=default |
Public Attributes | |
| QRect | m_drawArea |
| QString | m_title |
| QString | m_category |
| QColor | m_categoryColor |
| int | m_arrow { GridTimeNormal } |
| int | m_recType { 0 } |
| int | m_recStat { 0 } |
Definition at line 85 of file mythuiguidegrid.h.
|
default |
|
inline |
Definition at line 89 of file mythuiguidegrid.h.
|
default |
| int MythUIGuideGrid::UIGTCon::m_arrow { GridTimeNormal } |
Definition at line 103 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration(), and MythUIGuideGrid::drawText().
| QString MythUIGuideGrid::UIGTCon::m_category |
Definition at line 101 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawText().
| QColor MythUIGuideGrid::UIGTCon::m_categoryColor |
Definition at line 102 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawBackground(), and MythUIGuideGrid::drawCurrent().
| QRect MythUIGuideGrid::UIGTCon::m_drawArea |
Definition at line 99 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawBackground(), MythUIGuideGrid::drawBox(), MythUIGuideGrid::drawCurrent(), MythUIGuideGrid::drawRecDecoration(), MythUIGuideGrid::drawText(), and MythUIGuideGrid::GetRowAndColumn().
| int MythUIGuideGrid::UIGTCon::m_recStat { 0 } |
Definition at line 105 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawCurrent().
| int MythUIGuideGrid::UIGTCon::m_recType { 0 } |
Definition at line 104 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration().
| QString MythUIGuideGrid::UIGTCon::m_title |
Definition at line 100 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawText().