#include <AxesDialog.h>
Inheritance diagram for AxesDialog:
Public Slots | |
void | selectTicsFont () |
void | setTicsColor (const QColor &color) |
void | setTicsLabelColor (const QColor &color) |
void | setGridColor (const QColor &color) |
void | setBorderColor (const QColor &color) |
void | updateAxis () |
update the selected axis | |
void | update_timeformat () |
enable timeformat lineedit if time selected | |
void | updateScale (int i) |
update values if scale changed | |
void | axisEnabled (bool on) |
void | ok_clicked () |
void | apply_clicked () |
Public Member Functions | |
AxesDialog (Worksheet *p, const char *name, int axesnr) | |
Dialog for manipulating the Axis of an 2D or 3D Plot. | |
Private Attributes | |
Plot * | plot |
int | type |
RichTextWidget * | rtw |
KLineEdit * | scaling |
KLineEdit * | shift |
KLineEdit * | ticsfont |
KLineEdit * | min |
KLineEdit * | max |
KLineEdit * | major |
KLineEdit * | minor |
KLineEdit * | tlple |
KLineEdit * | tlprefix |
KLineEdit * | tlsuffix |
KLineEdit * | timeformat |
KLineEdit * | tlrotation |
KListBox * | axeslb |
QCheckBox * | cb |
QCheckBox * | cb2 |
QCheckBox * | cb3 |
QCheckBox * | cb4 |
QCheckBox * | cb5 |
QCheckBox * | cb6 |
KColorButton * | tcb |
KColorButton * | tlcb |
KColorButton * | gcb |
KColorButton * | bcb |
KComboBox * | atlfcb |
KComboBox * | ascb |
KComboBox * | ticsposcb |
QFont | tf |
QColor | tc |
QColor | tlc |
QColor | gc |
QColor | bc |
Axis * | axis [12] |
|
Dialog for manipulating the Axis of an 2D or 3D Plot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enable timeformat lineedit if time selected
|
|
update the selected axis
|
|
update values if scale changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|