filters
Formula Class Reference
#include <formula.h>

Detailed Description
This class hold a formula.The formula must be generated not for this filter but from the kformula lib. So I keep only a string of the formula.
Definition at line 38 of file kspread/latex/export/formula.h.
Public Member Functions | |
Formula () | |
TAround | getRunAround () const |
double | getAroundGap () const |
TCreate | getAutoCreate () const |
TNFrame | getNewFrame () const |
TSide | getSheetSide () const |
void | getFormula (QDomNode, int) |
void | setRunAround (const int a) |
void | setAroundGap (const double r) |
void | setAutoCreate (const int a) |
void | setNewFrame (const int n) |
void | setSheetSide (const int s) |
void | analyse (const QDomNode) |
void | generate (QTextStream &) |
Formula () | |
TAround | getRunAround () const |
double | getAroundGap () const |
TCreate | getAutoCreate () const |
TNFrame | getNewFrame () const |
TSide | getSheetSide () const |
void | getFormula (QDomNode, int) |
void | setRunAround (const int a) |
void | setAroundGap (const double r) |
void | setAutoCreate (const int a) |
void | setNewFrame (const int n) |
void | setSheetSide (const int s) |
void | analyse (const QDomNode) |
void | generate (QTextStream &) |
Constructor & Destructor Documentation
Formula::Formula | ( | ) |
Constructors.
Creates a new instance of Formula.
Definition at line 35 of file kspread/latex/export/formula.cc.
Formula::Formula | ( | ) |
Constructors.
Creates a new instance of Formula.
Member Function Documentation
TAround Formula::getRunAround | ( | ) | const [inline] |
void Formula::setRunAround | ( | const int | a | ) | [inline] |
void Formula::analyse | ( | const QDomNode | balise | ) | [virtual] |
Helpfull functions.
Get informations from a markup tree and put the formula in a QString.
Reimplemented from Element.
Definition at line 51 of file kspread/latex/export/formula.cc.
void Formula::generate | ( | QTextStream & | out | ) | [virtual] |
Write the formula in a file.
Implements Element.
Definition at line 150 of file kspread/latex/export/formula.cc.
TAround Formula::getRunAround | ( | ) | const [inline] |
void Formula::setRunAround | ( | const int | a | ) | [inline] |
void Formula::analyse | ( | const | QDomNode | ) | [virtual] |
Helpfull functions.
Get informations from a markup tree and put the formula in a QString.
Reimplemented from Element.
void Formula::generate | ( | QTextStream & | ) | [virtual] |
The documentation for this class was generated from the following files: