SimCenterCommon
Common functionality used within different SimCenter projects
|
#include "simfigure.h"
#include "ui_simfigure.h"
#include <QVBoxLayout>
#include <QBrush>
#include <QFont>
#include <QVector>
#include <QPoint>
#include <QPolygon>
#include <QPointF>
#include <QPolygonF>
#include <QMap>
#include <QMapIterator>
#include <QFileDialog>
#include <QSize>
#include <QSizeF>
#include <qwt_plot.h>
#include <qwt_plot_grid.h>
#include <qwt_scale_engine.h>
#include <qwt_plot_curve.h>
#include <qwt_symbol.h>
#include <qwt_legend.h>
#include <qwt_plot_legenditem.h>
#include <qwt_plot_renderer.h>
#include "qwt_picker.h"
#include "qwt_plot_picker.h"
#include "qwt_plot_zoomer.h"
#include "qwt_plot_item.h"
#include "qwt_plot_shapeitem.h"
#include "qwt_picker_machine.h"
#include <QDebug>
#include <algorithm>
Go to the source code of this file.
Macros | |
#define | MIN(vec) *std::min_element(vec.constBegin(), vec.constEnd()) |
#define | MAX(vec) *std::max_element(vec.constBegin(), vec.constEnd()) |
#define MAX | ( | vec | ) | *std::max_element(vec.constBegin(), vec.constEnd()) |
Definition at line 39 of file simfigure.cpp.
#define MIN | ( | vec | ) | *std::min_element(vec.constBegin(), vec.constEnd()) |
Definition at line 38 of file simfigure.cpp.