kformula/flake

FormulaToolWidget Class Reference

A widget providing options for the FormulaTool. More...

#include <FormulaToolWidget.h>

Inheritance diagram for FormulaToolWidget:

List of all members.

Public Slots

void insertSymbol (QTableWidgetItem *item)

Public Member Functions

 FormulaToolWidget (KoFormulaTool *tool, QWidget *parent=0)
 ~FormulaToolWidget ()
void setFormulaTool (KoFormulaTool *tool)

Detailed Description

A widget providing options for the FormulaTool.

The FormulaToolOptions widget provides the combobox - listwidget combination which is used to select templates for inserting in the formula. Further the widget provides two buttons - save and load formula. For saving and loading it uses the loadOdf() and saveOdf() methods of KoFormulaShape.

Definition at line 38 of file FormulaToolWidget.h.


Constructor & Destructor Documentation

FormulaToolWidget::FormulaToolWidget ( KoFormulaTool tool,
QWidget parent = 0 
) [explicit]

Standart constructor.

Definition at line 36 of file FormulaToolWidget.cpp.

FormulaToolWidget::~FormulaToolWidget (  ) 

Standart destructor.

Definition at line 107 of file FormulaToolWidget.cpp.


Member Function Documentation

void FormulaToolWidget::insertSymbol ( QTableWidgetItem item  )  [slot]

Definition at line 117 of file FormulaToolWidget.cpp.

void FormulaToolWidget::setFormulaTool ( KoFormulaTool tool  ) 

Set the KoFormulaTool tool this options widget belongs to.

Definition at line 111 of file FormulaToolWidget.cpp.


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