DopplerProducer Class Reference

#include <dopplerproducer.h>

Inheritance diagram for DopplerProducer:

NSCore::DataSetProducer NSCore::QTreeItem QObject NSCore::PointerProtection_Skel
Collaboration diagram for DopplerProducer:

Collaboration graph
[legend]

List of all members.

Public Slots

void readNDataSets (int)
void readSingleDataSet ()

Public Member Functions

 DopplerProducer (QObject *p=0)
 ~DopplerProducer ()

Private Slots

void readNDataSets ()
void pathChanged (const QString &)
void readDataSet ()

Private Member Functions

QDomNode saveToXML (QDomDocument)
 Store the information of this element into a new QDomElement.
bool restoreFromXML (QDomNode)
 Restore the state of this element from the given QDomNode.
QString debug () const
 Custom debug text.

Private Attributes

DopplerProducer_Private * d


Constructor & Destructor Documentation

DopplerProducer::DopplerProducer ( QObject p = 0  ) 

DopplerProducer::~DopplerProducer (  ) 


Member Function Documentation

void DopplerProducer::readNDataSets ( int   )  [slot]

void DopplerProducer::readSingleDataSet (  )  [slot]

void DopplerProducer::readNDataSets (  )  [private, slot]

void DopplerProducer::pathChanged ( const QString &   )  [private, slot]

void DopplerProducer::readDataSet (  )  [private, slot]

QDomNode DopplerProducer::saveToXML ( QDomDocument  doc  )  [inline, private, virtual]

Store the information of this element into a new QDomElement.

This function is only to save the state of this element, all the recursive stuff will be done by toXml().

Parameters:
doc The QDomDocument to use for creation of the element

Implements NSCore::QTreeItem.

bool DopplerProducer::restoreFromXML ( QDomNode  node  )  [private, virtual]

Restore the state of this element from the given QDomNode.

You don't have to do the recursive stuff here, that is handled in fromXml() for you. Only the things done in saveToXML need/can be restored here.

If you succeeded and want the childs to be restored too, return true.

Parameters:
node The QDomNode to restore from

Implements NSCore::QTreeItem.

QString DopplerProducer::debug (  )  const [inline, private, virtual]

Custom debug text.

This function has to be implemented and has to return the internal debug-data that is to be printed...

Implements NSCore::QTreeItem.


Member Data Documentation

DopplerProducer_Private* DopplerProducer::d [private]


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

Generated on Tue Apr 12 02:10:11 2011 for epos by  doxygen 1.5.5