libs/ui
#include <kis_abstract_canvas_widget.h>
◆ KisAbstractCanvasWidget()
KisAbstractCanvasWidget::KisAbstractCanvasWidget |
( |
| ) |
|
|
inline |
◆ ~KisAbstractCanvasWidget()
virtual KisAbstractCanvasWidget::~KisAbstractCanvasWidget |
( |
| ) |
|
|
inlinevirtual |
◆ addDecoration()
◆ channelSelectionChanged()
virtual void KisAbstractCanvasWidget::channelSelectionChanged |
( |
const QBitArray & |
channelFlags | ) |
|
|
pure virtual |
◆ decoration()
◆ decorations()
◆ drawDecorations()
virtual void KisAbstractCanvasWidget::drawDecorations |
( |
QPainter & |
gc, |
|
|
const QRect & |
updateWidgetRect |
|
) |
| const |
|
pure virtual |
◆ finishResizingImage()
virtual void KisAbstractCanvasWidget::finishResizingImage |
( |
qint32 |
w, |
|
|
qint32 |
h |
|
) |
| |
|
pure virtual |
◆ isBusy()
virtual bool KisAbstractCanvasWidget::isBusy |
( |
| ) |
const |
|
pure virtual |
Returns true if the asynchronous engine of the canvas (e.g.
openGL pipeline) is busy with processing of the previous update events. This will make KisCanvas2 to postpone and compress update events.
Implemented in KisOpenGLCanvas2, and KisQPainterCanvas.
◆ notifyImageColorSpaceChanged()
virtual void KisAbstractCanvasWidget::notifyImageColorSpaceChanged |
( |
const KoColorSpace * |
cs | ) |
|
|
pure virtual |
◆ removeDecoration()
virtual void KisAbstractCanvasWidget::removeDecoration |
( |
const QString & |
id | ) |
|
|
pure virtual |
◆ setDecorations()
◆ setDisplayColorConverter()
◆ setDisplayFilter()
◆ setLodResetInProgress()
virtual void KisAbstractCanvasWidget::setLodResetInProgress |
( |
bool |
value | ) |
|
|
pure virtual |
◆ setWrapAroundViewingMode()
virtual void KisAbstractCanvasWidget::setWrapAroundViewingMode |
( |
bool |
value | ) |
|
|
pure virtual |
◆ startUpdateCanvasProjection()
◆ toolProxy()
virtual KoToolProxy* KisAbstractCanvasWidget::toolProxy |
( |
| ) |
const |
|
pure virtual |
◆ updateCanvasProjection() [1/2]
◆ updateCanvasProjection() [2/2]
◆ widget()
virtual QWidget* KisAbstractCanvasWidget::widget |
( |
| ) |
|
|
pure virtual |
◆ wrapAroundViewingMode()
virtual bool KisAbstractCanvasWidget::wrapAroundViewingMode |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Mar 2 2021 06:25:57 by
doxygen 1.8.16 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.