SynchroTime
Public Member Functions | Private Attributes | List of all members
Base Class Reference

#include <base.h>

Inheritance diagram for Base:
Inheritance graph
Collaboration diagram for Base:
Collaboration graph

Public Member Functions

 Base (QObject *parent=0)
 Base::Base. More...
 
virtual QString getClassName (void)
 Base::getClassName. More...
 
QTextStream & stdOutput (void)
 Base::stdOutput. More...
 

Private Attributes

QTextStream standardOutput
 Output stream for all messages. More...
 

Constructor & Destructor Documentation

Base::Base ( QObject *  parent = 0)
explicit

Base::Base.

The Constructor for class Basse

Member Function Documentation

QString Base::getClassName ( void  )
virtual

Base::getClassName.

Get class name as string

Returns
className of the type QString.
QTextStream & Base::stdOutput ( void  )

Base::stdOutput.

Output stream for all messages.

Returns
standardOutput of the type QTextStream&.

References standardOutput.

Referenced by InterfaceSP::handleError(), InterfaceSP::handleTimeout(), InterfaceSP::readTheData(), InterfaceSP::searchAllSerialPort(), and InterfaceSP::writeTheData().

Here is the caller graph for this function:

Member Data Documentation

QTextStream Base::standardOutput
private

Output stream for all messages.

Referenced by stdOutput().


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