25 #ifndef _COMMAND_ITEM_H_ 26 #define _COMMAND_ITEM_H_ 28 #include <tqlistview.h> 45 void load(TQDomElement *c); 46 void save(TQDomDocument *doc,TQDomElement *parent); 51 void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent); TQListView item representing a modem command.
This class provides an abstraction of an AT command.
|