FormulaDocument Class Reference
The interface the elements expect from its document. More...
#include <kformulacontainer.h>
Inheritance diagram for FormulaDocument:

Public Member Functions | |
virtual void | elementRemoval (BasicElement *) |
virtual void | changed () |
virtual void | cursorHasMoved (FormulaCursor *) |
virtual void | moveOutLeft (FormulaCursor *) |
virtual void | moveOutRight (FormulaCursor *) |
virtual void | moveOutAbove (FormulaCursor *) |
virtual void | moveOutBelow (FormulaCursor *) |
virtual void | tell (const QString &) |
virtual void | insertFormula (FormulaCursor *) |
virtual void | removeFormula (FormulaCursor *) |
virtual void | baseSizeChanged (int, bool) |
virtual const SymbolTable & | getSymbolTable () const=0 |
Detailed Description
The interface the elements expect from its document.Please don't mistake this class for Document. This one represents one formula, the other one provides the context in which the formulae exist.
Definition at line 62 of file kformulacontainer.h.
The documentation for this class was generated from the following file: