|
Public Member Functions |
| Dialog (class Worksheet *p, const char *name) |
Protected Member Functions |
void | resizeEvent (QResizeEvent *e) |
QVBox * | surfaceStyle (QTabWidget *tw) |
| used from dialogs for surface plots
|
QVBox * | simpleStyle (QTabWidget *tw, Graph *graph, Style *style, Symbol *symbol) |
| used from dialogs for simple plots
|
QVBox * | annotateValuesTab (QTabWidget *tw, Graph *graph) |
Protected Attributes |
QGroupBox * | vbox |
QGroupBox * | gbox |
Worksheet * | p |
KPushButton * | ok |
KPushButton * | apply |
KPushButton * | cancel |
KComboBox * | cb2 |
KComboBox * | pencb |
KComboBox * | brushcb |
KComboBox * | sbrushcb |
KComboBox * | symbolcb |
KComboBox * | symbolfillcb |
KColorButton * | color |
KColorButton * | fcolor |
KColorButton * | scolor |
KColorButton * | sfcolor |
QCheckBox * | filled |
KLineEdit * | ssize |
KLineEdit * | widthle |
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 |
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
|