Crossfire Server, Branches 1.12  R18729
CRETreeItemFormulae.h
Go to the documentation of this file.
1 #ifndef CRETREEITEMFORMULAE_H
2 #define CRETREEITEMFORMULAE_H
3 
4 #include <QObject>
5 #include "CRETreeItem.h"
6 
7 #include "global.h"
8 
10 {
11  Q_OBJECT
12 
13  public:
15 
16  virtual QString getPanelName() const { return "Formulae"; }
17  virtual void fillPanel(QWidget* panel);
18 
19  protected:
20  const recipe* myRecipe;
21 };
22 
23 #endif // CRETREEITEMFORMULAE_H
virtual QString getPanelName() const
CRETreeItemFormulae(const recipe *recipe)
virtual void fillPanel(QWidget *panel)