#include "PlotWindow.h"#include <cmath>#include <QMessageBox>Functions | |
| PlotWindow * | newPlotWindow (double width, double height, int *id, int resolution, QPrinter::PageSize pageSize, QPrinter::Orientation orientation) |
| PlotWindow * | focusPlotWindow (int id, double width, double height, int resolution, QPrinter::PageSize pageSize, QPrinter::Orientation orientation) |
| void | clearPlotWindows () |
Variables | |
| QList< PlotWindow * > | GlobalPlotWindows |
| void clearPlotWindows | ( | ) |
| PlotWindow* focusPlotWindow | ( | int | id, | |
| double | width, | |||
| double | height, | |||
| int | resolution, | |||
| QPrinter::PageSize | pageSize, | |||
| QPrinter::Orientation | orientation | |||
| ) |
| PlotWindow* newPlotWindow | ( | double | width, | |
| double | height, | |||
| int * | id, | |||
| int | resolution, | |||
| QPrinter::PageSize | pageSize, | |||
| QPrinter::Orientation | orientation | |||
| ) |
| QList<PlotWindow*> GlobalPlotWindows |
1.5.7