![]() |
MAK Data Logger API Documentation for DIS
|
Inheritance diagram for MAKLogger::DtLgrExportDialog:
Collaboration diagram for MAKLogger::DtLgrExportDialog:Public Member Functions | |
| DtLgrExportDialog (QWidget *parent) | |
| virtual | ~DtLgrExportDialog () |
| virtual QString | getDestination () const =0 |
| Get the destination. More... | |
| virtual bool | deleteAfterClose () const |
| Get whether it is safe to delete a dialog once it has been closed. More... | |
| MAKLogger::DtLgrExportDialog::DtLgrExportDialog | ( | QWidget * | parent | ) |
|
virtual |
|
virtual |
Get whether it is safe to delete a dialog once it has been closed.
Default the return value is true.
Reimplemented in MAKLogger::DtLgrSqlExportDialog.
|
pure virtual |
Get the destination.
Implemented in MAKLogger::DtLgrSqlExportDialog, and MAKLogger::DtLgrRecordMultipleFilesDialog.