22 #ifndef __KPIXMAPREGIONSELECTORDIALOG_H__
23 #define __KPIXMAPREGIONSELECTORDIALOG_H__
25 #include <kdialogbase.h>
26 #include <libtdepim/kpixmapregionselectorwidget.h>
28 #include <tdepimmacros.h>
66 { return m_pixmapSelectorWidget; }
75 static TQRect getSelectedRegion( const TQPixmap &pixmap, TQWidget *parent = 0L );
85 static TQRect getSelectedRegion( const TQPixmap &pixmap, int aspectRatioWidth, int aspectRatioHeight, TQWidget *parent = 0L );
94 static TQImage getSelectedImage( const TQPixmap &pixmap, TQWidget *parent = 0L );
104 static TQImage getSelectedImage( const TQPixmap &pixmap, int aspectRatioWidth, int aspectRatioHeight, TQWidget *parent = 0L );
|