#include "PlotWindow.h"#include <cmath>#include <qmessagebox.h>Defines | |
| #define | CASE_INSENSITIVE FALSE |
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 | |
| std::list< PlotWindow * > | GlobalPlotWindows |
| #define CASE_INSENSITIVE FALSE |
| 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 | |||
| ) |
| std::list<PlotWindow*> GlobalPlotWindows |
1.5.7