#include <AxesDialog.h>
Inheritance diagram for AxesDialog:
Public Slots | |
void | selectTicsFont () |
void | updateAxis () |
update the selected axis | |
void | update_timeformat () |
called when axis tic format is changed : update format line edit & ranges | |
void | updateScale (int i) |
update values if scale changed | |
void | axisEnabled (bool on) |
void | ok_clicked () |
void | apply_clicked () |
Public Member Functions | |
AxesDialog (MainWin *mw, const char *name, int axesnr) | |
Dialog for manipulating the Axis of an 2D or 3D Plot. | |
Private Attributes | |
Plot * | plot |
Axis * | axis [12] |
int | type |
RichTextWidget * | rtw |
KLineEdit * | scaling |
KLineEdit * | shift |
KLineEdit * | ticsfont |
KLineEdit * | min |
KLineEdit * | max |
KLineEdit * | major |
KLineEdit * | minor |
KLineEdit * | tlple |
KLineEdit * | tlgle |
KLineEdit * | tlprefix |
KLineEdit * | tlsuffix |
KLineEdit * | timeformat |
KLineEdit * | tlrotation |
KListBox * | axeslb |
QCheckBox * | cb |
QCheckBox * | cb2 |
QCheckBox * | cb3 |
QCheckBox * | cb4 |
QCheckBox * | cb5 |
QCheckBox * | cb6 |
KLineEdit * | majorticswidthle |
KLineEdit * | minorticswidthle |
KLineEdit * | borderwidthle |
KLineEdit * | majorgridwidthle |
KLineEdit * | minorgridwidthle |
KLineEdit * | majorticslengthle |
KLineEdit * | minorticslengthle |
KColorButton * | tcb |
KColorButton * | tlcb |
KColorButton * | gcb |
KColorButton * | bcb |
KComboBox * | atlfcb |
KComboBox * | ascb |
KComboBox * | ticsposcb |
QFont | tf |
KComboBox * | majorgridstylecb |
KComboBox * | minorgridstylecb |
KColorButton * | majorgridcolorcb |
KColorButton * | minorgridcolorcb |
|
Dialog for manipulating the Axis of an 2D or 3D Plot.
|
|
|
|
|
|
|
|
|
|
called when axis tic format is changed : update format line edit & ranges
|
|
update the selected axis
|
|
update values if scale changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|