Crossfire Server, Branches 1.12  R18729
CREFormulaePanel Class Reference

#include <CREFormulaePanel.h>

+ Inheritance diagram for CREFormulaePanel:
+ Collaboration diagram for CREFormulaePanel:

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 recipemyRecipe
 
QPushButton * myReset
 
QComboBox * mySkill
 
QLineEdit * myTitle
 
QPushButton * myValidate
 
QLineEdit * myYield
 

Detailed Description

Definition at line 12 of file CREFormulaePanel.h.

Constructor & Destructor Documentation

Member Function Documentation

void CREFormulaePanel::resetClicked ( bool  )
protectedslot

Definition at line 116 of file CREFormulaePanel.cpp.

References myRecipe, and setRecipe().

Referenced by CREFormulaePanel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void CREFormulaePanel::validateClicked ( bool  )
protectedslot

Definition at line 121 of file CREFormulaePanel.cpp.

References myArchetypes, myCauldron, myChance, myDifficulty, myExperience, myIngredients, myRecipe, mySkill, myTitle, and myYield.

Referenced by CREFormulaePanel().

+ Here is the caller graph for this function:

Field Documentation

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().


The documentation for this class was generated from the following files: