24 #ifndef CMDPROPERTIESDIALOG_H 25 #define CMDPROPERTIESDIALOG_H 27 #include "cmdpropertiesdialog_base.h" 31 class CmdPropertiesDialog : public CmdPropertiesDialog_base 36 CmdPropertiesDialog( ATCommand *cmd,TQWidget* parent=0, const char* name=0, 37 bool modal= false,WFlags fl=0); 38 ~CmdPropertiesDialog(); 41 void editParameterName(TQListViewItem *); 51 #endif // CMDPROPERTIESDIALOG_H This class provides an abstraction of an AT command.
|