10 #ifndef GUARD_IMAGESEL_H_INCLUDE
11 #define GUARD_IMAGESEL_H_INCLUDE
13 #include <imagesel/imagesel-config.h>
20 class IMAGESEL_EXPORT
ImageSel :
public QWidget {
43 QWidget * parent = NULL);
51 const QPixmap & value) {
106 void mousePressEvent (QMouseEvent *);
107 void mouseReleaseEvent (QMouseEvent *);
108 void mouseMoveEvent (QMouseEvent *);
109 void paintEvent (QPaintEvent *);
117 #endif // GUARD_IMAGESEL_H_INCLUDE
LayoutInterf * lay() const
Get the layout interface.
Definition: imagesel.h:84
void setLay(LayoutInterf *value)
Set the layout interface; ownership transfered to this instance.
Definition: imagesel.h:76
const QPixmap & image() const
The image that's being presented to the user.
Definition: imagesel.h:65
void clearImage()
Remove the image that's being presented to the user.
Definition: imagesel.h:58
brief description
Definition: layoutinterf.h:20
brief description
Definition: activegrip.h:19
void setImage(const QPixmap &value)
Change the image that's being presented to the user.
Definition: imagesel.h:50
BuildInLay
The list of build-in layouts.
Definition: imagesel.h:28
brief description
Definition: imagesel.h:20
LayoutInterf * takeLay()
Take ownership of the layout interface.
Definition: imagesel.h:90