summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.h
authorllornkcor <llornkcor>2002-11-16 05:28:00 (UTC)
committer llornkcor <llornkcor>2002-11-16 05:28:00 (UTC)
commit9591a32654e5189841b9a6d60e7bf235b1b0fa4b (patch) (unidiff)
tree8a8251b3af82ad830d5d7bc85cd39aea68e505d8 /noncore/apps/advancedfm/advancedfm.h
parentb17b2274c200403da25a994ed9d8ba4856d725c0 (diff)
downloadopie-9591a32654e5189841b9a6d60e7bf235b1b0fa4b.zip
opie-9591a32654e5189841b9a6d60e7bf235b1b0fa4b.tar.gz
opie-9591a32654e5189841b9a6d60e7bf235b1b0fa4b.tar.bz2
moved input to output, switched all systems calls to OProcess. got rid of popen
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 7bccce9..9948255 100644
--- a/noncore/apps/advancedfm/advancedfm.h
+++ b/noncore/apps/advancedfm/advancedfm.h
@@ -104,51 +104,54 @@ protected slots:
104 void runThis(); 104 void runThis();
105 void runText(); 105 void runText();
106 void filePerms(); 106 void filePerms();
107 void doProperties(); 107 void doProperties();
108 void runCommand(); 108 void runCommand();
109 void runCommandStd(); 109 void runCommandStd();
110 QStringList getPath(); 110 QStringList getPath();
111 void mkSym(); 111 void mkSym();
112 void switchToLocalTab(); 112 void switchToLocalTab();
113 void switchToRemoteTab(); 113 void switchToRemoteTab();
114 114
115protected: 115protected:
116 bool zaurusDevice; 116 bool zaurusDevice;
117 QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3; 117 QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3;
118 QStringList remoteDirPathStringList, localDirPathStringList; 118 QStringList remoteDirPathStringList, localDirPathStringList;
119 119
120 void init(); 120 void init();
121 void initConnections(); 121 void initConnections();
122 void keyReleaseEvent( QKeyEvent *); 122 void keyReleaseEvent( QKeyEvent *);
123 QString getFileSystemType(const QString &); 123 QString getFileSystemType(const QString &);
124 QString getDiskSpace(const QString &); 124 QString getDiskSpace(const QString &);
125 void parsetab(const QString &fileName); 125 void parsetab(const QString &fileName);
126 QString checkDiskSpace(const QString &); 126 QString checkDiskSpace(const QString &);
127 127
128protected slots: 128protected slots:
129 void showFileMenu(); 129 void showFileMenu();
130 void cancelMenuTimer(); 130 void cancelMenuTimer();
131 void homeButtonPushed(); 131 void homeButtonPushed();
132 void docButtonPushed(); 132 void docButtonPushed();
133 void SDButtonPushed(); 133 void SDButtonPushed();
134 void CFButtonPushed(); 134 void CFButtonPushed();
135 void QPEButtonPushed(); 135 void QPEButtonPushed();
136 void upDir(); 136 void upDir();
137 void currentPathComboChanged(); 137 void currentPathComboChanged();
138 void copy(); 138 void copy();
139 void copyAs(); 139 void copyAs();
140 void copySameDir(); 140 void copySameDir();
141 void currentPathComboActivated(const QString &); 141 void currentPathComboActivated(const QString &);
142 void fillCombo(const QString &); 142 void fillCombo(const QString &);
143 bool copyFile( const QString & , const QString & ); 143 bool copyFile( const QString & , const QString & );
144 void move(); 144 void move();
145 void fileStatus(); 145 void fileStatus();
146 void doAbout(); 146 void doAbout();
147 void doBeam(); 147 void doBeam();
148 void fileBeamFinished( Ir *); 148 void fileBeamFinished( Ir *);
149 149
150private: 150private:
151 QTimer menuTimer; 151 QTimer menuTimer;
152 void startProcess(const QString &);
153private slots:
154 void processEnded();
152}; 155};
153 156
154#endif // ADVANCEDFM_H 157#endif // ADVANCEDFM_H