|
KWin
|
#include <graphicsbufferview.h>
Public Member Functions | |
| GraphicsBufferView (GraphicsBuffer *buffer, GraphicsBuffer::MapFlags accessFlags=GraphicsBuffer::Read) | |
| ~GraphicsBufferView () | |
| bool | isNull () const |
| QImage * | image () |
| const QImage * | image () const |
Definition at line 16 of file graphicsbufferview.h.
|
explicit |
Definition at line 42 of file graphicsbufferview.cpp.
| KWin::GraphicsBufferView::~GraphicsBufferView | ( | ) |
Definition at line 71 of file graphicsbufferview.cpp.
| QImage * KWin::GraphicsBufferView::image | ( | ) |
Definition at line 83 of file graphicsbufferview.cpp.
| const QImage * KWin::GraphicsBufferView::image | ( | ) | const |
Definition at line 88 of file graphicsbufferview.cpp.
| bool KWin::GraphicsBufferView::isNull | ( | ) | const |
Definition at line 78 of file graphicsbufferview.cpp.