kchart

KDChartTableDataWrapper.h

00001 #ifndef KDCHARTTABLEDATAWRAPPER_H
00002 #define KDCHARTTABLEDATAWRAPPER_H
00003 #include <qobject.h>
00004 #include <KDChartTable.h>
00005 class KDChartData;
00006 
00007 class KDChartTableDataWrapper :public QObject
00008 {
00009     Q_OBJECT
00010 public:
00011     KDChartTableDataWrapper( KDChartTableData* );
00012 public slots:
00013 /*
00014     QVariant cell( uint _row, uint _col );
00015     void setCell( uint _row, uint _col,
00016                   const QVariant& _value1,
00017                   const QVariant& _value2=QVariant() );
00018     void setCell( uint _row, uint _col, double _element );
00019 
00020     // PENDING(blackie) This one do not work, due to QSA bug regarding function overloading.
00021     void setCell( uint _row, uint _col, QString _element );
00022 */
00023 private:
00024     KDChartTableData* _data;
00025 };
00026 
00027 
00028 #endif /* KDCHARTTABLEDATAWRAPPER_H */
00029 
KDE Home | KDE Accessibility Home | Description of Access Keys