kandy Library API Documentation

cmdpropertiesdialog.h

00001 #ifndef CMDPROPERTIESDIALOG_H
00002 #define CMDPROPERTIESDIALOG_H
00003 
00004 #include "cmdpropertiesdialog_base.h"
00005 
00006 class ATCommand;
00007 
00008 class CmdPropertiesDialog : public CmdPropertiesDialog_base
00009 { 
00010     Q_OBJECT
00011   public:
00012     CmdPropertiesDialog(ATCommand *cmd,QWidget* parent=0,const char* name=0,
00013                         bool modal=false,WFlags fl=0);
00014     ~CmdPropertiesDialog();
00015 
00016   protected slots:
00017     void editParameterName(QListViewItem *);
00018     void slotAccept();
00019 
00020   private:
00021     void readCommand();
00022     void writeCommand();
00023         
00024     ATCommand *mCmd;
00025 };
00026 
00027 #endif // CMDPROPERTIESDIALOG_H
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:06 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001