#include <ExportStateTable.h>
Inheritance diagram for ExportStateTable::
Public Methods | |
ExportStateTable (TableBuilder *) | |
Constructor. | |
void | doExport () |
Writes all the relevant data into the tdf file. | |
QString | fileFilter () |
Returns the appropriate filter string for the file dialog. | |
Private Methods | |
void | writeMain () |
Writes the main part to the output stream. | |
Private Attributes | |
TableBuilder * | tablebuilder |
Pointer of the 'table builder' to use. |