summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.h
authorllornkcor <llornkcor>2002-07-21 13:08:16 (UTC)
committer llornkcor <llornkcor>2002-07-21 13:08:16 (UTC)
commit68e2730e7e5a72bbdb5086334485d98ac8dee5c8 (patch) (unidiff)
treebd1192a9174ff4ee3e8cd349a91eb9ae499d4adc /noncore/apps/advancedfm/advancedfm.h
parent81110ef9240a746a1267ac26fee3cb3e878933b1 (diff)
downloadopie-68e2730e7e5a72bbdb5086334485d98ac8dee5c8.zip
opie-68e2730e7e5a72bbdb5086334485d98ac8dee5c8.tar.gz
opie-68e2730e7e5a72bbdb5086334485d98ac8dee5c8.tar.bz2
code cleanup
Diffstat (limited to 'noncore/apps/advancedfm/advancedfm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h
index 7665fe9..45f00ad 100644
--- a/noncore/apps/advancedfm/advancedfm.h
+++ b/noncore/apps/advancedfm/advancedfm.h
@@ -101,40 +101,43 @@ protected slots:
101 void runCommandStd(); 101 void runCommandStd();
102 QStringList getPath(); 102 QStringList getPath();
103 void mkSym(); 103 void mkSym();
104 void switchToLocalTab(); 104 void switchToLocalTab();
105 void switchToRemoteTab(); 105 void switchToRemoteTab();
106 106
107protected: 107protected:
108 QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3; 108 QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3;
109 QStringList remoteDirPathStringList, localDirPathStringList; 109 QStringList remoteDirPathStringList, localDirPathStringList;
110 110
111 void keyReleaseEvent( QKeyEvent *); 111 void keyReleaseEvent( QKeyEvent *);
112 QString getFileSystemType(const QString &); 112 QString getFileSystemType(const QString &);
113 QString getDiskSpace(const QString &);
114
113 void parsetab(const QString &fileName); 115 void parsetab(const QString &fileName);
114 116
115protected slots: 117protected slots:
116 void showFileMenu(); 118 void showFileMenu();
117 void cancelMenuTimer(); 119 void cancelMenuTimer();
118 void homeButtonPushed(); 120 void homeButtonPushed();
119 void docButtonPushed(); 121 void docButtonPushed();
120 void SDButtonPushed(); 122 void SDButtonPushed();
121 void CFButtonPushed(); 123 void CFButtonPushed();
122 void QPEButtonPushed(); 124 void QPEButtonPushed();
123 void upDir(); 125 void upDir();
124 void currentPathComboChanged(); 126 void currentPathComboChanged();
125 void copy(); 127 void copy();
126 void copyAs(); 128 void copyAs();
127 void copySameDir(); 129 void copySameDir();
128 void currentPathComboActivated(const QString &); 130 void currentPathComboActivated(const QString &);
129 void fillCombo(const QString &); 131 void fillCombo(const QString &);
130 bool copyFile( const QString & , const QString & ); 132 bool copyFile( const QString & , const QString & );
131 void move(); 133 void move();
132 void fileStatus(); 134 void fileStatus();
133 void doAbout(); 135 void doAbout();
134 void doBeam(); 136 void doBeam();
135 void fileBeamFinished( Ir *); 137 void fileBeamFinished( Ir *);
138
136private: 139private:
137 QTimer menuTimer; 140 QTimer menuTimer;
138}; 141};
139 142
140#endif // ADVANCEDFM_H 143#endif // ADVANCEDFM_H