From f9bdb5a4db18a6641ba9d78d348fb521750a0fde Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 29 Jul 2020 19:54:24 +0200 Subject: Documentation: complete the inheritance diagram from class Fl_Surface_Device. --- src/Fl_Device.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3