Crossfire Server, Branches 1.12  R18729
CRETreeItemArtifact.cpp
Go to the documentation of this file.
1 #include <Qt>
2 
3 extern "C" {
4 #include "global.h"
5 #include "artifact.h"
6 }
7 
8 #include "CREArtifactPanel.h"
9 #include "CRETreeItemArtifact.h"
10 #include "CREUtils.h"
11 
13 {
15 }
16 
17 void CRETreeItemArtifact::fillPanel(QWidget* panel)
18 {
19  CREArtifactPanel* p = static_cast<CREArtifactPanel*>(panel);
21 }
const artifact * myArtifact
virtual void fillPanel(QWidget *panel)
CRETreeItemArtifact(const artifact *artifact)
struct artifactstruct artifact
void setArtifact(const artifact *artifact)