#include <ExportDialog.h>
Inheritance diagram for ExportDialog:
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 v) |
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 v) |
set audio sample rate | |
void | setBinaryType (int t) |
set binary type | |
void | setHDF5Datatype (int t) |
set hdf5 data type | |
int | Apply () |
Public Member Functions | |
ExportDialog (MainWin *mw, const char *name, int item) | |
Private Slots | |
void | ok_clicked () |
void | saveSettings () |
int | apply_clicked () |
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 () |
void | dumpHDF5 (QString filename) |
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 |
QCheckBox * | hdf5allcb |
KComboBox * | binarytypecb |
KComboBox * | hdf5datatypecb |
KComboBox * | hdf5ordercb |
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 hdf5 data type
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|