#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 | SCALE_WIDTH 75 |
| #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 |
Definition in file graphframe.h.
| #define BACK_COLOR Qt::black |
| #define FONT_SIZE 11 |
Definition at line 49 of file graphframe.h.
Referenced by GraphFrame::paintScale(), and GraphFrame::paintTotals().
| #define GRID_COLOR Qt::darkGreen |
| #define HOR_SPC 2 |
Definition at line 38 of file graphframe.h.
| #define MIN_SCALE 10 |
Definition at line 40 of file graphframe.h.
Referenced by GraphFrame::GraphFrame(), and GraphFrame::resetGraph().
| #define RECV_COLOR Qt::cyan |
Definition at line 46 of file graphframe.h.
Referenced by GraphFrame::paintData(), and GraphFrame::paintTotals().
| #define SCALE_COLOR Qt::green |
| #define SCALE_WIDTH 75 |
Definition at line 39 of file graphframe.h.
Referenced by GraphFrame::paintIntegral(), GraphFrame::paintLine(), GraphFrame::paintScale(), and GraphFrame::paintTotals().
| #define SCROLL_STEP 4 |
Definition at line 41 of file graphframe.h.
Referenced by GraphFrame::paintIntegral(), and GraphFrame::paintLine().
| #define SEND_COLOR Qt::yellow |
Definition at line 47 of file graphframe.h.
Referenced by GraphFrame::paintData(), and GraphFrame::paintTotals().
1.5.1