KD Chart 2
[rev.2.7]
|
#include <kdganttdatetimegrid.h>
Public Types | |
enum | Scale { ScaleAuto, ScaleHour, ScaleDay, ScaleWeek, ScaleMonth, ScaleUserDefined } |
Public Slots | |
virtual void | setModel (QAbstractItemModel *model) |
virtual void | setRootIndex (const QModelIndex &idx) |
Signals | |
void | gridChanged () |
Public Member Functions | |
DateTimeGrid () | |
qreal | dayWidth () const |
QSet< Qt::DayOfWeek > | freeDays () const |
QBrush | freeDaysBrush () const |
bool | isSatisfiedConstraint (const Constraint &c) const |
bool | mapFromChart (const Span &span, const QModelIndex &idx, const QList< Constraint > &constraints=QList< Constraint >()) const override |
QVariant | mapFromChart (qreal x) const override |
qreal | mapFromDateTime (const QDateTime &dt) const |
Span | mapToChart (const QModelIndex &idx) const override |
qreal | mapToChart (const QVariant &value) const override |
QDateTime | mapToDateTime (qreal x) const |
QAbstractItemModel * | model () const |
QBrush | noInformationBrush () const |
void | paintGrid (QPainter *painter, const QRectF &sceneRect, const QRectF &exposedRect, AbstractRowController *rowController=0, QWidget *widget=0) override |
void | paintHeader (QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) override |
QModelIndex | rootIndex () const |
bool | rowSeparators () const |
Scale | scale () const |
void | setDayWidth (qreal) |
void | setFreeDays (const QSet< Qt::DayOfWeek > &fd) |
void | setFreeDaysBrush (const QBrush brush) |
void | setNoInformationBrush (const QBrush &brush) |
void | setRowSeparators (bool enable) |
void | setScale (Scale s) |
void | setStartDateTime (const QDateTime &dt) |
void | setUserDefinedLowerScale (DateTimeScaleFormatter *lower) |
void | setUserDefinedUpperScale (DateTimeScaleFormatter *upper) |
void | setWeekStart (Qt::DayOfWeek) |
QDateTime | startDateTime () const |
DateTimeScaleFormatter * | userDefinedLowerScale () const |
DateTimeScaleFormatter * | userDefinedUpperScale () const |
Qt::DayOfWeek | weekStart () const |
~DateTimeGrid () override | |
Protected Member Functions | |
QRectF | computeRect (const QDateTime &from, const QDateTime &to, const QRectF &rect) const |
Return the rectangle that represents the date-range. More... | |
QPair< QDateTime, QDateTime > | dateTimeRange (const QRectF &rect) const |
Return a date-range represented by the rectangle. More... | |
void | drawBackground (QPainter *paint, const QRectF &rect) override |
virtual void | drawDayBackground (QPainter *painter, const QRectF &rect, const QDate &date) |
virtual void | drawDayForeground (QPainter *painter, const QRectF &rect, const QDate &date) |
void | drawForeground (QPainter *paint, const QRectF &rect) override |
virtual void | paintDayScaleHeader (QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) |
virtual void | paintHourScaleHeader (QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) |
virtual void | paintMonthScaleHeader (QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) |
virtual void | paintUserDefinedHeader (QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, const DateTimeScaleFormatter *formatter, QWidget *widget=0) |
virtual void | paintWeekScaleHeader (QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) |
This implementation of AbstractGrid works with QDateTime and shows days and week numbers in the header
Definition at line 35 of file kdganttdatetimegrid.h.
Enumerator | |
---|---|
ScaleAuto | |
ScaleHour | |
ScaleDay | |
ScaleWeek | |
ScaleMonth | |
ScaleUserDefined |
Definition at line 40 of file kdganttdatetimegrid.h.
DateTimeGrid::DateTimeGrid | ( | ) |
Definition at line 289 of file kdganttdatetimegrid.cpp.
|
override |
Definition at line 293 of file kdganttdatetimegrid.cpp.
|
protected |
Return the rectangle that represents the date-range.
Definition at line 1183 of file kdganttdatetimegrid.cpp.
References d.
|
protected |
Return a date-range represented by the rectangle.
Definition at line 1193 of file kdganttdatetimegrid.cpp.
References d.
qreal DateTimeGrid::dayWidth | ( | ) | const |
The default is 100 pixels.
Definition at line 321 of file kdganttdatetimegrid.cpp.
References d.
Referenced by drawBackground(), drawForeground(), KDAB_SCOPED_UNITTEST_SIMPLE(), mapFromChart(), paintDayScaleHeader(), paintGrid(), paintHourScaleHeader(), paintMonthScaleHeader(), paintUserDefinedHeader(), and paintWeekScaleHeader().
|
overrideprotectedvirtual |
Reimplemented from KDGantt::AbstractGrid.
Definition at line 1204 of file kdganttdatetimegrid.cpp.
References d, dayWidth(), and drawDayBackground().
|
protectedvirtual |
Draw the background for a day.
Definition at line 1165 of file kdganttdatetimegrid.cpp.
Referenced by drawBackground().
|
protectedvirtual |
Draw the foreground for a day.
Definition at line 1174 of file kdganttdatetimegrid.cpp.
Referenced by drawForeground().
|
overrideprotectedvirtual |
Reimplemented from KDGantt::AbstractGrid.
Definition at line 1247 of file kdganttdatetimegrid.cpp.
References d, dayWidth(), and drawDayForeground().
QSet< Qt::DayOfWeek > DateTimeGrid::freeDays | ( | ) | const |
Definition at line 454 of file kdganttdatetimegrid.cpp.
References d.
Referenced by mapFromChart().
QBrush DateTimeGrid::freeDaysBrush | ( | ) | const |
Definition at line 469 of file kdganttdatetimegrid.cpp.
References d.
Referenced by mapFromChart().
|
signalinherited |
|
inherited |
Definition at line 86 of file kdganttabstractgrid.cpp.
References KDGantt::Span::end(), KDGantt::Constraint::endIndex(), KDGantt::AbstractGrid::mapToChart(), and KDGantt::Constraint::startIndex().
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE(), and mapFromChart().
|
overridevirtual |
Maps the supplied Span to QDateTimes, and puts them as start time and end time for the supplied index.
span | The span used to map from. |
idx | The index used for setting the start time and end time in the model. |
constraints | A list of hard constraints to match against the start time and end time mapped from the span. |
Implements KDGantt::AbstractGrid.
Definition at line 587 of file kdganttdatetimegrid.cpp.
References KDGantt::DateTimeScaleFormatter::currentRangeBegin(), d, dayWidth(), KDGantt::Constraint::endIndex(), KDGantt::EndTimeRole, freeDays(), freeDaysBrush(), KDGantt::AbstractGrid::isSatisfiedConstraint(), KDGantt::Span::length(), KDGantt::AbstractGrid::model(), KDGantt::DateTimeScaleFormatter::nextRangeBegin(), scale(), ScaleDay, ScaleHour, ScaleMonth, ScaleWeek, KDGantt::Span::start(), KDGantt::Constraint::startIndex(), KDGantt::StartTimeRole, KDGantt::Constraint::type(), KDGantt::Constraint::TypeHard, and weekStart().
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
overridevirtual |
x | The x value get the datetime for. |
Reimplemented from KDGantt::AbstractGrid.
Definition at line 520 of file kdganttdatetimegrid.cpp.
References d.
qreal DateTimeGrid::mapFromDateTime | ( | const QDateTime & | dt | ) | const |
Maps a given point in time dt to an X value in the scene.
Definition at line 328 of file kdganttdatetimegrid.cpp.
References d.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
overridevirtual |
idx | The index to get the Span for. |
Implements KDGantt::AbstractGrid.
Definition at line 528 of file kdganttdatetimegrid.cpp.
References d, KDGantt::EndTimeRole, KDGantt::AbstractGrid::model(), and KDGantt::StartTimeRole.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
overridevirtual |
value | The datetime to get the x value for. |
Reimplemented from KDGantt::AbstractGrid.
Definition at line 506 of file kdganttdatetimegrid.cpp.
References d.
QDateTime DateTimeGrid::mapToDateTime | ( | qreal | x | ) | const |
Maps a given X value x in scene coordinates to a point in time.
Definition at line 335 of file kdganttdatetimegrid.cpp.
References d.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inherited |
Definition at line 64 of file kdganttabstractgrid.cpp.
References d.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE(), mapFromChart(), mapToChart(), and KDGantt::AbstractGrid::setModel().
QBrush DateTimeGrid::noInformationBrush | ( | ) | const |
Definition at line 497 of file kdganttdatetimegrid.cpp.
References d.
|
protectedvirtual |
Paints the day scale header.
Definition at line 1050 of file kdganttdatetimegrid.cpp.
References d, and dayWidth().
Referenced by paintHeader().
|
overridevirtual |
Implement this to paint the background of the view – typically with some grid lines.
painter | – the QPainter to paint with. |
sceneRect | – the total bounding rectangle of the scene. |
exposedRect | – the rectangle that needs to be painted. |
rowController | – the row controller used by the view – may be 0. |
widget | – the widget used by the view – may be 0. |
Implements KDGantt::AbstractGrid.
Definition at line 773 of file kdganttdatetimegrid.cpp.
References d, dayWidth(), KDGantt::AbstractRowController::indexAbove(), KDGantt::AbstractRowController::indexAt(), KDGantt::AbstractRowController::indexBelow(), KDGantt::ItemTypeRole, KDGantt::Span::length(), KDGantt::AbstractRowController::rowGeometry(), scale(), ScaleAuto, ScaleDay, ScaleHour, ScaleMonth, ScaleUserDefined, ScaleWeek, and KDGantt::Span::start().
|
overridevirtual |
Implement this to paint the header part of the view.
painter | – the QPainter to paint with. |
headerRect | – the total rectangle occupied by the header. |
exposedRect | – the rectangle that needs to be painted. |
offset | – the horizontal scroll offset of the view. |
widget | – the widget used by the view – may be 0. |
Implements KDGantt::AbstractGrid.
Definition at line 874 of file kdganttdatetimegrid.cpp.
References d, paintDayScaleHeader(), paintHourScaleHeader(), paintMonthScaleHeader(), paintUserDefinedHeader(), paintWeekScaleHeader(), scale(), ScaleAuto, ScaleDay, ScaleHour, ScaleMonth, ScaleUserDefined, ScaleWeek, startDateTime(), and KDGantt::DateTimeScaleFormatter::text().
|
protectedvirtual |
Paints the hour scale header.
Definition at line 1009 of file kdganttdatetimegrid.cpp.
References d, and dayWidth().
Referenced by paintHeader().
|
protectedvirtual |
Paints the week scale header.
Definition at line 1129 of file kdganttdatetimegrid.cpp.
References d, and dayWidth().
Referenced by paintHeader().
|
protectedvirtual |
Definition at line 927 of file kdganttdatetimegrid.cpp.
References KDGantt::DateTimeScaleFormatter::alignment(), KDGantt::DateTimeScaleFormatter::currentRangeBegin(), d, dayWidth(), KDGantt::DateTimeScaleFormatter::nextRangeBegin(), and KDGantt::DateTimeScaleFormatter::text().
Referenced by paintHeader().
|
protectedvirtual |
Paints the week scale header.
Definition at line 1090 of file kdganttdatetimegrid.cpp.
References d, and dayWidth().
Referenced by paintHeader().
|
inherited |
Definition at line 78 of file kdganttabstractgrid.cpp.
References d.
bool DateTimeGrid::rowSeparators | ( | ) | const |
Definition at line 475 of file kdganttdatetimegrid.cpp.
References d.
DateTimeGrid::Scale DateTimeGrid::scale | ( | ) | const |
The default is ScaleAuto, which means the day scale will be used as long as the day width is less or equal to 500.
Definition at line 377 of file kdganttdatetimegrid.cpp.
References d.
Referenced by mapFromChart(), paintGrid(), and paintHeader().
void DateTimeGrid::setDayWidth | ( | qreal | w | ) |
w | The width in pixels for each day in the grid. |
The signal gridChanged() is emitted after the day width is changed.
Definition at line 344 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
void DateTimeGrid::setFreeDays | ( | const QSet< Qt::DayOfWeek > & | fd | ) |
fd | A set of days to mark as free in the grid. |
Free days are filled with the alternate base brush of the palette used by the view. The signal gridChanged() is emitted after the free days are changed.
Definition at line 447 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
void DateTimeGrid::setFreeDaysBrush | ( | const QBrush | brush | ) |
Sets the brush to use to paint free days.
Definition at line 461 of file kdganttdatetimegrid.cpp.
References d.
|
virtualslotinherited |
Sets the QAbstractItemModel used by this grid implementation. This is called by the view, you should never need to call this from client code.
Definition at line 58 of file kdganttabstractgrid.cpp.
References d, and KDGantt::AbstractGrid::model().
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
void DateTimeGrid::setNoInformationBrush | ( | const QBrush & | brush | ) |
Sets the brush used to display rows where no data is found. Default is a red pattern. If set to QBrush() rows with no information will not be marked.
Definition at line 489 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
|
virtualslotinherited |
Sets the root index used by this grid implementation. This is called by the view, you should never need to call this from client code.
Definition at line 72 of file kdganttabstractgrid.cpp.
References d.
void DateTimeGrid::setRowSeparators | ( | bool | enable | ) |
enable | Whether to use row separators or not. |
Definition at line 480 of file kdganttdatetimegrid.cpp.
References d.
void DateTimeGrid::setScale | ( | Scale | s | ) |
s | The scale to be used to paint the grid. |
The signal gridChanged() is emitted after the scale has changed.
Following example demonstrates how to change the format of the header to use a date-scaling with the header-label displayed with the ISO date-notation.
Definition at line 365 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
void DateTimeGrid::setStartDateTime | ( | const QDateTime & | dt | ) |
dt | The start date of the grid. It is used as the beginning of the horizontal scrollbar in the view. |
Emits gridChanged() after the start date has changed.
Definition at line 311 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
void DateTimeGrid::setUserDefinedLowerScale | ( | DateTimeScaleFormatter * | lower | ) |
Sets the scale formatter for the lower part of the header to the user defined formatter to lower. The DateTimeGrid object takes ownership of the formatter, which has to be allocated with new.
You have to set the scale to ScaleUserDefined for this setting to take effect.
Definition at line 389 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
void DateTimeGrid::setUserDefinedUpperScale | ( | DateTimeScaleFormatter * | upper | ) |
Sets the scale formatter for the upper part of the header to the user defined formatter to upper. The DateTimeGrid object takes ownership of the formatter, which has to be allocated with new.
You have to set the scale to ScaleUserDefined for this setting to take effect.
Definition at line 403 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
void DateTimeGrid::setWeekStart | ( | Qt::DayOfWeek | ws | ) |
ws | The start day of the week. |
A solid line is drawn on the grid to mark the beginning of a new week. Emits gridChanged() after the start day has changed.
Definition at line 429 of file kdganttdatetimegrid.cpp.
References d, and KDGantt::AbstractGrid::gridChanged().
QDateTime DateTimeGrid::startDateTime | ( | ) | const |
The default is three days before the current date.
Definition at line 301 of file kdganttdatetimegrid.cpp.
References d.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE(), and paintHeader().
DateTimeScaleFormatter * DateTimeGrid::userDefinedLowerScale | ( | ) | const |
Definition at line 412 of file kdganttdatetimegrid.cpp.
References d.
DateTimeScaleFormatter * DateTimeGrid::userDefinedUpperScale | ( | ) | const |
Definition at line 419 of file kdganttdatetimegrid.cpp.
References d.
Qt::DayOfWeek DateTimeGrid::weekStart | ( | ) | const |
Definition at line 436 of file kdganttdatetimegrid.cpp.
References d.
Referenced by mapFromChart().