#include <KDGanttAbstractRowController>

Definition at line 34 of file kdganttabstractrowcontroller.h.
Public Member Functions | |
| AbstractRowController () | |
| virtual int | headerHeight () const =0 |
| virtual QModelIndex | indexAbove (const QModelIndex &idx) const =0 |
| virtual QModelIndex | indexAt (int height) const =0 |
| virtual QModelIndex | indexBelow (const QModelIndex &idx) const =0 |
| virtual bool | isRowExpanded (const QModelIndex &idx) const =0 |
| virtual bool | isRowVisible (const QModelIndex &idx) const =0 |
| virtual int | maximumItemHeight () const =0 |
| virtual Span | rowGeometry (const QModelIndex &idx) const =0 |
| virtual int | totalHeight () const =0 |
| virtual | ~AbstractRowController () |
| AbstractRowController::AbstractRowController | ( | ) |
| AbstractRowController::~AbstractRowController | ( | ) | [virtual] |
| int AbstractRowController::headerHeight | ( | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
| QModelIndex AbstractRowController::indexAbove | ( | const QModelIndex & | idx | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::DateTimeGrid::paintGrid().
| virtual QModelIndex KDGantt::AbstractRowController::indexAt | ( | int | height | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::DateTimeGrid::paintGrid().
| QModelIndex AbstractRowController::indexBelow | ( | const QModelIndex & | idx | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::DateTimeGrid::paintGrid().
| virtual bool KDGantt::AbstractRowController::isRowExpanded | ( | const QModelIndex & | idx | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::GraphicsScene::updateRow().
| bool AbstractRowController::isRowVisible | ( | const QModelIndex & | idx | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
| virtual int KDGantt::AbstractRowController::maximumItemHeight | ( | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::GraphicsItem::updateItem().
| Span AbstractRowController::rowGeometry | ( | const QModelIndex & | idx | ) | const [pure virtual] |
Span MyRowCtrlr::rowGeometry(const QModelIndex& idx) { return Span(idx.row()*10,10); }
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::DateTimeGrid::paintGrid(), and KDGantt::GraphicsScene::updateRow().
| int AbstractRowController::totalHeight | ( | ) | const [pure virtual] |
Implemented in KDGantt::ListViewRowController, and KDGantt::TreeViewRowController.
Referenced by KDGantt::GraphicsView::resizeEvent(), and KDGantt::GraphicsView::updateSceneRect().
1.5.4