MythTV
master
|
#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. Used for scheduling of recordings. More... | |
class | MythUIGuideGrid::UIGTCon |
Macros | |
#define | ARROWIMAGESIZE 4 |
#define | RECSTATUSSIZE 8 |
#define | MAX_DISPLAY_CHANS 40 |
#define | MAX_DISPLAY_TIMES 48 |
#define | GridTimeNormal 0 |
#define | GridTimeStartsBefore 1 |
#define | GridTimeEndsAfter 2 |
#define ARROWIMAGESIZE 4 |
Definition at line 18 of file mythuiguidegrid.h.
#define RECSTATUSSIZE 8 |
Definition at line 19 of file mythuiguidegrid.h.
#define MAX_DISPLAY_CHANS 40 |
Definition at line 23 of file mythuiguidegrid.h.
#define MAX_DISPLAY_TIMES 48 |
Definition at line 26 of file mythuiguidegrid.h.
#define GridTimeNormal 0 |
Definition at line 28 of file mythuiguidegrid.h.
#define GridTimeStartsBefore 1 |
Definition at line 29 of file mythuiguidegrid.h.
#define GridTimeEndsAfter 2 |
Definition at line 30 of file mythuiguidegrid.h.