#include <PlotSettingsDialog.h>
Inheritance diagram for PlotSettingsDialog:
Public Slots | |
void | selectColormap () |
void | adaptDataColors (const QString &) |
void | ok_clicked () |
void | apply_clicked () |
void | autoscalex () |
void | autoscaley () |
void | autoscalez () |
Public Member Functions | |
PlotSettingsDialog (MainWin *mw, const char *name) | |
class for general plot settings | |
Private Member Functions | |
bool | openColorMap (QString fn) |
Private Attributes | |
Plot * | plot |
int | type |
KLineEdit * | posx |
KLineEdit * | posy |
KLineEdit * | sizex |
KLineEdit * | sizey |
KLineEdit * | borderwidth |
KLineEdit * | baselinele |
KLineEdit * | xbaselinele |
KColorButton * | bgcolor |
KColorButton * | gbgcolor |
KLineEdit * | xmin |
KLineEdit * | xmax |
KLineEdit * | ymin |
KLineEdit * | ymax |
KLineEdit * | zmin |
KLineEdit * | zmax |
KLineEdit * | cliple |
QCheckBox * | baselinecb |
QCheckBox * | xbaselinecb |
QCheckBox * | regioncb |
QCheckBox * | transparentcb |
KLineEdit * | regionminle |
KLineEdit * | regionmaxle |
QCheckBox * | markercb |
KLineEdit * | markminxle |
KLineEdit * | markmaxxle |
KLineEdit * | markminyle |
KLineEdit * | markmaxyle |
KComboBox * | aspectcb |
KComboBox * | plotstyle |
KComboBox * | coordinatestyle |
KComboBox * | floorstyle |
KLineEdit * | isolines |
KLineEdit * | resolutionle |
QCheckBox * | disablemousecb |
|
class for general plot settings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|