, including all inherited members.
addSelection(KisSelectionSP selection) | KisPaintDevice | |
applySelectionMask(KisSelectionSP mask) | KisPaintDevice | |
clear() | KisPaintDevice | [virtual] |
clearSelection() | KisPaintDevice | |
colorAt(Q_INT32 x, Q_INT32 y) | KisPaintDevice | |
colorSpace() const | KisPaintDevice | [inline] |
contains(Q_INT32 x, Q_INT32 y) const | KisPaintDevice | |
contains(const QPoint &pt) const | KisPaintDevice | |
convertFromQImage(const QImage &img, const QString &srcProfileName, Q_INT32 offsetX=0, Q_INT32 offsetY=0) | KisPaintDevice | [virtual] |
convertTo(KisColorSpace *dstColorSpace, Q_INT32 renderingIntent=INTENT_PERCEPTUAL) | KisPaintDevice | [virtual] |
convertToQImage(KisProfile *dstProfile, Q_INT32 x, Q_INT32 y, Q_INT32 w, Q_INT32 h, float exposure=0.0f) | KisPaintDevice | [virtual] |
convertToQImage(KisProfile *dstProfile, float exposure=0.0f) | KisPaintDevice | [virtual] |
createHLineIterator(Q_INT32 x, Q_INT32 y, Q_INT32 w, bool writable) | KisPaintDevice | |
createRandomAccessor(Q_INT32 x, Q_INT32 y, bool writable) | KisPaintDevice | |
createRandomSubAccessor() | KisPaintDevice | |
createRectIterator(Q_INT32 left, Q_INT32 top, Q_INT32 w, Q_INT32 h, bool writable) | KisPaintDevice | |
createThumbnail(Q_INT32 maxw, Q_INT32 maxh) | KisPaintDevice | [virtual] |
createThumbnailDevice(Q_INT32 w, Q_INT32 h) | KisPaintDevice | |
createVLineIterator(Q_INT32 x, Q_INT32 y, Q_INT32 h, bool writable) | KisPaintDevice | |
crop(Q_INT32 x, Q_INT32 y, Q_INT32 w, Q_INT32 h) | KisPaintDevice | |
crop(QRect r) | KisPaintDevice | |
dataManager() const | KisPaintDevice | |
dcopObject() | KisPaintDevice | [virtual] |
deselect() | KisPaintDevice | |
emitSelectionChanged() | KisPaintDevice | |
emitSelectionChanged(const QRect &r) | KisPaintDevice | |
exactBounds(Q_INT32 &x, Q_INT32 &y, Q_INT32 &w, Q_INT32 &h) const | KisPaintDevice | [virtual] |
exactBounds() const | KisPaintDevice | [virtual] |
exactBoundsImprovedOldMethod() const | KisPaintDevice | [virtual] |
exactBoundsOldMethod() const | KisPaintDevice | [virtual] |
exifInfo() | KisPaintDevice | |
extent(Q_INT32 &x, Q_INT32 &y, Q_INT32 &w, Q_INT32 &h) const | KisPaintDevice | [virtual] |
extent() const | KisPaintDevice | [virtual] |
extentIsValid() const | KisPaintDevice | |
fill(Q_INT32 x, Q_INT32 y, Q_INT32 w, Q_INT32 h, const Q_UINT8 *fillPixel) | KisPaintDevice | |
getMemento() | KisPaintDevice | |
getX() const | KisPaintDevice | [inline] |
getY() const | KisPaintDevice | [inline] |
hasExifInfo() | KisPaintDevice | [inline] |
hasSelection() | KisPaintDevice | |
image() const | KisPaintDevice | |
ioProgress(Q_INT8 percentage) (defined in KisPaintDevice) | KisPaintDevice | [signal] |
KisPaintDevice(KisColorSpace *colorSpace, const char *name=0) | KisPaintDevice | |
KisPaintDevice(KisLayer *parentLayer, KisColorSpace *colorSpace, const char *name=0) | KisPaintDevice | |
KisPaintDevice(const KisPaintDevice &rhs) | KisPaintDevice | |
m_datamanager | KisPaintDevice | [protected] |
mirrorX() | KisPaintDevice | |
mirrorY() | KisPaintDevice | |
move(Q_INT32 x, Q_INT32 y) | KisPaintDevice | [virtual] |
move(const QPoint &pt) | KisPaintDevice | [virtual] |
moveCommand(Q_INT32 x, Q_INT32 y) | KisPaintDevice | [virtual] |
nChannels() const | KisPaintDevice | [inline, virtual] |
numContiguousColumns(Q_INT32 x, Q_INT32 minY, Q_INT32 maxY) | KisPaintDevice | |
numContiguousRows(Q_INT32 y, Q_INT32 minX, Q_INT32 maxX) | KisPaintDevice | |
parentLayer() const | KisPaintDevice | |
pixel(Q_INT32 x, Q_INT32 y) | KisPaintDevice | |
pixel(Q_INT32 x, Q_INT32 y, QColor *c, Q_UINT8 *opacity) | KisPaintDevice | |
pixel(Q_INT32 x, Q_INT32 y, KisColor *kc) | KisPaintDevice | |
pixelSize() const | KisPaintDevice | [inline, virtual] |
positionChanged(KisPaintDeviceSP device) (defined in KisPaintDevice) | KisPaintDevice | [signal] |
profileChanged(KisProfile *profile) (defined in KisPaintDevice) | KisPaintDevice | [signal] |
read(KoStore *store) | KisPaintDevice | [virtual] |
readBytes(Q_UINT8 *data, Q_INT32 x, Q_INT32 y, Q_INT32 w, Q_INT32 h) | KisPaintDevice | [virtual] |
reselect() | KisPaintDevice | |
rollback(KisMementoSP memento) | KisPaintDevice | |
rollforward(KisMementoSP memento) | KisPaintDevice | |
rowStride(Q_INT32 x, Q_INT32 y) | KisPaintDevice | |
selection() | KisPaintDevice | |
selectionDeselected() | KisPaintDevice | |
setData(KisDataManagerSP data, KisColorSpace *colorSpace) | KisPaintDevice | |
setDirty(const QRect &rc) | KisPaintDevice | [virtual] |
setDirty() | KisPaintDevice | [virtual] |
setExtentIsValid(bool isValid) | KisPaintDevice | |
setParentLayer(KisLayer *parentLayer) | KisPaintDevice | |
setPixel(Q_INT32 x, Q_INT32 y, const QColor &c, Q_UINT8 opacity) | KisPaintDevice | |
setPixel(Q_INT32 x, Q_INT32 y, const KisColor &kc) | KisPaintDevice | |
setProfile(KisProfile *profile) | KisPaintDevice | [virtual] |
setSelection(KisSelectionSP selection) | KisPaintDevice | |
setX(Q_INT32 x) | KisPaintDevice | |
setY(Q_INT32 y) | KisPaintDevice | |
subtractSelection(KisSelectionSP selection) | KisPaintDevice | |
undoAdapter() const | KisPaintDevice | |
writablePixel(Q_INT32 x, Q_INT32 y) | KisPaintDevice | |
write(KoStore *store) | KisPaintDevice | [virtual] |
writeBytes(const Q_UINT8 *data, Q_INT32 x, Q_INT32 y, Q_INT32 w, Q_INT32 h) | KisPaintDevice | [virtual] |
~KisPaintDevice() | KisPaintDevice | [virtual] |