/**************************************************************************** ** $RCSfile: spread_curr_fmt_h.html,v $ $Date: 2008/06/23 16:32:07 $ ** ** Copyright ( C ) 2002-2003 Integrated Computer Solutions, Inc. ** All rights reserved. ** ** This file is part of an example program for QicsTable. This example ** program may be used, distributed and modified without limitation. ** *****************************************************************************/ #ifndef _QICSDATAITEMCURRENCYFORMATTER_H #define _QICSDATAITEMCURRENCYFORMATTER_H #include <QicsDataItemFormatter.h> class QicsDataItemCurrencyFormatter : public QicsDataItemFormatter { public: QicsDataItemCurrencyFormatter(); virtual QString format(const QicsDataItem &itm) const; }; #endif /* _QICSDATAITEMCURRENCYFORMATTER_H */