KWin
|
Wrapper around XRender Picture. More...
#include <kwinxrenderutils.h>
Public Member Functions | |
XRenderPicture (xcb_render_picture_t pic=XCB_RENDER_PICTURE_NONE) | |
XRenderPicture (const QImage &img) | |
XRenderPicture (xcb_pixmap_t pix, int depth) | |
operator xcb_render_picture_t () | |
Wrapper around XRender Picture.
This class wraps XRender's Picture, providing proper initialization, convenience constructors and freeing of resources. It should otherwise act exactly like the Picture type.
Definition at line 52 of file kwinxrenderutils.h.
|
inlineexplicit |
Definition at line 75 of file kwinxrenderutils.h.
|
explicit |
Definition at line 72 of file kwinxrenderutils.cpp.
KWin::XRenderPicture::XRenderPicture | ( | xcb_pixmap_t | pix, |
int | depth ) |
Definition at line 94 of file kwinxrenderutils.cpp.
|
inline |
Definition at line 80 of file kwinxrenderutils.h.