27 #include <tqlistview.h>
45 bool loadFile( const TQString &);
46 bool saveFile( const TQString &);
50 TQPtrList<ATCommand> *commandList() { return &mList; }
53 void loadCommand( ATCommand *,TQDomElement *c);
54 void saveCommand( ATCommand *,TQDomDocument *doc,TQDomElement *parent);
55 void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent);
58 TQPtrList<ATCommand> mList;
This class provides an abstraction of an AT command.
TQListView item representing a modem command.
|