#include <Fl_Device.H>
Public Member Functions | |
Fl_Device_Plugin (const char *name) | |
The constructor. | |
virtual const char * | klass () |
Returns the class name. | |
virtual const char * | name ()=0 |
Returns the plugin name. | |
virtual int | print (Fl_Widget *w, int x, int y, int height) |
Prints a widget. |
It is currently used to provide an automated printing service for OpenGL windows, if linked with fltk_gl.
virtual int Fl_Device_Plugin::print | ( | Fl_Widget * | w, | |
int | x, | |||
int | y, | |||
int | height | |||
) | [inline, virtual] |
Prints a widget.
w | the widget | |
x,y | offsets where to print relatively to coordinates origin | |
height | height of the current drawing area |