src/stats/statsdelegate.h

Go to the documentation of this file.
00001 #ifndef STATSDELEGATE_H
00002 #define STATSDELEGATE_H
00003 
00010 #include <QItemDelegate>
00011 
00016 class StatsDelegate : public QItemDelegate
00017 {
00018     Q_OBJECT;
00019 
00020 public:
00021     StatsDelegate(QObject *parent);
00022 
00023 public slots:
00024     void onCustomContextMenuRequested(const QPoint & pos);
00025     void onCommandSent(QStringList);
00026 };
00027 
00028 #endif // STATSDELEGATE_H

Generated on Mon Mar 16 18:46:05 2009 for QCJM by  doxygen 1.5.4