summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/gui/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/graphics/opie-eye/gui/mainwindow.h b/noncore/graphics/opie-eye/gui/mainwindow.h
index e51a3ff..1f90f9f 100644
--- a/noncore/graphics/opie-eye/gui/mainwindow.h
+++ b/noncore/graphics/opie-eye/gui/mainwindow.h
@@ -41,12 +41,14 @@ public slots:
41 void slotDisplay( const QString& inf ); 41 void slotDisplay( const QString& inf );
42 void slotReturn(); 42 void slotReturn();
43 void slotRotateToggled(bool); 43 void slotRotateToggled(bool);
44 void slotScaleToggled(bool); 44 void slotScaleToggled(bool);
45 void slotZoomerToggled(bool); 45 void slotZoomerToggled(bool);
46 void slotToggleZoomer(); 46 void slotToggleZoomer();
47 void slotToggleAutorotate();
48 void slotToggleAutoscale();
47 void setDocument( const QString& ); 49 void setDocument( const QString& );
48 virtual void slotToggleFullScreen(); 50 virtual void slotToggleFullScreen();
49 51
50protected slots: 52protected slots:
51 void raiseIconView(); 53 void raiseIconView();
52 void closeEvent( QCloseEvent* ); 54 void closeEvent( QCloseEvent* );
@@ -62,14 +64,15 @@ private:
62 PIconView* m_view; 64 PIconView* m_view;
63 imageinfo *m_info; 65 imageinfo *m_info;
64 ImageView *m_disp; 66 ImageView *m_disp;
65 bool autoRotate; 67 bool autoRotate;
66 bool autoScale; 68 bool autoScale;
67 bool zoomerOn; 69 bool zoomerOn;
70 QWidget*tFrame;
68 QToolButton*rotateButton,*upButton,*fsButton,*viewModeButton; 71 QToolButton*rotateButton,*upButton,*fsButton,*viewModeButton;
69 QToolButton*nextButton,*prevButton,*zoomButton; 72 QToolButton*nextButton,*prevButton,*zoomButton,*scaleButton;
70 73
71private slots: 74private slots:
72 void slotConfig(); 75 void slotConfig();
73}; 76};
74 77
75#endif 78#endif