Crossfire Server, Branch 1.12  R12190
CRETreasurePanel.h
Go to the documentation of this file.
00001 #ifndef CRETREASUREPANEL_H
00002 #define CRETREASUREPANEL_H
00003 
00004 #include <QObject>
00005 #include <QtGui>
00006 
00007 extern "C" {
00008 #include "global.h"
00009 }
00010 
00011 class CRETreasurePanel : public QWidget
00012 {
00013     Q_OBJECT
00014 
00015     public:
00016         CRETreasurePanel();
00017 
00018         void setTreasure(const treasurelist* treasure);
00019 
00020     protected:
00021         const treasurelist* myTreasure;
00022         QTreeWidget* myUsing;
00023 };
00024 
00025 #endif // CRETREASUREPANEL_H