filters
Cell Class Reference
#include <cell.h>
Inheritance diagram for Cell:

Detailed Description
This class hold a cell.
Definition at line 40 of file latex/export/cell.h.
Public Member Functions | |
| Cell () | |
| Cell (long row, long col) | |
| virtual | ~Cell () |
| long | getRow () const |
| long | getCol () const |
| QString | getText () const |
| QString | getTextDataType () const |
| QString | getResult () const |
| QString | getResultDataType () const |
| void | setRow (int r) |
| void | setCol (int c) |
| void | setText (QString text) |
| void | setTextDataType (QString dt) |
| void | setResult (QString result) |
| void | setResultDataType (QString dt) |
| void | analyse (const QDomNode) |
| void | analyseText (const QDomNode) |
| void | analyseResult (const QDomNode) |
| void | generate (QTextStream &, Table *) |
Constructor & Destructor Documentation
Member Function Documentation
| void Cell::analyse | ( | const | QDomNode | ) | [virtual] |
The documentation for this class was generated from the following files:

