dillo
3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java). Fossies Dox: dillo-3.0.5.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file. 1 #ifndef __DW_IMGRENDERER_HH__ 2 #define __DW_IMGRENDERER_HH__ 4 #ifndef __INCLUDED_FROM_DW_CORE_HH__ 5 # error Do not include this file directly, use "core.hh" instead. 34 virtual void drawRow (
int row) = 0;
42 virtual void finish () = 0;
49 virtual void fatal () = 0;
85 #endif // __DW_IMGRENDERER_HH__
Typed version of container::untyped::HashSet.
Implementation of ImgRenderer, which distributes all calls to a set of other implementations of ImgRe...
virtual void finish()=0
Called, when all image data has been retrieved.
void setBuffer(core::Imgbuf *buffer, bool resize)
Called, when an image buffer is attached.
void remove(ImgRenderer *child)
void drawRow(int row)
Called, when data from a row is available and has been copied into the image buffer.
The platform independent interface for image buffers.
void finish()
Called, when all image data has been retrieved.
A typed version of object::Pointer.
lout::container::typed::HashSet< lout::object::TypedPointer< ImgRenderer > > * children
virtual void drawRow(int row)=0
Called, when data from a row is available and has been copied into the image buffer.
virtual void setBuffer(core::Imgbuf *buffer, bool resize=false)=0
Called, when an image buffer is attached.
void put(ImgRenderer *child)
virtual void fatal()=0
Called, when there are problems with the retrieval of image data.
Dw is in this namespace, or sub namespaces of this one.
void fatal()
Called, when there are problems with the retrieval of image data.