kandy

#include <commandset.h>

Public Member Functions

void addCommand (ATCommand *)
 
void deleteCommand (ATCommand *)
 
bool loadFile (const TQString &)
 
bool saveFile (const TQString &)
 
void clear ()
 
TQPtrList< ATCommand > * commandList ()
 

Protected Member Functions

void loadCommand (ATCommand *, TQDomElement *c)
 
void saveCommand (ATCommand *, TQDomDocument *doc, TQDomElement *parent)
 
void saveParameter (ATParameter *p, TQDomDocument *doc, TQDomElement *parent)
 

Detailed Description

TQListView item representing a modem command.

Definition at line 37 of file commandset.h.

Constructor & Destructor Documentation

◆ CommandSet()

CommandSet::CommandSet ( )

Definition at line 35 of file commandset.cpp.

◆ ~CommandSet()

CommandSet::~CommandSet ( )

Definition at line 40 of file commandset.cpp.

Member Function Documentation

◆ addCommand()

void CommandSet::addCommand ( ATCommand command)

Definition at line 44 of file commandset.cpp.

◆ clear()

void CommandSet::clear ( )

Definition at line 105 of file commandset.cpp.

◆ commandList()

TQPtrList< ATCommand > * CommandSet::commandList ( )
inline

Definition at line 50 of file commandset.h.

◆ deleteCommand()

void CommandSet::deleteCommand ( ATCommand command)

Definition at line 49 of file commandset.cpp.

◆ loadCommand()

void CommandSet::loadCommand ( ATCommand command,
TQDomElement *  c 
)
protected

Definition at line 110 of file commandset.cpp.

◆ loadFile()

bool CommandSet::loadFile ( const TQString &  filename)

Definition at line 54 of file commandset.cpp.

◆ saveCommand()

void CommandSet::saveCommand ( ATCommand command,
TQDomDocument *  doc,
TQDomElement *  parent 
)
protected

Definition at line 131 of file commandset.cpp.

◆ saveFile()

bool CommandSet::saveFile ( const TQString &  filename)

Definition at line 81 of file commandset.cpp.

◆ saveParameter()

void CommandSet::saveParameter ( ATParameter *  p,
TQDomDocument *  doc,
TQDomElement *  parent 
)
protected

Definition at line 146 of file commandset.cpp.


The documentation for this class was generated from the following files: