Crossfire Server, Branches 1.12  R18729
CRETreeItemArchetype.h
Go to the documentation of this file.
1 #ifndef CLASS_CRE_TREEITEM_ARCHETYPE_H
2 #define CLASS_CRE_TREEITEM_ARCHETYPE_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  public:
17  virtual ~CRETreeItemArchetype();
18 
19  virtual QString getPanelName() const { return "Archetype"; }
20  virtual void fillPanel(QWidget* panel);
21 
22  protected:
24 
25 };
26 
27 #endif // CLASS_CRE_TREEITEM_ARCHETYPE_H
Definition: object.h:321
virtual QString getPanelName() const
virtual void fillPanel(QWidget *panel)
CRETreeItemArchetype(const archt *archetype)