PLplot
5.10.0
|
#include "qt.h"
Public Member Functions | |
QtRasterDevice (int i_iWidth=QT_DEFAULT_X, int i_iHeight=QT_DEFAULT_Y) | |
virtual | ~QtRasterDevice () |
virtual void | setBackgroundColor (int r, int g, int b, double alpha) |
void | definePlotName (const char *fileName, const char *format) |
void | savePlot () |
virtual void | setResolution (double dotsPerInch) |
Public Attributes | |
unsigned char * | memory |
Protected Attributes | |
char | format [5] |
QString | fileName |
QtRasterDevice::QtRasterDevice | ( | int | i_iWidth = QT_DEFAULT_X , |
int | i_iHeight = QT_DEFAULT_Y |
||
) |
virtual QtRasterDevice::~QtRasterDevice | ( | ) | [virtual] |
void QtRasterDevice::definePlotName | ( | const char * | fileName, |
const char * | format | ||
) |
virtual void QtRasterDevice::setBackgroundColor | ( | int | r, |
int | g, | ||
int | b, | ||
double | alpha | ||
) | [virtual] |
Reimplemented from QtPLDriver.
virtual void QtRasterDevice::setResolution | ( | double | dotsPerInch | ) | [inline, virtual] |
QString QtRasterDevice::fileName [protected] |
char QtRasterDevice::format[5] [protected] |
unsigned char* QtRasterDevice::memory |