filters
Formula Class Reference
#include <formula.h>
Inheritance diagram for Formula:

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 () | |
virtual | ~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 () | |
virtual | ~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
|
Constructors. Creates a new instance of Formula. Definition at line 35 of file kspread/latex/export/formula.cc. |
|
Constructors. Creates a new instance of Formula. |
Member Function Documentation
|
Get informations from a markup tree and put the formula in a QString.
Reimplemented from Element. |
|
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. |
|
Write the formula in a file.
Implements Element. |
|
Write the formula in a file.
Implements Element. Definition at line 150 of file kspread/latex/export/formula.cc. |
|
Accessors.
Definition at line 75 of file kword/latex/export/formula.h. |
|
Accessors.
Definition at line 75 of file kspread/latex/export/formula.h. |
|
Modifiers.
Definition at line 86 of file kword/latex/export/formula.h. |
|
Modifiers.
Definition at line 86 of file kspread/latex/export/formula.h. |
The documentation for this class was generated from the following files: