#include <Dialog.h>
Inheritance diagram for Dialog:
Public Slots | |
void | setDestination (int d) |
set current destination for new functions | |
void | setFilename (QString f) |
set filename for import widget | |
void | setFilter (int f) |
set filter for importing | |
void | setSimplify (bool b=true) |
set simplify whitespaces | |
void | setEmpty (bool b=true) |
allow empty entries in data file | |
void | setImportHeader (bool b=true) |
import header from data file | |
void | setSeparator (int s) |
set separating character | |
void | setSeparator (QChar s) |
set separating character | |
void | setComment (int s) |
set comment character | |
void | setComment (QChar s) |
set comment character | |
void | setDataRange (int s, int e) |
set range for importing data | |
void | setStart (int s) |
void | setEnd (int e) |
void | setVars (int v) |
number of vars for binary data | |
void | setBinaryType (int t) |
set type for binary data | |
void | setStyle (Style *s) |
set Style | |
void | setSymbol (Symbol *s) |
set Symbol | |
Public Member Functions | |
Dialog (class MainWin *mw, const char *name) | |
QVBox * | surfaceStyle (QTabWidget *tw, bool fresh) |
used from dialogs for surface plots | |
QVBox * | simpleStyle (QTabWidget *tw, Style *style, Symbol *symbol) |
used from dialogs for simple plots | |
void | saveSimpleStyle () |
void | saveSurfaceStyle () |
Protected Slots | |
void | selectFile () |
void | fileInfo () |
void | updateFilter (int item) |
QStringList | splitLine (QString line, QString sep, bool empty) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *e) |
QVBox * | annotateValuesTab (QTabWidget *tw, Graph *graph) |
void | importWidget (QVBox *vb, QString filename, InputFilter filter) |
double | getBinaryValue (QDataStream *d, int type) |
Protected Attributes | |
QGroupBox * | vbox |
QGroupBox * | gbox |
MainWin * | mw |
Worksheet * | p |
Spreadsheet * | s |
KPushButton * | ok |
KPushButton * | apply |
KPushButton * | cancel |
KLineEdit * | filele |
KComboBox * | cb2 |
KComboBox * | pencb |
KComboBox * | brushcb |
KComboBox * | sbrushcb |
KComboBox * | symbolcb |
KComboBox * | symbolfillcb |
KColorButton * | color |
KColorButton * | fcolor |
KColorButton * | scolor |
KColorButton * | sfcolor |
QCheckBox * | filled |
KLineEdit * | boxwidthle |
KLineEdit * | ssize |
KLineEdit * | widthle |
QCheckBox * | autobox |
QCheckBox * | ccb |
QCheckBox * | dcb |
QCheckBox * | coloredcb |
QCheckBox * | meshcb |
QCheckBox * | relativecb |
KLineEdit * | numberle |
KLineEdit * | thresholdle |
KComboBox * | pcb |
KComboBox * | dbrushcb |
KColorButton * | contourcolor |
KComboBox * | typecb |
KComboBox * | positioncb |
KLineEdit * | distancele |
QCheckBox * | simplifycb |
QCheckBox * | emptycb |
QCheckBox * | headercb |
QLabel * | seplabel |
QLabel * | commlabel |
QLabel * | startlabel |
QLabel * | endlabel |
KLineEdit * | startle |
KLineEdit * | endle |
KComboBox * | filtercb |
KComboBox * | sccb |
KComboBox * | commcb |
QLabel * | varlabel |
QLabel * | binarytypelabel |
KLineEdit * | varle |
KComboBox * | binarytypecb |
KComboBox * | sheetcb |
Private Slots | |
void | styleChanged () |
any style properties changed | |
void | symbolChanged () |
any symbol properties changed | |
Private Member Functions | |
void | fillBrushBox (KComboBox *cb, SType t, QColor c, FType f, QColor s) |
void | fillSymbolBox (QColor c, FType f, QColor s, int b) |
fill the symbol combo box with all symbols | |
void | fillSymbolFillBox (SType t, QColor c, QColor s, int b) |
fill the symbol combo box with all symbols |
|
|
|
|
|
|
|
|
|
fill the symbol combo box with all symbols
|
|
fill the symbol combo box with all symbols
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in DumpDialog, ImageMagickDialog, ObjectDialog, and PstoEditDialog. |
|
set type for binary data
Reimplemented in DumpDialog. |
|
set comment character
|
|
set comment character
|
|
set range for importing data
|
|
set current destination for new functions
|
|
allow empty entries in data file
|
|
|
|
set filename for import widget
Reimplemented in DumpDialog. |
|
set filter for importing
|
|
import header from data file
|
|
set separating character
|
|
set separating character
|
|
set simplify whitespaces
|
|
|
|
set Style
|
|
set Symbol
|
|
number of vars for binary data
|
|
used from dialogs for simple plots
|
|
|
|
any style properties changed
|
|
used from dialogs for surface plots
|
|
any symbol properties changed
|
|
|
|
|
|
|
|
Reimplemented in DumpDialog. |
|
|
|
|
|
|
|
|
|
Reimplemented in AxesDialog, and LegendDialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in ImageMagickDialog, and PstoEditDialog. |
|
|
|
|
|
|
|
Reimplemented in DumpDialog. |
|
|
|
Reimplemented in ExplorerDialog, and ProjectDialog. |
|
Reimplemented in RegressionListDialog. |
|
|
|
Reimplemented in InfoDialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in PeakListDialog. |
|
Reimplemented in ImageListDialog, InterpolationListDialog, SpreadsheetPropertiesDialog, and WaveletListDialog. |
|
Reimplemented in FileInfoDialog. |
|
|
|
|
|
|