#include <Dialog.h>
Inheritance diagram for Dialog:
Public Member Functions | |
Dialog (class Worksheet *p, const char *name) | |
Protected Slots | |
void | fileInfo () |
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 |
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 * | 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 |
|
|
|
|
|
|
|
|
|
fill the symbol combo box with all symbols
|
|
fill the symbol combo box with all symbols
|
|
|
|
used from dialogs for simple plots
|
|
any style properties changed
|
|
used from dialogs for surface plots
|
|
any symbol properties changed
|
|
|
|
|
|
|
|
Reimplemented in AxesDialog, and LegendDialog. |
|
|
|
Reimplemented in GRASSDialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in ImageMagickDialog, and PstoEditDialog. |
|
|
|
|
|
|
|
Reimplemented in RegressionListDialog. |
|
|
|
Reimplemented in ArrangePlotDialog, InfoDialog, LegendDialog, ListDialog, ObjectDialog, OverlayPlotDialog, and PlotDialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in GRASSDialog, ImageListDialog, InterpolationListDialog, and SpreadsheetPropertiesDialog. |
|
|
|
|