NSAcqiris::Acqiris Class Reference

Init all the crades. More...

#include <acqiris.h>

Inheritance diagram for NSAcqiris::Acqiris:

NSCore::QTreeItem QObject NSCore::PointerProtection_Skel
Collaboration diagram for NSAcqiris::Acqiris:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Acqiris (QObject *=0)
 Inits Acqiris.
 ~Acqiris ()
 Stops all Acqiris-things.
int digitizers ()
 Returns the number of found digitizers.
Digitizerdigitizer (int)
 Returns a pointer to the specified digitizer.

Private Member Functions

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

Private Attributes

std::list< Digitizer * > _digitizers


Detailed Description

Init all the crades.

Initializes all the crades and gives access to all the found digitizers


Constructor & Destructor Documentation

NSAcqiris::Acqiris::Acqiris ( QObject = 0  ) 

Inits Acqiris.

NSAcqiris::Acqiris::~Acqiris (  ) 

Stops all Acqiris-things.


Member Function Documentation

int NSAcqiris::Acqiris::digitizers (  )  [inline]

Returns the number of found digitizers.

References _digitizers.

Digitizer* NSAcqiris::Acqiris::digitizer ( int   ) 

Returns a pointer to the specified digitizer.

QDomNode NSAcqiris::Acqiris::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 NSAcqiris::Acqiris::restoreFromXML ( QDomNode  node  )  [inline, 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 NSAcqiris::Acqiris::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

Referenced by digitizers().


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

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