KDEUI
Go to the documentation of this file.
20 #ifndef KPIXMAPREGIONSELECTORWIDGET_H
21 #define KPIXMAPREGIONSELECTORWIDGET_H
25 #include <QtGui/QPixmap>
26 #include <QtGui/QWidget>
47 Q_PROPERTY(QPixmap pixmap READ pixmap WRITE setPixmap)
74 void setPixmap(
const QPixmap &pixmap );
80 QPixmap pixmap()
const;
85 void setSelectedRegion(
const QRect &rect);
90 QRect selectedRegion()
const;
95 QRect unzoomedSelectedRegion()
const;
100 void resetSelection();
106 QImage selectedImage()
const;
113 void setSelectionAspectRatio(
int width,
int height);
120 void setFreeSelectionAspectRatio();
127 void setMaximumWidgetSize(
int width,
int height );
135 void rotate(RotateDirection direction);
141 void rotateClockwise();
145 void rotateCounterclockwise();
148 void pixmapRotated();
154 virtual KMenu *createPopupMenu();
157 bool eventFilter(
QObject *obj, QEvent *ev);
160 friend class Private;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:37:33 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.