20 #ifndef __KPIXMAPREGIONSELECTORDIALOG_H__
21 #define __KPIXMAPREGIONSELECTORDIALOG_H__
25 #include <kdialogbase.h>
26 #include <kpixmapregionselectorwidget.h>
62 {
return m_pixmapSelectorWidget; }
71 static TQRect getSelectedRegion(
const TQPixmap &pixmap, TQWidget *parent = 0L );
81 static TQRect getSelectedRegion(
const TQPixmap &pixmap,
int aspectRatioWidth,
int aspectRatioHeight, TQWidget *parent = 0L );
90 static TQImage getSelectedImage(
const TQPixmap &pixmap, TQWidget *parent = 0L );
100 static TQImage getSelectedImage(
const TQPixmap &pixmap,
int aspectRatioWidth,
int aspectRatioHeight, TQWidget *parent = 0L );