|
Public Slots |
void | setDestination (int v) |
| set current destination for new functions
|
void | setFilename (QString v) |
| set filename for import widget
|
void | setFilter (int v) |
| 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 | setSameXColumn (bool b=true) |
| import x column from first file only
|
void | setSeparator (int v) |
| set separating character
|
void | setSeparator (QChar v) |
| set separating character
|
void | setComment (int v) |
| set comment character
|
void | setComment (QChar v) |
| set comment character
|
void | setDataRange (int v, int e) |
| set range for importing data
|
void | setStart (int v) |
void | setEnd (int v) |
void | setVars (int v) |
| number of vars for binary data
|
void | setBinaryType (int t) |
| set type for binary data
|
void | setByteOrder (int b) |
| set byte order of 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 () |
void | saveErrorbarSettings () |
Protected Slots |
void | updateFileInfo () |
void | selectFile () |
void | fileInfo () |
void | selectColormap () |
void | adaptDataColors (const QString &) |
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) |
QVBox * | errorbarTab (QTabWidget *tw, Symbol *symbol) |
void | importWidget (QVBox *vb, QString filename, InputFilter filter) |
void | saveImportSettings () |
double | getBinaryValue (QDataStream *d, BinaryType type) |
bool | openColorMap (QString fn) |
void | fillBrushBox (KComboBox *cb, SType t, QColor c, FType f, QColor s) |
Protected Attributes |
QGroupBox * | vbox |
QGroupBox * | gbox |
MainWin * | mw |
Worksheet * | p |
Spreadsheet * | s |
KPushButton * | ok |
KPushButton * | apply |
KPushButton * | save |
KPushButton * | cancel |
KLineEdit * | filele |
QLabel * | fileinfo |
KComboBox * | cb2 |
KComboBox * | pencb |
KComboBox * | brushcb |
KComboBox * | sbrushcb |
KComboBox * | symbolcb |
KComboBox * | symbolfillcb |
KColorButton * | color |
KColorButton * | fcolor |
KColorButton * | scolor |
KColorButton * | sfcolor |
QCheckBox * | filled |
QCheckBox * | sortpointscb |
KIntNumInput * | boxwidth |
KIntNumInput * | width |
KIntNumInput * | ssize |
QCheckBox * | autobox |
QCheckBox * | ccb |
QCheckBox * | dcb |
QCheckBox * | coloredcb |
QCheckBox * | meshcb |
QCheckBox * | relativecb |
KLineEdit * | numberle |
KLineEdit * | thresholdle |
KComboBox * | dbrushcb |
KColorButton * | contourcolor |
KLineEdit * | contourwidthle |
KComboBox * | typecb |
KComboBox * | positioncb |
KIntNumInput * | distance |
KColorButton * | ebarcolor |
KColorButton * | ebarbcolor |
KIntNumInput * | ebarxsize |
KIntNumInput * | ebarysize |
KIntNumInput * | ebarwidth |
KIntNumInput * | ebarbwidth |
KComboBox * | ebarstylecb |
KComboBox * | ebarbstylecb |
KComboBox * | ebarxtypecb |
KComboBox * | ebarytypecb |
QCheckBox * | simplifycb |
QCheckBox * | emptycb |
QCheckBox * | headercb |
QCheckBox * | samexcb |
QLabel * | seplabel |
QLabel * | commlabel |
QLabel * | startlabel |
QLabel * | endlabel |
KLineEdit * | startle |
KLineEdit * | endle |
KComboBox * | filtercb |
KComboBox * | sccb |
KComboBox * | commcb |
QLabel * | varlabel |
QLabel * | binarytypelabel |
QLabel * | byteorderlabel |
KComboBox * | binarytypecb |
KComboBox * | byteordercb |
KLineEdit * | varle |
KComboBox * | sheetcb |
Private Slots |
void | styleChanged () |
| any style properties changed
|
void | symbolChanged () |
| any symbol properties changed
|
Private Member Functions |
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
|