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)  

Fl_Gl_Device_Plugin Class Reference

Inheritance diagram for Fl_Gl_Device_Plugin:
Collaboration diagram for Fl_Gl_Device_Plugin:

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

Fl_Gl_Device_Plugin::Fl_Gl_Device_Plugin ( ) [inline]

Definition at line 135 of file Fl_Gl_Device_Plugin.cxx.


Member Function Documentation

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.

Parameters:
wthe widget
x,yoffsets where to print relatively to coordinates origin
heightheight 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().


The documentation for this class was generated from the following file: