#include "ViewPort.h"#include "LayerStreamlines.h"#include "LayerArrows.h"#include "LayerColorCoding.h"#include "CollapseableWidget.h"#include <QPainter>#include <QResizeEvent>#include <QDebug>#include "TimeCounter.h"Defines | |
| #define | VIEWPORT_SIZE_CHANGED 0x1 |
| #define | VIEWPORT_POSITION_CHANGED 0x2 |
| #define | VIEWPORT_ZOOM_CHANGED 0x3 |
| #define | VIEWPORT_LAYER_CHANGED 0x4 |
| #define | IMAGE_INIT_SIZE 1000 |
| #define IMAGE_INIT_SIZE 1000 |
| #define VIEWPORT_LAYER_CHANGED 0x4 |
| #define VIEWPORT_POSITION_CHANGED 0x2 |
| #define VIEWPORT_SIZE_CHANGED 0x1 |
| #define VIEWPORT_ZOOM_CHANGED 0x3 |
1.5.8