diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-07-29 19:54:24 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-07-29 19:54:57 +0200 |
| commit | f9bdb5a4db18a6641ba9d78d348fb521750a0fde (patch) | |
| tree | d06ff0130ed871d40f0279a2bd76d5b4a8f41220 /src/Fl_Device.cxx | |
| parent | 41a6ade72bd12b7f354d314ec59fac29ae783afb (diff) | |
Documentation: complete the inheritance diagram from class Fl_Surface_Device.
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 755e381e1..30726b181 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -34,6 +34,8 @@ +- Fl_Image_Surface_Driver: helper class interfacing FLTK with draw-to-image operations | +- Fl_..._Image_Surface_Driver: platform-specific implementation of Fl_Image_Surface_Driver + +- Fl_EPS_File_Surface: draw into an Encapsulated PostScript (.eps) file + +- Fl_SVG_File_Surface: draw into a Scalable Vector Graphics (.svg) file +- Fl_Paged_Device: output to a page-structured surface | +- Fl_Printer: user can instantiate this to gain access to a printer @@ -47,6 +49,7 @@ +- Fl_Graphics_Driver -> directed to an Fl_Surface_Device object | +- Fl_PostScript_Graphics_Driver: platform-independent graphics driver for PostScript drawing + +- Fl_SVG_Graphics_Driver: platform-independent graphics driver for Scalable Vector Graphics drawing +- Fl_..._Graphics_Driver: platform-specific graphics driver (MacOS, Android, Pico) +- Fl_Quartz_Printer_Graphics_Driver: MacOS-specific, for drawing to printers +- Fl_Scalable_Graphics_Driver: helper class to support GUI scaling |
