Public Member Functions | |
ScreenX11 (int index, Ref< ConnectionX11 > connection) | |
~ScreenX11 () | |
Ref< Connection > | getConnection () |
Ref< Visual > | getDefaultVisual () |
Ref< Visual > | chooseVisual (bool doubleBuffer, bool stereo, int red, int green, int blue, int alpha, int depth, int stencil, int accumRed, int accumGreen, int accumBlue, int accumAlpha) throw (NoSuchVisualException) |
int | getNumberOfVisuals () |
Ref< Visual > | getVisual (int index) throw (out_of_range) |
void | removeVisual (int index, VisualX11 *) |
int | getWidth () |
int | getHeight () |
double | getHorizontalDotPitch () |
double | getVerticalDotPitch () |
Public Attributes | |
int | index |
Ref< ConnectionX11 > | connection |
Mutex | visualsMutex |
vector< VisualX11 * > | visuals |
XVisualInfo * | info |
int | defaultVisual |
Definition at line 113 of file implementation.C.