#include <DumpDialog.h>
Inheritance diagram for DumpDialog:
Public Slots | |
void | selectFile () |
void | ok_clicked () |
int | apply_clicked () |
Public Member Functions | |
DumpDialog (class MainWin *mw, const char *name, int item) | |
Private Slots | |
void | updateOptions (int item) |
update options when changing exported format | |
void | updateAudioFormat (int item) |
void | updateImageFormat (int item) |
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) |
Private Attributes | |
MainWin * | mw |
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update options when changing exported format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|