#include <WrapperFactory.h>
Public Slots | |
| void | Enable (bool b=true) |
| bool | Enabled () |
| void | setScale (TScale s) |
| void | setScale (int s) |
| int | Scale () |
| void | setLabel (Label *label) |
| void | setScaling (double s) |
| double | Scaling () |
| void | setShift (double s) |
| double | Shift () |
| Label * | getLabel () |
| Label * | label () |
| bool | tickType () |
| void | setTickType (bool t) |
| bool | tickLabelEnabled () |
| void | enableTickLabel (bool e=true) |
| void | setTickLabelRotation (double r) |
| double | TickLabelRotation () |
| void | setTickLabelPrefix (QString p) |
| QString | TickLabelPrefix () |
| void | setTickLabelSuffix (QString s) |
| QString | TickLabelSuffix () |
| void | setTickLabelFont (QFont a) |
| QFont | TickLabelFont () |
| void | setTickColor (QColor col) |
| void | setTickColor (QString col) |
| QColor | TickColor () |
| void | setTickLabelColor (QColor col) |
| void | setTickLabelColor (QString col) |
| QColor | TickLabelColor () |
| void | setTickLabelFormat (TFormat tmp) |
| void | setTickLabelFormat (int tmp) |
| int | TickLabelFormat () |
| void | setDateTimeFormat (QString f) |
| QString | DateTimeFormat () |
| void | setTickLabelPrecision (int tmp) |
| int | TickLabelPrecision () |
| void | setTickLabelPosition (int g) |
| int | TickLabelPosition () |
| void | setMajorTicks (int t) |
| double | MajorTicks () |
| void | setMinorTicks (int t) |
| double | MinorTicks () |
| void | enableMajorTicks (bool b=true) |
| void | enableMinorTicks (bool b=true) |
| bool | MajorTicksEnabled () |
| bool | MinorTicksEnabled () |
| void | setTickPos (int tp) |
| int | TickPos () |
| void | setMajorTickWidth (int w) |
| int | majorTickWidth () |
| void | setMinorTickWidth (int w) |
| int | minorTickWidth () |
| double | majorTickLength () |
| void | setMajorTickLength (double l) |
| double | minorTickLength () |
| void | setMinorTickLength (double l) |
| bool | BorderEnabled () |
| void | enableBorder (bool b=true) |
| void | setBorderColor (QColor col) |
| void | setBorderColor (QString col) |
| QColor | BorderColor () |
| void | setBorderWidth (int b) |
| int | borderWidth () |
| bool | MajorGridEnabled () |
| void | enableMajorGrid (bool b=true) |
| bool | MinorGridEnabled () |
| void | enableMinorGrid (bool b=true) |
| void | setMajorGridColor (QColor c) |
| void | setMajorGridColor (QString c) |
| QColor | majorGridColor () |
| void | setMinorGridColor (QColor c) |
| void | setMinorGridColor (QString c) |
| QColor | minorGridColor () |
| void | setMajorGridType (Qt::PenStyle t) |
| Qt::PenStyle | MajorGridType () |
| void | setMinorGridType (Qt::PenStyle t) |
| Qt::PenStyle | MinorGridType () |
| void | setMajorGridWidth (int w) |
| int | majorGridWidth () |
| void | setMinorGridWidth (int w) |
| int | minorGridWidth () |
Public Member Functions | |
| AxisWrapper (Axis *v) | |
Private Attributes | |
| Axis * | v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4