gSAFE
1.3.8
|
#include <guilib.h>
Inherits QDialog.
Public Member Functions | |
HPlainDMD (QWidget *parent, HBase *d, bool htmlmode=false) | |
~HPlainDMD (void) | |
HDispPlainDataMatrix * | getHDispPlainDataMatrix (void) |
A dialog box class which contains a HDispPlainDataMatrix class. Use this class if you would like to show a HPlainDataMatrix in a popupped dialog.
This dialog can save the data to Excel XML format, can generate html form of the data which can be saved or opened in an outer editor( eg OpenOffice)
A screenshot of this dialog with a HPlainDatamatrix (This dialog will appear) :
If the html export is enabled the dialog will show this:
This code below shows the way to show the dialog above.
HPlainDMD::HPlainDMD | ( | QWidget * | parent, |
HBase * | d, | ||
bool | htmlmode = false |
||
) |
Creates a HPlainDMD See the parameters of HDispPlainDataMatrix::HDispPlainDataMatrix()
Definition at line 2318 of file guilib.cpp.
HPlainDMD::~HPlainDMD | ( | void | ) |
Destructor
Definition at line 2341 of file guilib.cpp.
|
inline |
Returns the HDispPlainDataMatrix object working inside