kdgantt2
#include <kdganttview_p.h>
Public Member Functions | |
Private (View *) | |
virtual | ~Private () |
GraphicsItem * | createItem (ItemType type) const |
void | init () |
void | slotCollapsed (const QModelIndex &) |
void | slotExpanded (const QModelIndex &) |
void | slotGfxViewVerticalRangeChanged (int, int) |
void | slotLeftWidgetVerticalRangeChanged (int, int) |
void | slotVerticalScrollValueChanged (int) |
void | updateScene () |
Public Attributes | |
ConstraintProxy | constraintProxy |
ProxyModel | ganttProxyModel |
GraphicsView | gfxview |
QPointer< QAbstractItemView > | leftWidget |
ConstraintModel | mappedConstraintModel |
QPointer< QAbstractItemModel > | model |
View * | q |
AbstractRowController * | rowController |
QSplitter | splitter |
Detailed Description
Definition at line 64 of file kdganttview_p.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 70 of file kdganttview.cpp.
|
virtual |
Definition at line 80 of file kdganttview.cpp.
Member Function Documentation
GraphicsItem* KDGantt::View::Private::createItem | ( | ItemType | type | ) | const |
void View::Private::init | ( | ) |
Definition at line 84 of file kdganttview.cpp.
void View::Private::slotCollapsed | ( | const QModelIndex & | _idx | ) |
Definition at line 130 of file kdganttview.cpp.
void View::Private::slotExpanded | ( | const QModelIndex & | _idx | ) |
Definition at line 166 of file kdganttview.cpp.
void View::Private::slotGfxViewVerticalRangeChanged | ( | int | min, |
int | max | ||
) |
Definition at line 193 of file kdganttview.cpp.
void View::Private::slotLeftWidgetVerticalRangeChanged | ( | int | min, |
int | max | ||
) |
Definition at line 186 of file kdganttview.cpp.
void View::Private::slotVerticalScrollValueChanged | ( | int | val | ) |
Definition at line 177 of file kdganttview.cpp.
void View::Private::updateScene | ( | ) |
Definition at line 110 of file kdganttview.cpp.
Member Data Documentation
ConstraintProxy KDGantt::View::Private::constraintProxy |
Definition at line 97 of file kdganttview_p.h.
ProxyModel KDGantt::View::Private::ganttProxyModel |
Definition at line 94 of file kdganttview_p.h.
GraphicsView KDGantt::View::Private::gfxview |
Definition at line 90 of file kdganttview_p.h.
QPointer<QAbstractItemView> KDGantt::View::Private::leftWidget |
Definition at line 88 of file kdganttview_p.h.
ConstraintModel KDGantt::View::Private::mappedConstraintModel |
Definition at line 96 of file kdganttview_p.h.
QPointer<QAbstractItemModel> KDGantt::View::Private::model |
Definition at line 93 of file kdganttview_p.h.
View* KDGantt::View::Private::q |
Definition at line 82 of file kdganttview_p.h.
AbstractRowController* KDGantt::View::Private::rowController |
Definition at line 89 of file kdganttview_p.h.
QSplitter KDGantt::View::Private::splitter |
Definition at line 84 of file kdganttview_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.