Main Page | Class List | File List | Class Members

home/brockers/docs/cvs/kconfigure/kconfigure/configurewizard.h

00001 /***************************************************************************
00002                           configurewizard.h  -  description
00003                              -------------------
00004     begin                : Mon Feb 12 2001
00005     copyright            : (C) 2001 by Javier Campos Morales
00006     email                : javi_cms@terra.es
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef CONFIGUREWIZARD_H
00019 #define CONFIGUREWIZARD_H
00020 
00021 #include <kdialogbase.h>
00022 
00023 #include <klistview.h>
00024 #include <kprocess.h>
00025 
00030 class ConfigureWizard : public KDialogBase  {
00031    Q_OBJECT
00032 public: 
00033         ConfigureWizard(QWidget *parent=0, const char *name=0, const QString filePath = QString::null);
00034         ~ConfigureWizard();
00036   QString getArguments();
00037 private: // Private methods
00039   void initGUI();
00041         void initHELP(const QString &filePath);
00043   void addItem();
00045   void configWrite();
00047   void configRead();
00049         KListView *mainOptions;
00051         QString streamLine;
00053         KShellProcess q;
00054 private slots: // Private slots
00056   void slotOutputMessages(KProcess*,char *buffer,int buflen);
00058   void slotItemModify(QListViewItem *);
00059 protected slots: // Protected slots
00061   void slotOk();
00062 };
00063 
00064 #endif

Generated on Wed Oct 20 13:16:39 2004 for kconfigure.kdevelop by doxygen 1.3.4