VCF::X11GraphicsToolkit Class Reference
Class X11GraphicsToolkit documentation.
More...
#include <X11GraphicsToolkit.h>
Inheritance diagram for VCF::X11GraphicsToolkit:
List of all members.
Detailed Description
Class X11GraphicsToolkit documentation.
Constructor & Destructor Documentation
| VCF::X11GraphicsToolkit::X11GraphicsToolkit |
( |
|
) |
|
|
| virtual VCF::X11GraphicsToolkit::~X11GraphicsToolkit |
( |
|
) |
[virtual] |
|
Member Function Documentation
| virtual ContextPeer* VCF::X11GraphicsToolkit::createContextPeer |
( |
const int32 & |
contextID |
) |
[virtual] |
|
| virtual ContextPeer* VCF::X11GraphicsToolkit::createContextPeer |
( |
const uint32 & |
width, |
|
|
const uint32 & |
height |
|
) |
[virtual] |
|
| virtual FontPeer* VCF::X11GraphicsToolkit::createFontPeer |
( |
const String & |
fontName, |
|
|
const double & |
pointSize |
|
) |
[virtual] |
|
| virtual FontPeer* VCF::X11GraphicsToolkit::createFontPeer |
( |
const String & |
fontName |
) |
[virtual] |
|
| virtual Image* VCF::X11GraphicsToolkit::createImage |
( |
const uint32 & |
width, |
|
|
const uint32 & |
height |
|
) |
[virtual] |
|
| virtual Font* VCF::X11GraphicsToolkit::getDefaultSystemFont |
( |
|
) |
[inline, virtual] |
|
| double VCF::X11GraphicsToolkit::getDPI |
( |
|
) |
|
|
| uint32 VCF::X11GraphicsToolkit::getPixelForColor |
( |
Color * |
color |
) |
|
|
| String VCF::X11GraphicsToolkit::getSharedFontsPath |
( |
|
) |
|
|
|
|
this should return a path that represents the common font directory available to all users.
By default this will be in /usr/local/share/fonts unless changed by the X11GraphicsToolkit implementation |
| String VCF::X11GraphicsToolkit::getUserFontsPath |
( |
|
) |
|
|
|
|
this will return a path to the users font directory.
Typically this is $HOME/fonts |
| Display* VCF::X11GraphicsToolkit::getX11Display |
( |
|
) |
[inline] |
|
| int VCF::X11GraphicsToolkit::getX11ScreenID |
( |
|
) |
[inline] |
|
| void VCF::X11GraphicsToolkit::initSystemFont |
( |
|
) |
[protected] |
|
| virtual void VCF::X11GraphicsToolkit::initSystemFontNames |
( |
|
) |
[protected, virtual] |
|
|
|
this method should be overridden by implementers of the graphics toolkit and should initialize the availableSystemFonts_ vector with a series of FontInfo instances.
Reimplemented from VCF::GraphicsToolkit. |
| void VCF::X11GraphicsToolkit::loadSystemColors |
( |
|
) |
[protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file: