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
- 31 members inherited from RendererViewport
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
No documentation available
Get X11 display.
See also set_disp.
Get X11 graphics context.
See also set_gc.
Get X11 screen.
See also set_scr.
Get X11 window.
See also set_win.