|
KD Chart 2
[rev.2.6]
|
#include "kdganttgraphicsscene.h"#include "kdganttgraphicsscene_p.h"#include "kdganttgraphicsitem.h"#include "kdganttconstraint.h"#include "kdganttconstraintgraphicsitem.h"#include "kdganttitemdelegate.h"#include "kdganttabstractrowcontroller.h"#include "kdganttdatetimegrid.h"#include "kdganttsummaryhandlingproxymodel.h"#include <QApplication>#include <QGraphicsSceneHelpEvent>#include <QPainter>#include <QPrinter>#include <QTextDocument>#include <QToolTip>#include <QSet>#include <QDebug>#include <functional>#include <algorithm>#include <cassert>#include "moc_kdganttgraphicsscene.cpp"#include "unittest/test.h"#include <QGraphicsLineItem>#include <QPointer>#include <QStandardItemModel>#include "kdganttgraphicsview.h"Go to the source code of this file.
Macros | |
| #define | d d_func() |
| #define | HAVE_PRINTER |
| #define | QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch)) |
Functions | |
| KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, GraphicsView,"test") | |
| #define d d_func() |
Definition at line 175 of file kdganttgraphicsscene.cpp.
Referenced by KDGantt::GraphicsScene::clearConstraintItems(), KDGantt::GraphicsScene::clearItems(), KDGantt::GraphicsScene::constraintModel(), KDGantt::GraphicsScene::dragSource(), KDGantt::GraphicsScene::drawBackground(), KDGantt::GraphicsScene::drawForeground(), KDGantt::GraphicsScene::findConstraintItem(), KDGantt::GraphicsScene::findItem(), KDGantt::GraphicsScene::grid(), KDGantt::GraphicsScene::insertItem(), KDGantt::GraphicsScene::isReadOnly(), KDGantt::GraphicsScene::itemDelegate(), KDGantt::GraphicsScene::model(), KDGantt::GraphicsScene::print(), KDGantt::GraphicsScene::removeItem(), KDGantt::GraphicsScene::rootIndex(), KDGantt::GraphicsScene::rowController(), KDGantt::GraphicsScene::selectionModel(), KDGantt::GraphicsScene::setConstraintModel(), KDGantt::GraphicsScene::setDragSource(), KDGantt::GraphicsScene::setGrid(), KDGantt::GraphicsScene::setItemDelegate(), KDGantt::GraphicsScene::setModel(), KDGantt::GraphicsScene::setReadOnly(), KDGantt::GraphicsScene::setRootIndex(), KDGantt::GraphicsScene::setRowController(), KDGantt::GraphicsScene::setSelectionModel(), KDGantt::GraphicsScene::setSummaryHandlingModel(), KDGantt::GraphicsScene::summaryHandlingModel(), KDGantt::GraphicsScene::updateItems(), and KDGantt::GraphicsScene::updateRow().
| #define HAVE_PRINTER |
Definition at line 57 of file kdganttgraphicsscene.cpp.
| #define QT_VERSION_CHECK | ( | major, | |
| minor, | |||
| patch | |||
| ) | ((major<<16)|(minor<<8)|(patch)) |
Definition at line 49 of file kdganttgraphicsscene.cpp.
| KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , |
| GraphicsView | , | ||
| "test" | |||
| ) |
Definition at line 928 of file kdganttgraphicsscene.cpp.
References assertFalse, KDGantt::EndTimeRole, KDGantt::ItemTypeRole, KDGantt::GraphicsScene::model(), KDGantt::GraphicsScene::rowController(), KDGantt::GraphicsView::setModel(), KDGantt::GraphicsView::setRowController(), KDGantt::StartTimeRole, KDGantt::TypeTask, and KDGantt::GraphicsView::updateScene().