|
MythTV master
|
#include <array>#include <utility>#include <QBrush>#include <QPen>#include <QPixmap>#include "mythuiexp.h"#include "mythuitype.h"#include "mythuiimage.h"Go to the source code of this file.
Classes | |
| class | MythUIGuideGrid |
| A narrow purpose widget used to show television programs and the timeslots they occupy on channels. More... | |
| class | MythUIGuideGrid::UIGTCon |
Variables | |
| static constexpr size_t | ARROWIMAGESIZE { 4 } |
| static constexpr size_t | RECSTATUSSIZE { 8 } |
| static constexpr int | MAX_DISPLAY_CHANS { 40 } |
| static constexpr int | MAX_DISPLAY_TIMES { 48 } |
| static constexpr uint8_t | GridTimeNormal { 0 } |
| static constexpr uint8_t | GridTimeStartsBefore { 1 } |
| static constexpr uint8_t | GridTimeEndsAfter { 2 } |
|
staticconstexpr |
Definition at line 19 of file mythuiguidegrid.h.
|
staticconstexpr |
Definition at line 32 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration(), MythUIGuideGrid::drawText(), and GuideUpdateProgramRow::fillProgramRowInfosWith().
|
staticconstexpr |
Definition at line 30 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration(), and GuideUpdateProgramRow::fillProgramRowInfosWith().
|
staticconstexpr |
Definition at line 31 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::drawRecDecoration(), MythUIGuideGrid::drawText(), and GuideUpdateProgramRow::fillProgramRowInfosWith().
|
staticconstexpr |
Definition at line 24 of file mythuiguidegrid.h.
Referenced by GuideGrid::GuideGrid(), and MythUIGuideGrid::ParseElement().
|
staticconstexpr |
Definition at line 27 of file mythuiguidegrid.h.
Referenced by MythUIGuideGrid::ParseElement(), and GuideGrid::updateProgramsUI().
|
staticconstexpr |
Definition at line 20 of file mythuiguidegrid.h.