summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/iconview.h
authorzecke <zecke>2004-04-14 18:38:37 (UTC)
committer zecke <zecke>2004-04-14 18:38:37 (UTC)
commit0b83b10334da449fb9304c9b89a4175f3728d377 (patch) (unidiff)
tree465cdb61d1fa032de425761ef0074ee58bad7cd2 /noncore/graphics/opie-eye/gui/iconview.h
parentb671d282c25e86429727b6b52a674d1d8cd3f1a7 (diff)
downloadopie-0b83b10334da449fb9304c9b89a4175f3728d377.zip
opie-0b83b10334da449fb9304c9b89a4175f3728d377.tar.gz
opie-0b83b10334da449fb9304c9b89a4175f3728d377.tar.bz2
-comments on imagezoomer
recalculateGrid Alwin please fill in the blank
Diffstat (limited to 'noncore/graphics/opie-eye/gui/iconview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/iconview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/gui/iconview.h b/noncore/graphics/opie-eye/gui/iconview.h
index af41aef..903c4fd 100644
--- a/noncore/graphics/opie-eye/gui/iconview.h
+++ b/noncore/graphics/opie-eye/gui/iconview.h
@@ -39,10 +39,14 @@ signals:
39 void sig_showInfo( const QString& ); 39 void sig_showInfo( const QString& );
40 void sig_display( const QString& ); 40 void sig_display( const QString& );
41 41
42protected:
43 void resizeEvent( QResizeEvent* );
44
42private: 45private:
43 void initKeys(); 46 void initKeys();
44 QString currentFileName(bool &isDir)const; 47 QString currentFileName(bool &isDir)const;
45 void loadViews(); 48 void loadViews();
49 void calculateGrid();
46 50
47private slots: 51private slots:
48 void slotDirUp(); 52 void slotDirUp();