#include <DataDialog.h>
Inheritance diagram for DataDialog:
Public Slots | |
void | selectFile () |
void | applyStyle () |
void | setLabel () |
Public Member Functions | |
DataDialog (Worksheet *p, const char *name, class ListDialog *l, int item, PType newtype) | |
Private Slots | |
void | checkData () |
void | updateRead () |
update readline and label when changing "read as" | |
int | addData () |
read data file | |
int | agree () |
void | ok_clicked () |
Private Member Functions | |
double | getValue (FilterAUDIOFILE auf, int var, int i, double *data, int startRow) |
Private Attributes | |
MainWin * | mw |
PType | type |
QLabel * | readx |
QLabel * | ready |
QLabel * | readz |
QLabel * | readt |
KLineEdit * | readxle |
KLineEdit * | readyle |
KLineEdit * | readzle |
KLineEdit * | readtle |
KLineEdit * | labelle |
KComboBox * | interpretxcb |
KComboBox * | interpretycb |
KComboBox * | interpretzcb |
KComboBox * | interprettcb |
KComboBox * | cbi |
QCheckBox * | reread |
KLineEdit * | readsc |
KLineEdit * | commle |
KLineEdit * | startrow |
KLineEdit * | endrow |
ListDialog * | l |
int | item |
Graph * | graph |
|
|
|
read data file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update readline and label when changing "read as"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|