|
rock_widget_collection
0.1
|
Manages a single axis inside a QCustomPlot. More...
#include <qcustomplot.h>
Inherits QObject.
Public Types | |
| enum | AxisType { ATLeft, ATRight, ATTop, ATBottom } |
| enum | LabelType { LTNumber, LTDateTime } |
| enum | ScaleType { STLinear, STLogarithmic } |
Public Slots | |
| QCustomPlot * | parentPlot () const |
| AxisType | axisType () const |
| QRect | axisRect () const |
| ScaleType | scaleType () const |
| double | scaleLogBase () const |
| const QCPRange | range () const |
| bool | rangeReversed () const |
| bool | visible () const |
| bool | grid () const |
| bool | subGrid () const |
| bool | autoTicks () const |
| int | autoTickCount () const |
| bool | autoTickLabels () const |
| bool | autoTickStep () const |
| bool | autoSubTicks () const |
| bool | ticks () const |
| bool | tickLabels () const |
| int | tickLabelPadding () const |
| LabelType | tickLabelType () const |
| QFont | tickLabelFont () const |
| double | tickLabelRotation () const |
| QString | dateTimeFormat () const |
| QString | numberFormat () const |
| int | numberPrecision () const |
| double | tickStep () const |
| QVector< double > * | tickVector () const |
| QVector< QString > * | tickVectorLabels () const |
| int | tickLengthIn () const |
| int | tickLengthOut () const |
| int | subTickCount () const |
| int | subTickLengthIn () const |
| int | subTickLengthOut () const |
| QPen | basePen () const |
| QPen | gridPen () const |
| QPen | subGridPen () const |
| QPen | zeroLinePen () const |
| QPen | tickPen () const |
| QPen | subTickPen () const |
| QFont | labelFont () const |
| QString | label () const |
| int | labelPadding () const |
| int | padding () const |
| void | setScaleType (ScaleType type) |
| void | setScaleLogBase (double base) |
| void | setRange (double lower, double upper) |
| void | setRange (double position, double size, Qt::AlignmentFlag alignment) |
| void | setRangeLower (double lower) |
| void | setRangeUpper (double upper) |
| void | setRangeReversed (bool reversed) |
| void | setVisible (bool on) |
| void | setGrid (bool show) |
| void | setSubGrid (bool show) |
| void | setAutoTicks (bool on) |
| void | setAutoTickCount (int approximateCount) |
| void | setAutoTickLabels (bool on) |
| void | setAutoTickStep (bool on) |
| void | setAutoSubTicks (bool on) |
| void | setTicks (bool show) |
| void | setTickLabels (bool show) |
| void | setTickLabelPadding (int padding) |
| void | setTickLabelType (LabelType type) |
| void | setTickLabelFont (const QFont &font) |
| void | setTickLabelRotation (double degrees) |
| void | setDateTimeFormat (const QString &format) |
| void | setNumberFormat (const QString &formatCode) |
| void | setNumberPrecision (int precision) |
| void | setTickStep (double step) |
| void | setTickVector (QVector< double > *vec, bool copy=false) |
| void | setTickVectorLabels (QVector< QString > *vec, bool copy=false) |
| void | setTickLength (int inside, int outside=0) |
| void | setSubTickCount (int count) |
| void | setSubTickLength (int inside, int outside=0) |
| void | setBasePen (const QPen &pen) |
| void | setGridPen (const QPen &pen) |
| void | setSubGridPen (const QPen &pen) |
| void | setZeroLinePen (const QPen &pen) |
| void | setTickPen (const QPen &pen) |
| void | setSubTickPen (const QPen &pen) |
| void | setLabelFont (const QFont &font) |
| void | setLabel (const QString &str) |
| void | setLabelPadding (int padding) |
| void | setPadding (int padding) |
| Qt::Orientation | orientation () const |
| void | moveRange (double diff) |
| void | scaleRange (double factor, double center) |
| void | setScaleRatio (const QCPAxis *otherAxis, double ratio=1.0) |
| double | pixelToCoord (double value) const |
| double | coordToPixel (double value) const |
| void | setRange (const QCPRange &range) |
Signals | |
| void | ticksRequest () |
| void | rangeChanged (const QCPRange &newRange) |
Public Member Functions | |
| QCPAxis (QCustomPlot *parentPlot, AxisType type) | |
| virtual | ~QCPAxis () |
Protected Member Functions | |
| void | setAxisType (AxisType type) |
| void | setAxisRect (const QRect &rect) |
| virtual void | generateTickVectors () |
| virtual void | generateAutoTicks () |
| virtual int | calculateAutoSubTickCount (double tickStep) const |
| virtual int | calculateMargin () const |
| virtual void | drawGrid (QPainter *painter) |
| virtual void | drawSubGrid (QPainter *painter) |
| virtual void | drawAxis (QPainter *painter) |
| virtual void | drawTickLabel (QPainter *painter, double position, int distanceToAxis, const QString &text, QSize *tickLabelsSize) |
| virtual void | getMaxTickLabelSize (const QFont &font, const QString &text, QSize *tickLabelsSize) const |
| void | visibleTickBounds (int &lowIndex, int &highIndex) const |
| double | baseLog (double value) const |
| double | basePow (double value) const |
Friends | |
| class | QCustomPlot |
Manages a single axis inside a QCustomPlot.
Usually doesn't need to be instantiated externally. Access QCustomPlot's axes via QCustomPlot::xAxis (bottom), QCustomPlot::yAxis (left), QCustomPlot::xAxis2 (top) and QCustomPlot::yAxis2 (right).
Definition at line 667 of file qcustomplot.h.
| enum QCPAxis::AxisType |
Defines at which side of the axis rect the axis will appear. This also affects how the tick marks are drawn, on which side the labels are placed etc.
| Enumerator | |
|---|---|
| ATLeft |
Axis is vertical and on the left side of the axis rect of the parent QCustomPlot. |
| ATRight |
Axis is vertical and on the right side of the axis rect of the parent QCustomPlot. |
| ATTop |
Axis is horizontal and on the top side of the axis rect of the parent QCustomPlot. |
| ATBottom |
Axis is horizontal and on the bottom side of the axis rect of the parent QCustomPlot. |
Definition at line 711 of file qcustomplot.h.
| enum QCPAxis::LabelType |
When automatic tick label generation is enabled (setAutoTickLabels), defines how the numerical value (coordinate) of the tick position is translated into a string that will be drawn at the tick position.
| Enumerator | |
|---|---|
| LTNumber |
Tick coordinate is regarded as normal number and will be displayed as such. (see setNumberFormat) |
| LTDateTime |
Tick coordinate is regarded as a date/time (seconds since 1970-01-01T00:00:00 UTC, see QDateTime::toTime_t) and will be displayed and formatted as such. (see setDateTimeFormat) |
Definition at line 723 of file qcustomplot.h.
| enum QCPAxis::ScaleType |
Defines the scale of an axis.
| Enumerator | |
|---|---|
| STLinear |
Normal linear scaling. |
| STLogarithmic |
Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). |
Definition at line 731 of file qcustomplot.h.
|
explicit |
Constructs an Axis instance of Type type inside parentPlot.
Definition at line 3074 of file qcustomplot.cc.
|
virtual |
Definition at line 3147 of file qcustomplot.cc.
|
inlineslot |
Definition at line 755 of file qcustomplot.h.
|
inlineslot |
Definition at line 752 of file qcustomplot.h.
|
inlineslot |
Definition at line 753 of file qcustomplot.h.
|
inlineslot |
Definition at line 751 of file qcustomplot.h.
|
inlineslot |
Definition at line 754 of file qcustomplot.h.
|
inlineslot |
Definition at line 743 of file qcustomplot.h.
|
inlineslot |
Definition at line 742 of file qcustomplot.h.
|
protected |
Definition at line 4752 of file qcustomplot.cc.
|
inlineslot |
Definition at line 773 of file qcustomplot.h.
|
protected |
Definition at line 4763 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4147 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4781 of file qcustomplot.cc.
|
slot |
Definition at line 3927 of file qcustomplot.cc.
|
inlineslot |
Definition at line 762 of file qcustomplot.h.
|
protectedvirtual |
Definition at line 4320 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4209 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4289 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4468 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4069 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 3984 of file qcustomplot.cc.
|
protectedvirtual |
Definition at line 4655 of file qcustomplot.cc.
|
inlineslot |
Definition at line 749 of file qcustomplot.h.
|
inlineslot |
Definition at line 774 of file qcustomplot.h.
|
inlineslot |
Definition at line 780 of file qcustomplot.h.
|
inlineslot |
Definition at line 779 of file qcustomplot.h.
|
inlineslot |
Definition at line 781 of file qcustomplot.h.
|
slot |
If the scale type (setScaleType) is STLinear, diff is added to the lower and upper bounds of the range. The range is simply moved by diff. If the scale type is STLogarithmic, the range bounds are multiplied by diff. This corresponds to an apparent "linear" move in logarithmic scaling by a distance of log(diff).
Definition at line 3813 of file qcustomplot.cc.
|
slot |
|
inlineslot |
Definition at line 764 of file qcustomplot.h.
|
inlineslot |
Definition at line 827 of file qcustomplot.h.
|
inlineslot |
Definition at line 782 of file qcustomplot.h.
|
inlineslot |
Definition at line 741 of file qcustomplot.h.
|
slot |
Definition at line 3888 of file qcustomplot.cc.
|
inlineslot |
Definition at line 746 of file qcustomplot.h.
|
signal |
|
inlineslot |
Definition at line 747 of file qcustomplot.h.
|
inlineslot |
Definition at line 745 of file qcustomplot.h.
|
slot |
Scales the range of this axis by factor around the coordinate center. For example, if factor is 2.0, center is 1.0, then the axis range will double its size, and the point at coordinate 1.0 won't have changed it's position in the QCustomPlot widget (i.e. coordinates around 1.0 will have moved symmetrically closer to 1.0).
Definition at line 3833 of file qcustomplot.cc.
|
inlineslot |
Definition at line 744 of file qcustomplot.h.
|
slot |
Sets whether then number of sub ticks in one tick interval is determined automatically. This works, as long as the tick step mantissa is a multiple of 0.5 (which it is, when setAutoTickStep is enabled).
When on is set to false, you may set the sub tick count with setSubTickCount manually.
Definition at line 3428 of file qcustomplot.cc.
|
slot |
When setAutoTickStep is true, approximateCount determines how many ticks should be generated in the visible range approximately.
Definition at line 3389 of file qcustomplot.cc.
|
slot |
Sets whether the tick labels are generated automatically depending on the tick label type (LTNumber or LTDateTime).
If on is set to false, you should provide the tick labels via setTickVectorLabels. (This is usually used in a combination with setAutoTicks set to false for complete control over tick positions and labels, e.g. when the ticks should be at multiples of pi and show n*pi as tick labels.)
Definition at line 3402 of file qcustomplot.cc.
|
slot |
Sets whether the tick positions should be calculated automatically (either from an automatically generated tick step or a tick step provided manually via setTickStep, see setAutoTickStep).
If on is set to false, you must provide the tick positions manually via setTickVector. For these manual ticks you may let QCPAxis generate the appropriate labels automatically by setting/leaving setAutoTickLabels true. If you also wish to control the displayed labels manually, set setAutoTickLabels to false and provide the label strings with setTickVectorLabels.
Definition at line 3380 of file qcustomplot.cc.
|
slot |
Sets whether the tick step, i.e. the interval between two (major) ticks, is calculated automatically. If on is set to true, the axis finds a tick step that is reasonable for human readable plots. This means the tick step mantissa is chosen such that it's either a multiple of two or ends in 0.5. The number of ticks the algorithm aims for within the visible range can be set with setAutoTickCount. It's not guaranteed that this number of ticks is met exactly, but approximately within a tolerance of two or three.
If on is set to false, you may set the tick step manually with setTickStep.
Definition at line 3417 of file qcustomplot.cc.
|
protected |
Definition at line 3190 of file qcustomplot.cc.
|
protected |
Definition at line 3177 of file qcustomplot.cc.
|
slot |
Sets the pen, the axis base line itself is drawn with.
Definition at line 3710 of file qcustomplot.cc.
|
slot |
Sets the format in which dates and times are displayed as tick labels, if setTickLabelType is LTDateTime. for details about the format string, see the documentation of QDateTime::toString(). Newlines can be inserted with "\n".
Definition at line 3497 of file qcustomplot.cc.
|
slot |
Sets whether the grid lines are visible.
Definition at line 3357 of file qcustomplot.cc.
|
slot |
Sets the pen, grid lines are drawn with.
Definition at line 3719 of file qcustomplot.cc.
|
slot |
Sets the axis label that will be shown below/above or next to the axis, depending on its orientation.
Definition at line 3775 of file qcustomplot.cc.
|
slot |
|
slot |
Sets the distance between the tick labels and the axis label.
Definition at line 3784 of file qcustomplot.cc.
|
slot |
Sets the number format for the numbers drawn as tick labels (if tick label type is LTNumber). This formatCode is an extended version of the format code used e.g. by QString::number() and QLocale::toString(). For reference about that, see the "Argument Formats" section in the detailed description of the QString class. formatCode is a string of one, two or three characters. The first character is identical to the normal format code used by Qt. In short, this means: 'e'/'E' scientific format, 'f' fixed format, 'g'/'G' scientific or fixed, whichever is shorter.
The second and third characters are optional and specific to QCustomPlot:
If the first char was 'e' or 'g', numbers are/might be displayed in the scientific format, e.g. "5.5e9", which is ugly in a plot. So when the second char of formatCode is set to 'b' (for "beautiful"), those exponential numbers are formatted in a more natural way, i.e. "5.5
[multiplication sign] 10 [superscript] 9". By default, the multiplication sign is a centered dot. If instead a cross should be shown (as is usual in the USA), the third char of formatCode can be set to 'c'. The inserted multiplication signs are the UTF-8 characters 215 (0xD7) for the cross and 183 (0xB7) for the dot.
If the scale type (setScaleType) is STLogarithmic and the formatCode uses the 'b' option (beautifully typeset decimal powers), the display usually is "1 [multiplication sign] 10 [superscript] n", which looks unnatural for logarithmic scaling (the "1 [multiplication sign]" part). To only display the decimal power, set the number precision to zero with setNumberPrecision.
Examples for formatCode:
g normal format code behaviour. If number is small, fixed format is used, if number is large, normal scientific format is used gb If number is small, fixed format is used, if number is large, scientific format is used with beautifully typeset decimal powers and a dot as multiplication sign ebc All numbers are in scientific format with beautifully typeset decimal power and a cross as multiplication sign fb illegal format code, since fixed format doesn't support (or need) beautifully typeset decimal powers. Format code will be reduced to 'f'. hello illegal format code, since first char is not 'e', 'E', 'f', 'g' or 'G'. Current format code will not be changed. Definition at line 3538 of file qcustomplot.cc.
|
slot |
Sets the precision of the numbers drawn as tick labels. See QLocale::toString(double i, char f, int prec) for details. The effect of precisions are most notably for number Format starting with 'e', see setNumberFormat
If the scale type (setScaleType) is STLogarithmic and the number format (setNumberFormat) uses the 'b' format code (beautifully typeset decimal powers), the display usually is "1 [multiplication sign] 10 [superscript] n", which looks unnatural for logarithmic scaling (the "1 [multiplication sign]" part). To only display the decimal power, set precision to zero.
Definition at line 3599 of file qcustomplot.cc.
|
slot |
Sets the padding of the axis.
When QCustomPlot::setAutoMargin is enabled, the padding is the additional distance to the respective widget border, that is left blank. If padding is zero (default), the auto margin mechanism will find a margin that the axis label (or tick label, if no axis label is set) barely fits inside the QCustomPlot widget. To give the label closest to the border some freedom, increase padding.
The axis padding has no meaning if QCustomPlot::setAutoMargin is disabled.
Definition at line 3802 of file qcustomplot.cc.
|
slot |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Sets the lower and upper bound of the axis range.
There is also a slot to set a range, see setRange(const QCPRange &range).
Definition at line 3259 of file qcustomplot.cc.
|
slot |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Sets the range of the axis.
| position | the position coordinate indicates together with the alignment parameter, where the new range will be positioned. |
| size | defines the size (upper-lower) of the new axis range. |
| alignment | determines how position is to be interpreted. If alignment is Qt::AlignLeft, position will be the lower bound of the range. If alignment is Qt::AlignRight, position will be the upper bound of the range. If alignment is Qt::AlignCenter, the new range will be centered around position. Any other values for alignment will default to Qt::AlignCenter. |
Definition at line 3287 of file qcustomplot.cc.
|
slot |
Sets the range of the axis.
This slot may be connected with the rangeChanged signal of another axis in order for the ranges to be synchronized (in one direction).
To invert the direction of an axis range, use setRangeReversed.
Definition at line 3240 of file qcustomplot.cc.
|
slot |
Sets the lower bound of the axis range, independently of the upper bound.
Definition at line 3301 of file qcustomplot.cc.
|
slot |
Sets whether the axis range (direction) is displayed reversed. Normally, the values on horizontal axes increase left to right, on vertical axes bottom to top. When reversed is set to true, the direction of increasing values is inverted. Note that the range and data interface stays the same for reversed axes, e.g. the lower part of the setRange interface will still reference the mathematically smaller number than the upper part.
Definition at line 3338 of file qcustomplot.cc.
|
slot |
Sets the upper bound of the axis range, independently of the lower bound.
Definition at line 3318 of file qcustomplot.cc.
|
slot |
If setScaleType is set to STLogarithmic, base will be the logarithm base of the scaling. In logarithmic axis scaling, major tick marks appear at all powers of base.
Properties like tick step (setTickStep) don't apply in logarithmic scaling. If you wish a decimal base but less major ticks, consider choosing base 100, 1000 or even higher.
Definition at line 3222 of file qcustomplot.cc.
|
slot |
Sets the range of this axis to have a certain scale ratio to otherAxis. For example, if ratio is 1, this axis is the yAxis and otherAxis is xAxis, graphs plotted with those axes will appear in a 1:1 ratio, independent of the aspect ratio the axis rect has. This is an operation that changes the range of this axis once, it doesn't fix the scale ratio indefinitely. Consequently calling this function in the constructor won't have the desired effect, since the widget's dimensions aren't defined yet, and a resizeEvent will follow.
Definition at line 3866 of file qcustomplot.cc.
|
slot |
Sets whether the axis uses a linear scale or a logarithmic scale. If type is set to STLogarithmic, the logarithm base can be set with setScaleLogBase. In logarithmic axis scaling, major tick marks appear at all powers of the logarithm base. Properties like tick step (setTickStep) don't apply in logarithmic scaling. If you wish a decimal base but less major ticks, consider choosing a logarithm base of 100, 1000 or even higher.
If type is STLogarithmic and the number format (setNumberFormat) uses the 'b' option (beautifully typeset decimal powers), the display usually is "1 [multiplication sign] 10 [superscript] n", which looks unnatural for logarithmic scaling (the "1 [multiplication sign]" part). To only display the decimal power, set the number precision to zero with setNumberPrecision.
Definition at line 3208 of file qcustomplot.cc.
|
slot |
Sets whether the sub grid lines are visible.
Definition at line 3366 of file qcustomplot.cc.
|
slot |
Sets the pen, the sub grid lines are drawn with. (By default, subgrid drawing needs to be enabled first with setSubGrid.)
Definition at line 3729 of file qcustomplot.cc.
|
slot |
Sets the number of sub ticks in one (major) tick step. A sub tick count of three for example, divides the tick intervals in four sub intervals.
By default, the number of sub ticks is chosen automatically in a reasonable manner as long as the mantissa of the tick step is a multiple of 0.5 (which it is, when setAutoTickStep is enabled). If you want to disable automatic sub ticks and use this function to set the count manually, see setAutoSubTicks.
Definition at line 3689 of file qcustomplot.cc.
|
slot |
Sets the length of the subticks in pixels. inside is the length the subticks will reach inside the plot and outside is the length they will reach outside the plot. If outside is greater than zero, the tick labels will increase their distance to the axis accordingly, so they won't collide with the ticks.
Definition at line 3701 of file qcustomplot.cc.
|
slot |
Sets the pen, subtick marks will be drawn with.
Definition at line 3759 of file qcustomplot.cc.
|
slot |
Sets the font of the tick labels, i.e. the numbers drawn next to tick marks.
Definition at line 3477 of file qcustomplot.cc.
|
slot |
Sets the distance between the axis base line (or any tick marks pointing outward) and the tick labels.
Definition at line 3454 of file qcustomplot.cc.
|
slot |
Sets the rotation of the tick labels, i.e. the numbers drawn next to tick marks. If degrees is zero, the labels are drawn normally. Else, the tick labels are drawn rotated by degrees clockwise. The specified angle is bound to values from -90 to 90 degrees.
Definition at line 3487 of file qcustomplot.cc.
|
slot |
|
slot |
Sets whether the tick labels display numbers or dates/times.
If type is set to LTNumber, the format specifications of setNumberFormat apply.
If type is set to LTDateTime, the format specifications of setDateTimeFormat apply.
In QCustomPlot, date/time coordinates are double numbers representing the seconds since 1970-01-01T00:00:00 UTC. This format can be retrieved from QDateTime objects with the QDateTime::toTime_t() function. Since this only gives a resolution of one second, there is also the QDateTime::toMSecsSinceEpoch() function which returns the timespan described above in milliseconds. Divide its return value by 1000.0 to get a value with the format needed for date/time plotting, this time with a resolution of one millisecond.
Definition at line 3469 of file qcustomplot.cc.
|
slot |
Sets the length of the ticks in pixels. inside is the length the ticks will reach inside the plot and outside is the length they will reach outside the plot. If outside is greater than zero, the tick labels will increase their distance to the axis accordingly, so they won't collide with the ticks.
Definition at line 3674 of file qcustomplot.cc.
|
slot |
Sets the pen, tick marks will be drawn with.
Definition at line 3750 of file qcustomplot.cc.
|
slot |
Sets whether tick marks are displayed. Setting show to false does not imply, that tick labels are invisible, too. To achieve that, see setTickLabels.
Definition at line 3437 of file qcustomplot.cc.
|
slot |
If setAutoTickStep is set to false, use this function to set the tick step manually. The tick step is the interval between (major) ticks, in plot coordinates.
Definition at line 3609 of file qcustomplot.cc.
|
slot |
If you want full control over what ticks (and possibly labels) the axes show, this function is used to set the coordinates at which ticks will appear.setAutoTicks must be disabled, else the provided tick vector will be overwritten with automatically generated tick coordinates. The labels of the ticks can either be generated automatically when setAutoTickLabels is left enabled, or be set manually with setTickVectorLabels, when setAutoTickLabels is disabled.
| vec | a pointer to the vector containing the positions of the ticks |
| copy | if this is set to true, the provided vec is copied to the internal tick vector. In this case, QCPAxis does not take ownership of vec. If it's set to false, the internal tick vector is deleted and replaced by vec, QCPAxis takes ownership of the vector memory vec points to. The latter might give slight performance benefits. |
Definition at line 3628 of file qcustomplot.cc.
|
slot |
If you want full control over what ticks and labels the axes show, this function is used to set a number of QStrings that will be displayed at the tick positions which you need to provide with setTickVector. These two vectors should have the same size. (Note that you need to disable setAutoTicks and setAutoTickLabels first.)
| vec | a pointer to the vector containing the labels of the ticks |
| copy | if this is set to true, the provided vec is copied to the internal label vector. In this case QCPAxis does not take ownership of vec. If it's set to false, the internal label vector is deleted and replaced by vec, QCPAxis takes ownership of the vector memory vec points to. The latter might give slight performance benefits. |
Definition at line 3655 of file qcustomplot.cc.
|
slot |
Sets whether the axis (including all its decoration, i.e. labels and grid lines) is visible. An invisible axis doesn't mean a non functional axis. Graphs attached to an invisible axis can still be plotted/moved/zoomed normally as if the axis was visible.
Definition at line 3348 of file qcustomplot.cc.
|
slot |
Sets the pen with which a single grid-like line will be drawn at value position zero. The line will be drawn instead of a grid line at that position, and not on top. To disable the drawing of a zero-line, set pen to Qt::NoPen. Then, if setGrid is enabled, a grid line will be drawn instead.
Definition at line 3741 of file qcustomplot.cc.
|
inlineslot |
Definition at line 750 of file qcustomplot.h.
|
inlineslot |
Definition at line 775 of file qcustomplot.h.
|
inlineslot |
Definition at line 770 of file qcustomplot.h.
|
inlineslot |
Definition at line 771 of file qcustomplot.h.
|
inlineslot |
Definition at line 772 of file qcustomplot.h.
|
inlineslot |
Definition at line 778 of file qcustomplot.h.
|
inlineslot |
Definition at line 760 of file qcustomplot.h.
|
inlineslot |
Definition at line 758 of file qcustomplot.h.
|
inlineslot |
Definition at line 761 of file qcustomplot.h.
|
inlineslot |
Definition at line 757 of file qcustomplot.h.
|
inlineslot |
Definition at line 759 of file qcustomplot.h.
|
inlineslot |
Definition at line 768 of file qcustomplot.h.
|
inlineslot |
Definition at line 769 of file qcustomplot.h.
|
inlineslot |
Definition at line 777 of file qcustomplot.h.
|
inlineslot |
Definition at line 756 of file qcustomplot.h.
|
signal |
|
inlineslot |
Definition at line 765 of file qcustomplot.h.
|
inlineslot |
Definition at line 766 of file qcustomplot.h.
|
inlineslot |
Definition at line 767 of file qcustomplot.h.
|
inlineslot |
Definition at line 748 of file qcustomplot.h.
|
protected |
Definition at line 4728 of file qcustomplot.cc.
|
inlineslot |
Definition at line 776 of file qcustomplot.h.
|
friend |
Definition at line 892 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 853 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 844 of file qcustomplot.h.
|
protected |
Definition at line 849 of file qcustomplot.h.
|
protected |
Definition at line 845 of file qcustomplot.h.
|
protected |
Definition at line 842 of file qcustomplot.h.
|
protected |
Definition at line 862 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 845 of file qcustomplot.h.
|
protected |
Definition at line 843 of file qcustomplot.h.
|
protected |
Definition at line 846 of file qcustomplot.h.
|
protected |
Definition at line 854 of file qcustomplot.h.
|
protected |
Definition at line 865 of file qcustomplot.h.
|
protected |
Definition at line 864 of file qcustomplot.h.
|
protected |
Definition at line 865 of file qcustomplot.h.
|
protected |
Definition at line 863 of file qcustomplot.h.
|
protected |
Definition at line 866 of file qcustomplot.h.
|
protected |
Definition at line 854 of file qcustomplot.h.
|
protected |
Definition at line 860 of file qcustomplot.h.
|
protected |
Definition at line 862 of file qcustomplot.h.
|
protected |
Definition at line 841 of file qcustomplot.h.
|
protected |
Definition at line 857 of file qcustomplot.h.
|
protected |
Definition at line 851 of file qcustomplot.h.
|
protected |
Definition at line 851 of file qcustomplot.h.
|
protected |
Definition at line 848 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 845 of file qcustomplot.h.
|
protected |
Definition at line 852 of file qcustomplot.h.
|
protected |
Definition at line 852 of file qcustomplot.h.
|
protected |
Definition at line 852 of file qcustomplot.h.
|
protected |
Definition at line 845 of file qcustomplot.h.
|
protected |
Definition at line 861 of file qcustomplot.h.
|
protected |
Definition at line 846 of file qcustomplot.h.
|
protected |
Definition at line 854 of file qcustomplot.h.
|
protected |
Definition at line 855 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 847 of file qcustomplot.h.
|
protected |
Definition at line 852 of file qcustomplot.h.
|
protected |
Definition at line 852 of file qcustomplot.h.
|
protected |
Definition at line 845 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 850 of file qcustomplot.h.
|
protected |
Definition at line 839 of file qcustomplot.h.
|
protected |
Definition at line 840 of file qcustomplot.h.
|
protected |
Definition at line 856 of file qcustomplot.h.
|
protected |
Definition at line 845 of file qcustomplot.h.
1.8.11