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
This file is part of the documentation for kdelibs Version 3.1.4.