Documents > BPS V2 C++ API
bpstreewidgetitem.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSTREEWIDGETITEM_H
00005 #define BPSTREEWIDGETITEM_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QTreeWidgetItem>
00009 
00013 class BPSGUI_EXPORT BpsTreeWidgetItem : public QTreeWidgetItem
00014 {
00015 public:
00016     BpsTreeWidgetItem();
00017 
00044     virtual QVariant data(int aColumn, int aRole) const;
00045 
00057     virtual bool operator<(const QTreeWidgetItem& aOther) const;
00058 
00059 }; // BpsTreeWidgetItem
00060 
00061 #endif // BPSTREEWIDGETITEM_H