summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/imageview.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/opie-eye/gui/imageview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/imageview.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/graphics/opie-eye/gui/imageview.h b/noncore/graphics/opie-eye/gui/imageview.h
index f0e6541..640905a 100644
--- a/noncore/graphics/opie-eye/gui/imageview.h
+++ b/noncore/graphics/opie-eye/gui/imageview.h
@@ -7,4 +7,6 @@
class QTimer;
+class QActionGroup;
+class QAction;
namespace Opie {
@@ -30,5 +32,5 @@ class ImageView:public Opie::MM::OImageScrollView
public:
- ImageView(Opie::Core::OConfig *cfg, QWidget* parent, const char* name = 0, WFlags fl = 0 );
+ ImageView(Opie::Core::OConfig *cfg,QWidget* parent,const char* name = 0, WFlags fl = 0 );
virtual ~ImageView();
Opie::Core::OKeyConfigManager* manager();
@@ -36,4 +38,6 @@ public:
bool fullScreen(){return m_isFullScreen;}
virtual void enableFullscreen();
+ void stopSlide();
+ void setMenuActions(QActionGroup*hGroup,QActionGroup*nextprevGroup, QActionGroup*disptypeGroup);
signals:
@@ -57,4 +61,5 @@ protected:
int m_slideValue;
virtual void focusInEvent ( QFocusEvent * );
+ QActionGroup *m_gDisplayType,*m_gPrevNext,*m_hGroup;
public slots: