VCF::X11GraphicsDevice Class Reference
Used as a placeholder for both a
Window and GC, as both are required for most X graphics calls.
More...
#include <X11VCFUtils.h>
List of all members.
Detailed Description
Used as a placeholder for both a
Window and GC, as both are required for most X graphics calls.
Constructor & Destructor Documentation
| VCF::X11GraphicsDevice::X11GraphicsDevice |
( |
|
) |
[inline] |
|
| VCF::X11GraphicsDevice::X11GraphicsDevice |
( |
GC |
gc |
) |
[inline] |
|
| VCF::X11GraphicsDevice::X11GraphicsDevice |
( |
Drawable |
drawable |
) |
[inline] |
|
| VCF::X11GraphicsDevice::X11GraphicsDevice |
( |
GC |
gc, |
|
|
Drawable |
drawable, |
|
|
Display * |
display = NULL |
|
) |
[inline] |
|
Member Function Documentation
| Display* VCF::X11GraphicsDevice::getDisplay |
( |
|
) |
[inline] |
|
| Drawable VCF::X11GraphicsDevice::getDrawable |
( |
|
) |
const [inline] |
|
| GC VCF::X11GraphicsDevice::getGC |
( |
|
) |
const [inline] |
|
| VCF::X11GraphicsDevice::operator Drawable |
( |
|
) |
const [inline] |
|
| VCF::X11GraphicsDevice::operator GC |
( |
|
) |
const [inline] |
|
| void VCF::X11GraphicsDevice::setDisplay |
( |
Display * |
display |
) |
[inline] |
|
| void VCF::X11GraphicsDevice::setDrawable |
( |
Drawable |
drawable |
) |
[inline] |
|
| void VCF::X11GraphicsDevice::setGC |
( |
GC |
gc |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: