![]() |
KD Chart API Documentation
3.1
|
#include "kdganttdatetimegrid.h"#include "kdganttdatetimegrid_p.h"#include "kdganttabstractrowcontroller.h"#include <QApplication>#include <QDateTime>#include <QDebug>#include <QList>#include <QPainter>#include <QPainterPath>#include <QString>#include <QStyle>#include <QStyleOptionHeader>#include <QWidget>#include <cassert>#include "unittest/test.h"#include <QStandardItemModel>#include "moc_kdganttdatetimegrid.cpp"Go to the source code of this file.
Macros | |
| #define | d d_func() |
Functions | |
| KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, DateTimeGrid, "test") | |
| QDebug | operator<< (QDebug dbg, KDGantt::DateTimeScaleFormatter::Range range) |
| static std::ostream & | operator<< (std::ostream &os, const QDateTime &dt) |
| #define d d_func() |
Definition at line 88 of file kdganttdatetimegrid.cpp.
| KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , |
| DateTimeGrid | , | ||
| "test" | |||
| ) |
Definition at line 1355 of file kdganttdatetimegrid.cpp.
References KDGantt::Span::end(), KDGantt::EndTimeRole, KDGantt::AbstractGrid::isSatisfiedConstraint(), KDGantt::Span::length(), KDGantt::DateTimeGrid::mapFromChart(), KDGantt::DateTimeGrid::mapFromDateTime(), KDGantt::DateTimeGrid::mapToChart(), KDGantt::DateTimeGrid::mapToDateTime(), KDGantt::Span::setEnd(), KDGantt::AbstractGrid::setModel(), KDGantt::DateTimeGrid::setStartDateTime(), KDGantt::Span::start(), and KDGantt::StartTimeRole.
| QDebug operator<< | ( | QDebug | dbg, |
| KDGantt::DateTimeScaleFormatter::Range | range | ||
| ) |
Definition at line 31 of file kdganttdatetimegrid.cpp.
References KDGantt::DateTimeScaleFormatter::Day, KDGantt::DateTimeScaleFormatter::Hour, KDGantt::DateTimeScaleFormatter::Minute, KDGantt::DateTimeScaleFormatter::Month, KDGantt::DateTimeScaleFormatter::Second, KDGantt::DateTimeScaleFormatter::Week, and KDGantt::DateTimeScaleFormatter::Year.
|
static |
Definition at line 1345 of file kdganttdatetimegrid.cpp.