Crossfire Server, Branches 1.12  R18729
CRETreasurePanel.h
Go to the documentation of this file.
1 #ifndef CRETREASUREPANEL_H
2 #define CRETREASUREPANEL_H
3 
4 #include <QObject>
5 #include <QtGui>
6 
7 extern "C" {
8 #include "global.h"
9 }
10 
11 class CRETreasurePanel : public QWidget
12 {
13  Q_OBJECT
14 
15  public:
17 
18  void setTreasure(const treasurelist* treasure);
19 
20  protected:
22  QTreeWidget* myUsing;
23 };
24 
25 #endif // CRETREASUREPANEL_H
QTreeWidget * myUsing
const treasurelist * myTreasure
void setTreasure(const treasurelist *treasure)