From e2edfcbe4fc6e24d77bcd74f03fca7d4f27dcb38 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 23 Apr 2016 06:27:31 +0000 Subject: Add Doxygen definitions to the new Fl_XXX_Driver classes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11681 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Image_Surface.H | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Image_Surface.H') diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H index 227a05b6a..f46e6dd3d 100644 --- a/FL/Fl_Image_Surface.H +++ b/FL/Fl_Image_Surface.H @@ -33,10 +33,9 @@ draw widgets (using Fl_Image_Surface::draw()) or to use any of the \ref fl_drawings or the \ref fl_attributes. Finally, call image() on the object to obtain a newly allocated Fl_RGB_Image object. - Fl_GL_Window objects can be drawn in the image as well. - \example + Usage example: \code // this is the widget that you want to draw into an image Fl_Widget *g = ...; @@ -89,6 +88,11 @@ public: }; +/** A base class describing the interface between FLTK and draw-to-image operations. + This class is only for internal use by the FLTK library. + A supported platform should implement the virtual methods of this class + in order to support drawing to an Fl_RGB_Image through class Fl_Image_Surface. + */ class Fl_Image_Surface_Driver : public Fl_Widget_Surface { friend class Fl_Image_Surface; protected: -- cgit v1.2.3