11 #ifndef KDGANTTTREEVIEWROWCONTROLLER_H
12 #define KDGANTTTREEVIEWROWCONTROLLER_H
17 class QAbstractProxyModel;
29 int headerHeight()
const override;
30 int maximumItemHeight()
const override;
31 int totalHeight()
const override;
32 bool isRowVisible(
const QModelIndex &idx)
const override;
33 bool isRowExpanded(
const QModelIndex &idx)
const override;
34 Span rowGeometry(
const QModelIndex &idx)
const override;
35 QModelIndex indexAt(
int height)
const override;
36 QModelIndex indexAbove(
const QModelIndex &idx)
const override;
37 QModelIndex indexBelow(
const QModelIndex &idx)
const override;
Abstract baseclass for row controllers.
A class representing a start point and a length.
#define KDGANTT_DECLARE_PRIVATE_BASE_POLYMORPHIC(X)