#include <Fl_Device.H>
Public Member Functions | |
void | draw (Fl_RGB_Image *img, int XP, int YP, int WP, int HP, int cx, int cy) |
Draws an Fl_RGB_Image object to the device. | |
void | draw (Fl_Bitmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy) |
Draws an Fl_Bitmap object to the device. | |
void | draw (Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy) |
Draws an Fl_Pixmap object to the device. | |
Fl_Xlib_Graphics_Driver () | |
The constructor. | |
Static Public Attributes | |
static const char * | device_type = "Fl_Xlib_Graphics_Driver" |
A string that identifies each subclass of Fl_Device. |
This class is implemented only on the Xlib platform.
Fl_Xlib_Graphics_Driver::Fl_Xlib_Graphics_Driver | ( | ) | [inline] |
The constructor.
void Fl_Xlib_Graphics_Driver::draw | ( | Fl_RGB_Image * | rgb, | |
int | XP, | |||
int | YP, | |||
int | WP, | |||
int | HP, | |||
int | cx, | |||
int | cy | |||
) | [virtual] |
Draws an Fl_RGB_Image object to the device.
Specifies a bounding box for the image, with the origin (upper left-hand corner) of the image offset by the cx and cy arguments.
Reimplemented from Fl_Graphics_Driver.
void Fl_Xlib_Graphics_Driver::draw | ( | Fl_Bitmap * | bm, | |
int | XP, | |||
int | YP, | |||
int | WP, | |||
int | HP, | |||
int | cx, | |||
int | cy | |||
) | [virtual] |
Draws an Fl_Bitmap object to the device.
Specifies a bounding box for the image, with the origin (upper left-hand corner) of the image offset by the cx and cy arguments.
Reimplemented from Fl_Graphics_Driver.
void Fl_Xlib_Graphics_Driver::draw | ( | Fl_Pixmap * | pxm, | |
int | XP, | |||
int | YP, | |||
int | WP, | |||
int | HP, | |||
int | cx, | |||
int | cy | |||
) | [virtual] |
Draws an Fl_Pixmap object to the device.
Specifies a bounding box for the image, with the origin (upper left-hand corner) of the image offset by the cx and cy arguments.
Reimplemented from Fl_Graphics_Driver.
const char * Fl_Xlib_Graphics_Driver::device_type = "Fl_Xlib_Graphics_Driver" [static] |
A string that identifies each subclass of Fl_Device.
Function type() applied to a device of this class returns this string.
Reimplemented from Fl_Graphics_Driver.