VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GX::Visual Class Reference

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.
 
::Visualx ()
 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...
 

Detailed Description

An Xlib XVisual wrapper.

Definition at line 38 of file gxvisual.h.

Member Function Documentation

std::list< GX::Visual::Info > GX::Visual::infoList ( Display display)
static

Returns a list of supported "visuals" for the default screen.

Definition at line 66 of file gxvisual.cpp.


The documentation for this class was generated from the following files: