|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |


Public Member Functions | |
| Fl_Gl_Device_Plugin () | |
| virtual const char * | name () |
| Returns the plugin name. | |
| virtual int | print (Fl_Widget *w, int x, int y, int height) |
| Prints a widget. | |
This class will make sure that OpenGL printing is available if fltk_gl was linked to the program.
Definition at line 133 of file Fl_Gl_Device_Plugin.cxx.
| Fl_Gl_Device_Plugin::Fl_Gl_Device_Plugin | ( | ) | [inline] |
Definition at line 135 of file Fl_Gl_Device_Plugin.cxx.
| virtual const char* Fl_Gl_Device_Plugin::name | ( | ) | [inline, virtual] |
Returns the plugin name.
Implements Fl_Device_Plugin.
Definition at line 136 of file Fl_Gl_Device_Plugin.cxx.
| virtual int Fl_Gl_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 |
Reimplemented from Fl_Device_Plugin.
Definition at line 137 of file Fl_Gl_Device_Plugin.cxx.
References Fl_Widget::as_gl_window().