Public Member Functions | |
VisualX11 (int index, Ref< ScreenX11 > screen) | |
~VisualX11 () | |
Ref< Screen > | getScreen () |
Ref< Window > | newWindow (int left, int top, int width, int height, string title) throw (NoWindowsException) |
Ref< Context > | newContext (bool direct, Ref< Context > shareWith) throw (invalid_argument) |
int | getAttrib (int attrib) |
int | getRedBufferSize () |
int | getGreenBufferSize () |
int | getBlueBufferSize () |
int | getAlphaBufferSize () |
int | getDepthBufferSize () |
int | getStencilBufferSize () |
int | getAccumRedBufferSize () |
int | getAccumGreenBufferSize () |
int | getAccumBlueBufferSize () |
int | getAccumAlphaBufferSize () |
Public Attributes | |
int | index |
Ref< ScreenX11 > | screen |
Definition at line 89 of file implementation.C.
|
Implements Archon::Display::Visual. Definition at line 413 of file implementation.C. References Archon::Utilities::Image::getCharsPerPixel(), Archon::Utilities::Image::getCharsPerRow(), Archon::Utilities::Image::getHeight(), Archon::Utilities::Image::getPixelBuffer(), and Archon::Utilities::Image::getWidth(). |