|
VideoTools
|
An Xlib XVisual wrapper. More...
#include <gxvisual.h>
Public Types | |
| typedef ::XVisualInfo | Info |
Public Member Functions | |
| Visual (Display &) | |
| Constructor for the display's default visual. | |
| Visual (Display &, const Info &) | |
| Constructor. | |
| ~Visual () | |
| Destructor. | |
| ::Visual * | x () |
| Returns the X object. | |
| ::VisualID | id () const |
| Returns the id. | |
| int | depth () const |
| Returns the depth. | |
| int | type () const |
| Returns the type. | |
| std::string | typeName () const |
| Returns the type name. | |
Static Public Member Functions | |
| static std::list< Info > | infoList (Display &) |
| Returns a list of supported "visuals" for the default screen. More... | |
An Xlib XVisual wrapper.
Definition at line 38 of file gxvisual.h.
|
static |
Returns a list of supported "visuals" for the default screen.
Definition at line 66 of file gxvisual.cpp.