Public Member Functions | |
XWinImage (Display *dpy, bool attemptShm, const Dims &windims, const int depth) | |
void | destroy (Display *dpy) |
void | destroyImage () |
void | createImage (Display *dpy, Visual *vis, const Dims &dims) |
Dims | getDims () const |
byte * | getBuf () const |
void | copyPixelsFrom (const Image< byte > &img, const Point2D< int > &winpos) |
void | copyPixelsFrom (const Image< PixRGB< byte > > &img, const Point2D< int > &winpos) |
void | redraw (Display *dpy, Window win, GC gc, const Point2D< int > &pos) |
Definition at line 156 of file XWindow.C.