summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/imagescrollview.h
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/gui/imagescrollview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/imagescrollview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/gui/imagescrollview.h b/noncore/graphics/opie-eye/gui/imagescrollview.h
index e25f955..864a015 100644
--- a/noncore/graphics/opie-eye/gui/imagescrollview.h
+++ b/noncore/graphics/opie-eye/gui/imagescrollview.h
@@ -12,11 +12,14 @@ class ImageScrollView:public QScrollView
12{ 12{
13 Q_OBJECT 13 Q_OBJECT
14public: 14public:
15 ImageScrollView( QWidget* parent, const char* name = 0, WFlags fl = 0 );
15 ImageScrollView (const QImage&, QWidget * parent=0, const char * name=0, WFlags f=0,bool always_scale=false,bool rfit=false ); 16 ImageScrollView (const QImage&, QWidget * parent=0, const char * name=0, WFlags f=0,bool always_scale=false,bool rfit=false );
16 ImageScrollView (const QString&, QWidget * parent=0, const char * name=0, WFlags f=0,bool always_scale=false,bool rfit=false ); 17 ImageScrollView (const QString&, QWidget * parent=0, const char * name=0, WFlags f=0,bool always_scale=false,bool rfit=false );
17 virtual ~ImageScrollView(); 18 virtual ~ImageScrollView();
18 19
19 void setImage(const QImage&); 20 void setImage(const QImage&);
21 void setImage( const QString& path );
22 void setDestructiveClose();
20 23
21 enum Rotation { 24 enum Rotation {
22 Rotate0, 25 Rotate0,
@@ -25,6 +28,9 @@ public:
25 Rotate270 28 Rotate270
26 }; 29 };
27 30
31signals:
32 void sig_return();
33
28protected: 34protected:
29 virtual void drawContents ( QPainter * p, int clipx, int clipy, int clipw, int cliph ); 35 virtual void drawContents ( QPainter * p, int clipx, int clipy, int clipw, int cliph );
30 void init(); 36 void init();