Io::RendererX11 class reference
[Core module]

Declaration  

#include <Goptical/Io/RendererX11>

namespace Goptical {
namespace Io {
class RendererX11;
};
};

This class is a member of the Io namespace.

Inheritance  

Description  

This class implements a X11 graphic output driver.

Members  

See also the full member list section for this class.

Inherited members  

Functions  

  • RendererX11(unsigned int width = [...], unsigned int height = [...], const Rgb &background = [...], Display *disp = [...], int src = [...], Window win = [...], GC gc = [...])
  • ~RendererX11()
  • Display * get_disp() const
  • GC get_gc() const
  • int get_scr() const
  • Window get_win() const

Members detail  

RendererX11(unsigned int width = 800, unsigned int height = 600, const Rgb &background = rgb_white, Display *disp = 0, int src = -1, Window win = -1, GC gc = 0)  

No documentation available

~RendererX11()  

No documentation available

Display * get_disp() const  

Get X11 display.

See also set_disp.

GC get_gc() const  

Get X11 graphics context.

See also set_gc.

int get_scr() const  

Get X11 screen.

See also set_scr.

Window get_win() const  

Get X11 window.

See also set_win.

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc