|
Crossfire Server, Branch 1.12
R12190
|
#include <CREFormulaePanel.h>

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

| void CREFormulaePanel::resetClicked | ( | bool | ) | [protected, slot] |
Definition at line 116 of file CREFormulaePanel.cpp.
References myRecipe, and setRecipe().
Referenced by CREFormulaePanel().


| void CREFormulaePanel::setRecipe | ( | const recipe * | recipe | ) |
Definition at line 78 of file CREFormulaePanel.cpp.
References recipestruct::arch_name, recipestruct::arch_names, CREUtils::archetypeNode(), recipestruct::cauldron, recipestruct::chance, recipestruct::diff, recipestruct::exp, find_archetype(), recipestruct::ingred, myArchetypes, myCauldron, myChance, myDifficulty, myExperience, myIngredients, myRecipe, mySkill, myTitle, myYield, linked_char::next, recipestruct::skill, recipestruct::title, and recipestruct::yield.
Referenced by CRETreeItemFormulae::fillPanel(), and resetClicked().


| void CREFormulaePanel::validateClicked | ( | bool | ) | [protected, slot] |
Definition at line 121 of file CREFormulaePanel.cpp.
References myArchetypes, myCauldron, myChance, myDifficulty, myExperience, myIngredients, myRecipe, mySkill, myTitle, and myYield.
Referenced by CREFormulaePanel().

QTreeWidget* CREFormulaePanel::myArchetypes [protected] |
Definition at line 30 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QComboBox* CREFormulaePanel::myCauldron [protected] |
Definition at line 29 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QLineEdit* CREFormulaePanel::myChance [protected] |
Definition at line 25 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QLineEdit* CREFormulaePanel::myDifficulty [protected] |
Definition at line 27 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QLineEdit* CREFormulaePanel::myExperience [protected] |
Definition at line 26 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QTextEdit* CREFormulaePanel::myIngredients [protected] |
Definition at line 31 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
const recipe* CREFormulaePanel::myRecipe [protected] |
Definition at line 22 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), resetClicked(), setRecipe(), and validateClicked().
QPushButton* CREFormulaePanel::myReset [protected] |
Definition at line 33 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel().
QComboBox* CREFormulaePanel::mySkill [protected] |
Definition at line 28 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QLineEdit* CREFormulaePanel::myTitle [protected] |
Definition at line 23 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
QPushButton* CREFormulaePanel::myValidate [protected] |
Definition at line 32 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel().
QLineEdit* CREFormulaePanel::myYield [protected] |
Definition at line 24 of file CREFormulaePanel.h.
Referenced by CREFormulaePanel(), setRecipe(), and validateClicked().
1.7.6.1