kio Library API Documentation

main.h

00001 #ifndef _main_h 00002 #define _main_h 00003 00004 #include <qobject.h> 00005 #include <qstring.h> 00006 #include <qstrlist.h> 00007 #include <qtimer.h> 00008 00009 namespace KIO { class Job; } 00010 00011 class KIOExec : public QObject 00012 { 00013 Q_OBJECT 00014 public: 00015 KIOExec(); 00016 00017 public slots: 00018 void slotResult( KIO::Job * ); 00019 void slotRunApp(); 00020 00021 protected: 00022 bool tempfiles; 00023 int counter; 00024 int expectedCounter; 00025 QString command; 00026 struct fileInfo { 00027 QString path; 00028 KURL url; 00029 int time; 00030 }; 00031 QValueList<fileInfo> fileList; 00032 }; 00033 00034 #endif
KDE Logo
This file is part of the documentation for kio Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Oct 10 18:55:29 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003