diff options
| author | Manolo Gouy <Manolo> | 2010-10-12 09:25:37 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-10-12 09:25:37 +0000 |
| commit | fdc59c9870896a017f0067ee5dc320efb6f762e9 (patch) | |
| tree | 97fd385b5d5834027ce5c96b0ed525aaed786084 /FL/Fl_Device.H | |
| parent | aea80474f83432b6a858358c45d9117a598f2aaf (diff) | |
Improved Doxygen doc of classes Fl_Graphics_Driver, Fl_PostScript_Printer, Fl_System_Printer, Fl_PostScript_Graphics_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7719 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Device.H')
| -rw-r--r-- | FL/Fl_Device.H | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 8accddeeb..39a0d4895 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -94,16 +94,8 @@ public: * The protected virtual methods of this class are those that a graphics driver should implement to support all of FLTK drawing functions. - <br> The preferred FLTK API for drawing operations is the function collection of the - \ref fl_drawings and \ref fl_attributes modules. - <br> Alternatively, methods of the Fl_Graphics_Driver class can be called - using the global variable Fl_Graphics_Driver * \ref fl_graphics_driver that points at all time to - the single driver (an instance of an Fl_Graphics_Driver subclass) that's currently receiving graphics - requests. For example: - \code fl_graphics_driver->rect(x, y, w, h); \endcode - <br>Each protected method of the Fl_Graphics_Driver class has the same effect as the - function of the \ref fl_drawings and \ref fl_attributes modules which bears the same name - prefixed with fl_ and has the same parameter list. + <br> The public API for drawing operations is functionally presented in \ref drawing and as function lists + in the \ref fl_drawings and \ref fl_attributes modules. */ class Fl_Graphics_Driver : public Fl_Device { protected: |
