![]() |
KD Chart API Documentation
3.1
|
#include "kdganttconstraint.h"#include "kdganttglobal.h"#include "kdganttitemdelegate_p.h"#include "kdganttstyleoptionganttitem.h"#include <QAbstractItemModel>#include <QApplication>#include <QModelIndex>#include <QPainter>#include <QPainterPath>#include <QPen>#include "moc_kdganttitemdelegate.cpp"Go to the source code of this file.
Macros | |
| #define | d d_func() |
| #define | PRINT_INTERACTIONSTATE(x) |
Functions | |
| QDebug | operator<< (QDebug dbg, KDGantt::ItemDelegate::InteractionState state) |
Variables | |
| static const qreal | PW = 1.5 |
| static const qreal | TURN = 10. |
| #define d d_func() |
Definition at line 124 of file kdganttitemdelegate.cpp.
| #define PRINT_INTERACTIONSTATE | ( | x | ) |
Definition at line 25 of file kdganttitemdelegate.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| KDGantt::ItemDelegate::InteractionState | state | ||
| ) |
Definition at line 30 of file kdganttitemdelegate.cpp.
References PRINT_INTERACTIONSTATE, KDGantt::ItemDelegate::State_ExtendLeft, KDGantt::ItemDelegate::State_ExtendRight, KDGantt::ItemDelegate::State_Move, and KDGantt::ItemDelegate::State_None.
|
static |
Definition at line 405 of file kdganttitemdelegate.cpp.
Referenced by KDGantt::ItemDelegate::constraintBoundingRect().
|
static |
Definition at line 404 of file kdganttitemdelegate.cpp.
Referenced by KDGantt::ItemDelegate::finishFinishArrow(), KDGantt::ItemDelegate::finishFinishLine(), KDGantt::ItemDelegate::finishStartArrow(), KDGantt::ItemDelegate::finishStartLine(), KDGantt::ItemDelegate::startFinishArrow(), KDGantt::ItemDelegate::startFinishLine(), KDGantt::ItemDelegate::startStartArrow(), and KDGantt::ItemDelegate::startStartLine().