MythTV
master
|
Public Member Functions | |
UIGTCon () | |
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.
|
inline |
Definition at line 88 of file mythuiguidegrid.h.
|
inline |
Definition at line 89 of file mythuiguidegrid.h.
|
default |
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().
QString MythUIGuideGrid::UIGTCon::m_title |
Definition at line 100 of file mythuiguidegrid.h.
Referenced by 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().
int MythUIGuideGrid::UIGTCon::m_arrow { GridTimeNormal } |
Definition at line 103 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration(), and MythUIGuideGrid::drawText().
int MythUIGuideGrid::UIGTCon::m_recType { 0 } |
Definition at line 104 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration().
int MythUIGuideGrid::UIGTCon::m_recStat { 0 } |
Definition at line 105 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawCurrent().