#include <QMainWindow>#include <QAction>#include <QMenuBar>#include <QSlider>#include <QFileDialog>#include <QDialog>#include <QLayout>#include <QLabel>#include <QLineEdit>#include <QComboBox>#include <QPrintDialog>#include <QPrinter>#include "IntervalDialog.h"#include "QtPLWidget.h"#include "qprofile.h"Classes | |
| class | PlotWindow |
Functions | |
| PlotWindow * | focusPlotWindow (int id, double width=-1., double height=-1., int resolution=72, QPrinter::PageSize pageSize=QPrinter::A4, QPrinter::Orientation orientation=QPrinter::Portrait) |
| PlotWindow * | newPlotWindow (double width, double height, int *id, int resolution=72, QPrinter::PageSize pageSize=QPrinter::A4, QPrinter::Orientation orientation=QPrinter::Portrait) |
| void | clearPlotWindows () |
Variables | |
| QList< PlotWindow * > | GlobalPlotWindows |
| void clearPlotWindows | ( | ) |
| PlotWindow* focusPlotWindow | ( | int | id, | |
| double | width = -1., |
|||
| double | height = -1., |
|||
| int | resolution = 72, |
|||
| QPrinter::PageSize | pageSize = QPrinter::A4, |
|||
| QPrinter::Orientation | orientation = QPrinter::Portrait | |||
| ) |
| PlotWindow* newPlotWindow | ( | double | width, | |
| double | height, | |||
| int * | id, | |||
| int | resolution = 72, |
|||
| QPrinter::PageSize | pageSize = QPrinter::A4, |
|||
| QPrinter::Orientation | orientation = QPrinter::Portrait | |||
| ) |
| QList<PlotWindow*> GlobalPlotWindows |
1.5.7