#include <CREFormulaePanel.h>

Public Member Functions | |
| CREFormulaePanel () | |
| void | setRecipe (const recipe *recipe) |
Protected Slots | |
| void | resetClicked (bool) |
| void | validateClicked (bool) |
Protected Attributes | |
| const recipe * | myRecipe |
| QLineEdit * | myTitle |
| QLineEdit * | myYield |
| QLineEdit * | myChance |
| QLineEdit * | myExperience |
| QLineEdit * | myDifficulty |
| QComboBox * | mySkill |
| QComboBox * | myCauldron |
| QTreeWidget * | myArchetypes |
| QTextEdit * | myIngredients |
| QPushButton * | myValidate |
| QPushButton * | myReset |
Definition at line 12 of file CREFormulaePanel.h.
| CREFormulaePanel | ( | ) |
| void resetClicked | ( | bool | ) | [protected, slot] |
Definition at line 116 of file CREFormulaePanel.cpp.


| void setRecipe | ( | const recipe * | recipe | ) |
Definition at line 78 of file CREFormulaePanel.cpp.


| void validateClicked | ( | bool | ) | [protected, slot] |
QTreeWidget* myArchetypes [protected] |
Definition at line 30 of file CREFormulaePanel.h.
QComboBox* myCauldron [protected] |
Definition at line 29 of file CREFormulaePanel.h.
QLineEdit* myChance [protected] |
Definition at line 25 of file CREFormulaePanel.h.
QLineEdit* myDifficulty [protected] |
Definition at line 27 of file CREFormulaePanel.h.
QLineEdit* myExperience [protected] |
Definition at line 26 of file CREFormulaePanel.h.
QTextEdit* myIngredients [protected] |
Definition at line 31 of file CREFormulaePanel.h.
Definition at line 22 of file CREFormulaePanel.h.
QPushButton* myReset [protected] |
Definition at line 33 of file CREFormulaePanel.h.
QComboBox* mySkill [protected] |
Definition at line 28 of file CREFormulaePanel.h.
QLineEdit* myTitle [protected] |
Definition at line 23 of file CREFormulaePanel.h.
QPushButton* myValidate [protected] |
Definition at line 32 of file CREFormulaePanel.h.
QLineEdit* myYield [protected] |
Definition at line 24 of file CREFormulaePanel.h.
1.5.8