ICS

QicsTable Documentation Set

QicsDataItemFormatter Class Reference

Formatting class for QicsDataItems. More...

#include <QicsDataItemFormatter.h>

Inherits QObject.

Inherited by QicsDataItemSprintfFormatter.

List of all members.

Public Member Functions

 QicsDataItemFormatter (QObject *parent=0)
virtual ~QicsDataItemFormatter ()
virtual QString format (const QicsDataItem &itm) const =0


Detailed Description

Formatting class for QicsDataItems.

QicsDataItemFormatter is an abstract class defining the interface to a formatting object. Currently there is only one method defined for the formatter -- QicsDataItemFormater::format.


Constructor & Destructor Documentation

QicsDataItemFormatter::QicsDataItemFormatter ( QObject *  parent = 0  ) 

Constructs a formatter object.

virtual QicsDataItemFormatter::~QicsDataItemFormatter (  )  [virtual]

Destructor.


Member Function Documentation

virtual QString QicsDataItemFormatter::format ( const QicsDataItem itm  )  const [pure virtual]

Returns a formatted string representing the data item itm.

Implemented in QicsDataItemSprintfFormatter.


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

All trademarks and copyrights on this page are properties of their respective owners.
The rest is copyright ©1999-2007 Integrated Computer Solutions, Inc.