My Project
|
#include <formula.h>
Public Member Functions | |
Formula (const char *text) | |
~Formula () | |
int | getId () |
QCString | getFormulaText () const |
Private Attributes | |
int | number |
QCString | form |
Formula::Formula | ( | const char * | text | ) |
Formula::~Formula | ( | ) |
Definition at line 40 of file formula.cpp.
|
inline |
Definition at line 31 of file formula.h.
References form.
Referenced by DocFormula::DocFormula(), and FormulaList::generateBitmaps().
int Formula::getId | ( | ) |
Definition at line 44 of file formula.cpp.
References number.
Referenced by DocFormula::DocFormula(), and FormulaList::generateBitmaps().
|
private |
Definition at line 35 of file formula.h.
Referenced by Formula(), and getFormulaText().
|
private |