#include <QApplication>#include <QDesktopWidget>#include <QFrame>#include <QPainter>#include <QPen>#include <QList>Go to the source code of this file.
Classes | |
| class | GraphFrame |
Defines | |
| #define | HOR_SPC 2 |
| #define | MIN_SCALE 10 |
| #define | SCROLL_STEP 4 |
| #define | BACK_COLOR Qt::black |
| #define | SCALE_COLOR Qt::green |
| #define | GRID_COLOR Qt::darkGreen |
| #define | RECV_COLOR Qt::cyan |
| #define | SEND_COLOR Qt::yellow |
| #define | FONT_SIZE 11 |
| #define BACK_COLOR Qt::black |
Definition at line 31 of file GraphFrame.h.
Referenced by GraphFrame::paintEvent().
| #define FONT_SIZE 11 |
Definition at line 37 of file GraphFrame.h.
Referenced by GraphFrame::paintTotals().
| #define GRID_COLOR Qt::darkGreen |
Definition at line 33 of file GraphFrame.h.
Referenced by GraphFrame::paintScale().
| #define HOR_SPC 2 |
Definition at line 27 of file GraphFrame.h.
| #define MIN_SCALE 10 |
Definition at line 28 of file GraphFrame.h.
Referenced by GraphFrame::GraphFrame(), and GraphFrame::resetGraph().
| #define RECV_COLOR Qt::cyan |
Definition at line 34 of file GraphFrame.h.
Referenced by GraphFrame::paintData(), and GraphFrame::paintTotals().
| #define SCALE_COLOR Qt::green |
Definition at line 32 of file GraphFrame.h.
Referenced by GraphFrame::paintScale().
| #define SCROLL_STEP 4 |
Definition at line 29 of file GraphFrame.h.
Referenced by GraphFrame::pointsFromData().
| #define SEND_COLOR Qt::yellow |
Definition at line 35 of file GraphFrame.h.
Referenced by GraphFrame::paintData(), and GraphFrame::paintTotals().
1.6.3