#include <DumpDialog.h>
Inheritance diagram for DumpDialog:

Public Slots | |
| void | selectFile () |
| void | setFilename (QString fn) |
| set filename | |
| void | exportHeader (bool b=true) |
| export header | |
| void | setStartRow (int row) |
| set start row | |
| void | setEndRow (int row) |
| set end row | |
| void | setFileType (int t) |
| set file type to export | |
| void | setSeparator (QString s) |
| set separating character | |
| void | setImageFormat (int i) |
| set image format | |
| void | setImageFormat (QString f) |
| set image format | |
| void | setCDFCompression (int c) |
| set cdf file compression | |
| void | setCDFEncoding (int c) |
| set cdf file compression | |
| void | setAudioFormat (int f) |
| set audio format | |
| void | setSampleRate (int s) |
| set audio sample rate | |
| void | setBinaryType (int t) |
| set binary type | |
| void | ok_clicked () |
| int | apply_clicked () |
Public Member Functions | |
| DumpDialog (MainWin *mw, const char *name, int item) | |
Private Slots | |
| void | updateOptions (int item) |
| update options when changing exported format | |
| void | updateAudioFormat (int) |
| void | updateImageFormat (int) |
| void | wizardKexiDB (const QString &name) |
| void | finishKexiDB () |
Private Member Functions | |
| void | dumpASCII (QTextStream *t, QString sep) |
| void | dumpCDF (QString filename) |
| void | dumpNETCDF (QString filename) |
| void | dumpAUDIOFILE (QString filename) |
| void | dumpIMAGE (QString filename) |
| void | dumpBINARY (QDataStream *d) |
| void | dumpKexiDB () |
Private Attributes | |
| Plot * | plot |
| int | item |
| KLineEdit * | startrow |
| KLineEdit * | endrow |
| KLineEdit * | samplele |
| QLabel * | slabel |
| QLabel * | flabel |
| QLabel * | cdfcomlabel |
| QLabel * | cdfenclabel |
| QLabel * | audioformatlabel |
| QLabel * | samplelabel |
| KComboBox * | sc |
| KComboBox * | ic |
| KComboBox * | exportcb |
| KComboBox * | cdfcomcb |
| KComboBox * | cdfenccb |
| KComboBox * | audioformatcb |
| QCheckBox * | imagecb |
| QCheckBox * | compresscb |
| QCheckBox * | headercb |
| KComboBox * | binarytypecb |
| FilterKexiDB * | kexi |
| KComboBox * | driver |
| KComboBox * | databases |
| KComboBox * | tables |
| QLabel * | connectionlabel |
| QLabel * | tablelabel |
| KLineEdit * | host |
| KLineEdit * | user |
| KLineEdit * | password |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export header
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
set audio format
|
|
|
set binary type
Reimplemented from Dialog. |
|
|
set cdf file compression
|
|
|
set cdf file compression
|
|
|
set end row
|
|
|
set filename
Reimplemented from Dialog. |
|
|
set file type to export
|
|
|
set image format
|
|
|
set image format
|
|
|
set audio sample rate
|
|
|
set separating character
|
|
|
set start row
|
|
|
|
|
|
|
|
|
update options when changing exported format
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6