25#ifndef _COMMAND_ITEM_H_
26#define _COMMAND_ITEM_H_
28#include <tqlistview.h>
38class CommandItem : public TQListViewItem {
40 CommandItem(TQListView *listView, ATCommand *command);
45 void load(TQDomElement *c);
46 void save(TQDomDocument *doc,TQDomElement *parent);
51 void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent);
This class provides an abstraction of an AT command.
|