KWin
KWin::OpenGLPaintRedirector Class Reference
#include <paintredirector.h>
Inheritance diagram for KWin::OpenGLPaintRedirector:

Public Member Functions | |
OpenGLPaintRedirector (Client *c, KDecoration *deco) | |
virtual | ~OpenGLPaintRedirector () |
GLTexture * | leftRightTexture () const |
GLTexture * | topBottomTexture () const |
![]() | |
virtual | ~ImageBasedPaintRedirector () |
![]() | |
virtual | ~PaintRedirector () |
void | addRepaint (const QRegion ®ion) |
template<typename T > | |
T | bottomDecoPixmap () const |
template<> | |
GLTexture * | bottomDecoPixmap () const |
template<> | |
xcb_render_picture_t | bottomDecoPixmap () const |
template<> | |
const QImage * | bottomDecoPixmap () const |
virtual bool | eventFilter (QObject *o, QEvent *e) |
template<typename T > | |
T | leftDecoPixmap () const |
template<> | |
GLTexture * | leftDecoPixmap () const |
template<> | |
xcb_render_picture_t | leftDecoPixmap () const |
template<> | |
const QImage * | leftDecoPixmap () const |
void | markAsRepainted () |
QRegion | pendingRegion () const |
void | reparent (Deleted *d) |
bool | requiresRepaint () const |
void | resizePixmaps () |
template<typename T > | |
T | rightDecoPixmap () const |
template<> | |
GLTexture * | rightDecoPixmap () const |
template<> | |
xcb_render_picture_t | rightDecoPixmap () const |
template<> | |
const QImage * | rightDecoPixmap () const |
QRegion | scheduledRepaintRegion () |
template<typename T > | |
T | topDecoPixmap () const |
template<> | |
GLTexture * | topDecoPixmap () const |
template<> | |
xcb_render_picture_t | topDecoPixmap () const |
template<> | |
const QImage * | topDecoPixmap () const |
![]() | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Protected Member Functions | |
virtual void | resizePixmaps (const QRect *rects) |
virtual void | updatePixmaps (const QRect *rects, const QRegion ®ion) |
![]() | |
ImageBasedPaintRedirector (Client *c, KDecoration *deco) | |
virtual void | discardScratch () |
virtual void | fillScratch (Qt::GlobalColor color) |
virtual QPaintDevice * | recreateScratch (const QSize &size) |
virtual QPaintDevice * | scratch () |
const QImage & | scratchImage () const |
![]() | |
PaintRedirector (Client *c, KDecoration *deco) | |
virtual const QImage * | image (DecorationPixmap border) const |
virtual void | paint (DecorationPixmap border, const QRect &r, const QRect &b, const QRegion ®) |
virtual xcb_render_picture_t | picture (DecorationPixmap border) const |
virtual void | preparePaint (const QPixmap &pending) |
virtual void | resize (DecorationPixmap border, const QSize &size) |
virtual GLTexture * | texture (DecorationPixmap border) const |
![]() | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
Additional Inherited Members | |
![]() | |
enum | DecorationPixmap { TopPixmap, RightPixmap, BottomPixmap, LeftPixmap, PixmapCount } |
![]() | |
void | ensurePixmapsPainted () |
![]() | |
static PaintRedirector * | create (Client *c, KDecoration *deco) |
![]() | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
![]() | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
![]() | |
objectName | |
Detailed Description
Definition at line 145 of file paintredirector.h.
Constructor & Destructor Documentation
KWin::OpenGLPaintRedirector::OpenGLPaintRedirector | ( | Client * | c, |
KDecoration * | deco | ||
) |
Definition at line 336 of file paintredirector.cpp.
|
virtual |
Definition at line 345 of file paintredirector.cpp.
Member Function Documentation
|
inline |
Definition at line 155 of file paintredirector.h.
|
protectedvirtual |
Reimplemented from KWin::PaintRedirector.
Definition at line 351 of file paintredirector.cpp.
|
inline |
Definition at line 156 of file paintredirector.h.
|
protectedvirtual |
Reimplemented from KWin::PaintRedirector.
Definition at line 384 of file paintredirector.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Wed Dec 11 2019 06:44:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Wed Dec 11 2019 06:44:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.