#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 () |
| void | setTicsLabelRotation (double r) |
| double | TicsLabelRotation () |
| void | setTicsLabelPrefix (QString p) |
| QString | TicsLabelPrefix () |
| void | setTicsLabelSuffix (QString s) |
| QString | TicsLabelSuffix () |
| void | setTicsFont (QFont a) |
| QFont | TicsFont () |
| void | setTicsColor (QColor col) |
| void | setTicsColor (QString col) |
| QColor | TicsColor () |
| void | setTicsLabelColor (QColor col) |
| void | setTicsLabelColor (QString col) |
| QColor | TicsLabelColor () |
| void | setTicsLabelFormat (TFormat tmp) |
| void | setTicsLabelFormat (int tmp) |
| int | TicsLabelFormat () |
| void | setDateTimeFormat (QString f) |
| QString | DateTimeFormat () |
| void | setTicsLabelPrecision (int tmp) |
| int | TicsLabelPrecision () |
| void | setTicsLabelGap (int g) |
| int | TicsLabelGap () |
| void | setMajorTics (int t) |
| int | MajorTics () |
| void | setMinorTics (int t) |
| int | MinorTics () |
| void | enableMajorTics (bool b=true) |
| void | enableMinorTics (bool b=true) |
| bool | MajorTicsEnabled () |
| bool | MinorTicsEnabled () |
| void | setTicsPos (int tp) |
| int | TicsPos () |
| void | setMajorTicsWidth (int w) |
| int | majorTicsWidth () |
| void | setMinorTicsWidth (int w) |
| int | minorTicsWidth () |
| void | setBorderColor (QColor col) |
| void | setBorderColor (QString col) |
| QColor | BorderColor () |
| void | setBorderWidth (int b) |
| int | borderWidth () |
| 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.3.6