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_PLATFORM_HH__ 2 #define __DW_PLATFORM_HH__ 4 #ifndef __INCLUDED_FROM_DW_CORE_HH__ 5 # error Do not include this file directly, use "core.hh" instead. 63 virtual char *
textToUpper (
const char *text,
int len) = 0;
68 virtual char *
textToLower (
const char *text,
int len) = 0;
73 virtual int nextGlyph (
const char *text,
int idx) = 0;
78 virtual int prevGlyph (
const char *text,
int idx) = 0;
83 virtual float dpiX () = 0;
88 virtual float dpiY () = 0;
130 bool tryEverything) = 0;
132 virtual bool fontExists (
const char *name) = 0;
171 #endif // __DW_PLATFORM_HH__
This is the base class for many other classes, which defines very common virtual methods.
A factory for the common resource.
The central class for managing and drawing a widget tree.
The platform independent interface for image buffers.
An interface to encapsulate platform dependent drawing.
Dw is in this namespace, or sub namespaces of this one.