#include <qmainwindow.h>#include <qmenubar.h>#include <qslider.h>#include <qfiledialog.h>#include <qdialog.h>#include <qlayout.h>#include <qlabel.h>#include <qlineedit.h>#include <qcombobox.h>#include <qprintdialog.h>#include <qprinter.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 | |
| std::list< 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 | |||
| ) |
| std::list<PlotWindow*> GlobalPlotWindows |
1.5.7