• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kde-workspace API Reference
  • KDE Home
  • Contact Us
 

KWin

  • KWin
  • OpenGLPaintRedirector
Public Member Functions | Protected Member Functions | List of all members
KWin::OpenGLPaintRedirector Class Reference

#include <paintredirector.h>

Inheritance diagram for KWin::OpenGLPaintRedirector:
Inheritance graph
[legend]

Public Member Functions

 OpenGLPaintRedirector (Client *c, KDecoration *deco)
 
virtual ~OpenGLPaintRedirector ()
 
GLTexture * leftRightTexture () const
 
GLTexture * topBottomTexture () const
 
- Public Member Functions inherited from KWin::ImageBasedPaintRedirector
virtual ~ImageBasedPaintRedirector ()
 
- Public Member Functions inherited from KWin::PaintRedirector
virtual ~PaintRedirector ()
 
void addRepaint (const QRegion &region)
 
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
 
- Public Member Functions inherited from QObject
 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 &regExp) 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 &region)
 
- Protected Member Functions inherited from KWin::ImageBasedPaintRedirector
 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
 
- Protected Member Functions inherited from KWin::PaintRedirector
 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 &reg)
 
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
 
- Protected Member Functions inherited from QObject
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

- Public Types inherited from KWin::PaintRedirector
enum  DecorationPixmap {
  TopPixmap, RightPixmap, BottomPixmap, LeftPixmap,
  PixmapCount
}
 
- Public Slots inherited from KWin::PaintRedirector
void ensurePixmapsPainted ()
 
- Static Public Member Functions inherited from KWin::PaintRedirector
static PaintRedirector * create (Client *c, KDecoration *deco)
 
- Static Public Member Functions inherited from QObject
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)
 
- Static Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
 
- Properties inherited from QObject
 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.

KWin::OpenGLPaintRedirector::~OpenGLPaintRedirector ( )
virtual

Definition at line 345 of file paintredirector.cpp.

Member Function Documentation

GLTexture* KWin::OpenGLPaintRedirector::leftRightTexture ( ) const
inline

Definition at line 155 of file paintredirector.h.

void KWin::OpenGLPaintRedirector::resizePixmaps ( const QRect *  rects)
protectedvirtual

Reimplemented from KWin::PaintRedirector.

Definition at line 351 of file paintredirector.cpp.

GLTexture* KWin::OpenGLPaintRedirector::topBottomTexture ( ) const
inline

Definition at line 156 of file paintredirector.h.

void KWin::OpenGLPaintRedirector::updatePixmaps ( const QRect *  rects,
const QRegion &  region 
)
protectedvirtual

Reimplemented from KWin::PaintRedirector.

Definition at line 384 of file paintredirector.cpp.


The documentation for this class was generated from the following files:
  • paintredirector.h
  • paintredirector.cpp
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

KDE's Doxygen guidelines are available online.

KWin

Skip menu "KWin"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kde-workspace API Reference

Skip menu "kde-workspace API Reference"
  • KWin
  •   KWin Decoration Library
  •   KWin Effects Library
  • Plasma
  • Plasma
  •   Applets
  •   Engines
  •   libkworkspace
  •   libtaskmanager
  • System Settings
  •   SystemSettingsView

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal