#include <QItemDelegate>#include <QBrush>#include <QPen>#include <QDebug>#include "../kdchart_export.h"#include "kdganttglobal.h"

Go to the source code of this file.
Classes | |
| class | KDGantt::ItemDelegate |
| Class used to render gantt items in a KDGantt::GraphicsView. More... | |
Namespaces | |
| namespace | KDGantt |
Functions | |
| QDebug | operator<< (QDebug dbg, KDGantt::ItemDelegate::InteractionState) |
| QDebug operator<< | ( | QDebug | dbg, | |
| KDGantt::ItemDelegate::InteractionState | ||||
| ) |
Definition at line 41 of file kdganttitemdelegate.cpp.
References PRINT_INTERACTIONSTATE, KDGantt::ItemDelegate::State_ExtendLeft, KDGantt::ItemDelegate::State_ExtendRight, KDGantt::ItemDelegate::State_Move, and KDGantt::ItemDelegate::State_None.