kdgantt
kdganttitemdelegate.cpp File Reference
#include "kdganttitemdelegate_p.h"
#include "kdganttglobal.h"
#include "kdganttstyleoptionganttitem.h"
#include "kdganttconstraint.h"
#include <QPainter>
#include <QPainterPath>
#include <QPen>
#include <QModelIndex>
#include <QAbstractItemModel>
#include <QApplication>
#include "moc_kdganttitemdelegate.cpp"
Include dependency graph for kdganttitemdelegate.cpp:

Go to the source code of this file.
Defines | |
| #define | d d_func() |
| #define | PRINT_INTERACTIONSTATE(x) case x: dbg << #x; break; |
Functions | |
| QDebug | operator<< (QDebug dbg, KDGantt::ItemDelegate::InteractionState state) |
Variables | |
| static const qreal | PW = 1.5 |
| static const qreal | TURN = 10. |
Define Documentation
| #define d d_func() |
Definition at line 112 of file kdganttitemdelegate.cpp.
| #define PRINT_INTERACTIONSTATE | ( | x | ) | case x: dbg << #x; break; |
Definition at line 37 of file kdganttitemdelegate.cpp.
Function Documentation
| QDebug operator<< | ( | QDebug | dbg, | |
| KDGantt::ItemDelegate::InteractionState | state | |||
| ) |
Definition at line 41 of file kdganttitemdelegate.cpp.
Variable Documentation
const qreal PW = 1.5 [static] |
Definition at line 337 of file kdganttitemdelegate.cpp.
const qreal TURN = 10. [static] |
Definition at line 336 of file kdganttitemdelegate.cpp.
KDE 4.2 API Reference