API Documentation
Loading...
Searching...
No Matches
FormulaDialog Class Reference

#include <FormulaDialog.h>

Inheritance diagram for FormulaDialog:
[legend]
Collaboration diagram for FormulaDialog:
[legend]

Public Member Functions

 FormulaDialog (const File &formula_file)
 
void setupForFormula (Formula &formula)
 
void setupForRoot ()
 
void pushFormula (Formula &formula)
 
void popFormula ()
 

Protected Member Functions

QSize sizeHint () const override
 
void updateFormula ()
 
void clearLayout ()
 

Protected Attributes

String m_current_category
 
Buttonm_finished_button
 
Formulam_current_formula
 
FormulaTree m_formula_tree
 
Buffer< QCustomLineEdit * > m_line_edits
 
Buffer< Button * > m_buttons
 
Buffer< Formulam_formula_stack
 
QLabel * m_formula_label
 
QLabel * m_filled_formula_label
 
QGridLayout * m_variable_layout
 

Constructor & Destructor Documentation

◆ FormulaDialog()

FormulaDialog ( const File & formula_file)

Member Function Documentation

◆ clearLayout()

void clearLayout ( )
protected

◆ popFormula()

void popFormula ( )

◆ pushFormula()

void pushFormula ( Formula & formula)

◆ setupForFormula()

void setupForFormula ( Formula & formula)

◆ setupForRoot()

void setupForRoot ( )

◆ sizeHint()

QSize sizeHint ( ) const
overrideprotected

◆ updateFormula()

void updateFormula ( )
protected

Member Data Documentation

◆ m_buttons

Buffer<Button*> m_buttons
protected

◆ m_current_category

String m_current_category
protected

◆ m_current_formula

Formula* m_current_formula
protected

◆ m_filled_formula_label

QLabel* m_filled_formula_label
protected

◆ m_finished_button

Button* m_finished_button
protected

◆ m_formula_label

QLabel* m_formula_label
protected

◆ m_formula_stack

Buffer<Formula> m_formula_stack
protected

◆ m_formula_tree

FormulaTree m_formula_tree
protected

◆ m_line_edits

Buffer<QCustomLineEdit*> m_line_edits
protected

◆ m_variable_layout

QGridLayout* m_variable_layout
protected

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