#include <iostream>
#include <qapplication.h>
#include <qwidget.h>
#include <qpixmap.h>
#include <qpen.h>
#include <qpainter.h>
#include <qtimer.h>
#include <qpoint.h>
#include <qptrlist.h>
#include <qeventloop.h>
#include <qimage.h>
#include <qprinter.h>
#include <qpaintdevicemetrics.h>
#include "plplot.h"
#include <cmath>
Classes | |
class | BufferElement |
union | BufferElement::DataType |
struct | BufferElement::DataType::LineStruct_ |
struct | BufferElement::DataType::PolylineStruct_ |
struct | BufferElement::DataType::ColourStruct_ |
class | QtPLWidget |
Typedefs | |
typedef enum ElementType_ | ElementType |
Enumerations | |
enum | ElementType_ { LINE, POLYLINE, POLYGON, SET_WIDTH, SET_COLOUR, SET_DASHED, SET_SOLID, SET_SMOOTH } |
Functions | |
void | plsqtdev (void *plotdev) |
double | PlWidth2QtWidth (double width) |
int | QtWidth2PlWidth (double width) |
typedef enum ElementType_ ElementType |
enum ElementType_ |
void plsqtdev | ( | void * | plotdev | ) |
double PlWidth2QtWidth | ( | double | width | ) |
int QtWidth2PlWidth | ( | double | width | ) |