36 void slotImportLayerFromFile();
37 void slotImportLayerAsTransparencyMask();
38 void slotImportLayerAsFilterMask();
39 void slotImportLayerAsSelectionMask();
50 qint32 importImage(
const QUrl &url,
const QString &layerType =
"KisPaintLayer");
52 void resizeCurrentImage(qint32 w, qint32 h, qint32 xOffset, qint32 yOffset);
53 void scaleCurrentImage(
const QSize &size, qreal xres, qreal yres,
KisFilterStrategy *filterStrategy);
55 void rotateCurrentImage(
double radians);
56 void shearCurrentImage(
double angleX,
double angleY);
57 void slotImageProperties();
58 void slotImageColor();