Crossfire Server, Branches 1.12  R18729
CRETreeItemArtifact.h
Go to the documentation of this file.
1 #ifndef CRETREEITEMARTIFACT_H
2 #define CRETREEITEMARTIFACT_H
3 
4 #include <QObject>
5 
6 #include "CRETreeItem.h"
7 
8 extern "C" {
9 #include "global.h"
10 }
11 
13 {
14  Q_OBJECT
15 
16  public:
18 
19  virtual QString getPanelName() const { return "Artifact"; }
20  virtual void fillPanel(QWidget* panel);
21 
22  protected:
23  const artifact* myArtifact;
24 };
25 
26 #endif // CRETREEITEMARTIFACT_H
const artifact * myArtifact
virtual void fillPanel(QWidget *panel)
CRETreeItemArtifact(const artifact *artifact)
virtual QString getPanelName() const