- bookworm 6.1.4-2
- testing 6.1.4-2
- unstable 6.1.4-2
- experimental 6.2.0-1
QwtDateScaleDraw(3) | Qwt User's Guide | QwtDateScaleDraw(3) |
NAME¶
QwtDateScaleDraw - A class for drawing datetime scales.
SYNOPSIS¶
#include <qwt_date_scale_draw.h>
Inherits QwtScaleDraw.
Public Member Functions¶
QwtDateScaleDraw (Qt::TimeSpec=Qt::LocalTime)
Constructor. virtual ~QwtDateScaleDraw ()
Destructor. void setDateFormat (QwtDate::IntervalType, const
QString &)
QString dateFormat (QwtDate::IntervalType) const
void setTimeSpec (Qt::TimeSpec)
Qt::TimeSpec timeSpec () const
void setUtcOffset (int seconds)
int utcOffset () const
void setWeek0Type (QwtDate::Week0Type)
QwtDate::Week0Type week0Type () const
virtual QwtText label (double) const override
Convert a value into its representing label. QDateTime toDateTime
(double) const
Protected Member Functions¶
virtual QwtDate::IntervalType intervalType (const
QwtScaleDiv &) const
virtual QString dateFormatOfDate (const QDateTime &,
QwtDate::IntervalType) const
Additional Inherited Members¶
Detailed Description¶
A class for drawing datetime scales.
QwtDateScaleDraw displays values as datetime labels. The format of the labels depends on the alignment of the major tick labels.
The default format strings are:
- Millisecond
'hh:mm:ss:zzz\nddd dd MMM yyyy' - Second
'hh:mm:ss\nddd dd MMM yyyy' - Minute
'hh:mm\nddd dd MMM yyyy' - Hour
'hh:mm\nddd dd MMM yyyy' - Day
'ddd dd MMM yyyy' - Week
'Www yyyy' - Month
'MMM yyyy' - Year
'yyyy'
The format strings can be modified using setDateFormat() or individually for each tick label by overloading dateFormatOfDate(),
Usually QwtDateScaleDraw is used in combination with QwtDateScaleEngine, that calculates scales for datetime intervals.
See also
Definition at line 52 of file qwt_date_scale_draw.h.
Constructor & Destructor Documentation¶
QwtDateScaleDraw::QwtDateScaleDraw (Qt::TimeSpec timeSpec = Qt::LocalTime) [explicit]¶
Constructor. The default setting is to display tick labels for the given time specification. The first week of a year is defined like for QwtDate::FirstThursday.
Parameters
See also
Definition at line 48 of file qwt_date_scale_draw.cpp.
Member Function Documentation¶
QString QwtDateScaleDraw::dateFormat (QwtDate::IntervalType intervalType) const¶
Parameters
Returns
See also
Definition at line 152 of file qwt_date_scale_draw.cpp.
QString QwtDateScaleDraw::dateFormatOfDate (const QDateTime & dateTime, QwtDate::IntervalType intervalType) const [protected], [virtual]¶
Format string for the representation of a datetime
dateFormatOfDate() is intended to be overloaded for situations, where formats are individual for specific datetime values.
The default setting ignores dateTime and return the default format for the interval type.
Parameters
intervalType Interval type
Returns
See also
Definition at line 180 of file qwt_date_scale_draw.cpp.
QwtDate::IntervalType QwtDateScaleDraw::intervalType (const QwtScaleDiv & scaleDiv) const [protected], [virtual]¶
Find the less detailed datetime unit, where no rounding errors happen.
Parameters
Returns
See also
Definition at line 223 of file qwt_date_scale_draw.cpp.
QwtText QwtDateScaleDraw::label (double value) const [override], [virtual]¶
Convert a value into its representing label. The value is converted to a datetime value using toDateTime() and converted to a plain text using QwtDate::toString().
Parameters
Returns
See also
Reimplemented from QwtAbstractScaleDraw.
Definition at line 205 of file qwt_date_scale_draw.cpp.
void QwtDateScaleDraw::setDateFormat (QwtDate::IntervalType intervalType, const QString & format)¶
Set the default format string for an datetime interval type
Parameters
format Default format string
See also
Definition at line 137 of file qwt_date_scale_draw.cpp.
void QwtDateScaleDraw::setTimeSpec (Qt::TimeSpec timeSpec)¶
Set the time specification used for the tick labels
Parameters
See also
Definition at line 65 of file qwt_date_scale_draw.cpp.
void QwtDateScaleDraw::setUtcOffset (int seconds)¶
Set the offset in seconds from Coordinated Universal Time
Parameters
Note
See also
Definition at line 89 of file qwt_date_scale_draw.cpp.
void QwtDateScaleDraw::setWeek0Type (QwtDate::Week0Type week0Type)¶
Sets how to identify the first week of a year.
Parameters
See also
Note
Definition at line 115 of file qwt_date_scale_draw.cpp.
Qt::TimeSpec QwtDateScaleDraw::timeSpec () const¶
Returns
See also
Definition at line 74 of file qwt_date_scale_draw.cpp.
QDateTime QwtDateScaleDraw::toDateTime (double value) const¶
Translate a double value into a QDateTime object.
Returns
See also
Definition at line 269 of file qwt_date_scale_draw.cpp.
int QwtDateScaleDraw::utcOffset () const¶
Returns
Note
See also
Definition at line 101 of file qwt_date_scale_draw.cpp.
QwtDate::Week0Type QwtDateScaleDraw::week0Type () const¶
Returns
See also
Definition at line 124 of file qwt_date_scale_draw.cpp.
Author¶
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Sun Jul 18 2021 | Version 6.2.0 |