gSAFE
1.3.8
|
#include <xmlolib.h>
Inherits QDialog.
Public Slots | |
int | cf (void) |
int | closeButton (void) |
int | saveButton (void) |
Public Member Functions | |
HXmloTable (QWidget *parent, HBase *d) | |
~HXmloTable (void) | |
HXmloTable class can generate a Microsoft Excel 2003 XML table format output from HTable/HList/HPlainDataMatrix objects. If you create this class a dialog will appear which ask the file name to save. If the process is success the file can be opened with excel.
This class will generate the document according the meta data class (HTable/HList/HPlainDataMatrix) and the data will came from these class too.
or you can print a result of a query
It uses the HExcelXmlGenerator class to generate the output
HXmloTable::HXmloTable | ( | QWidget * | parent, |
HBase * | d | ||
) |
Creates a HXmloTable object
parent | the QWidget descendant parent |
d | the meta-data class |
Definition at line 385 of file xmlolib.cpp.
HXmloTable::~HXmloTable | ( | void | ) |
Destructor
Definition at line 440 of file xmlolib.cpp.