23 #ifndef KDGANTTTREEVIEWROWCONTROLLER_H 24 #define KDGANTTTREEVIEWROWCONTROLLER_H 40 int headerHeight()
const;
41 int maximumItemHeight()
const;
42 int totalHeight()
const;
43 bool isRowVisible(
const QModelIndex& idx )
const;
44 bool isRowExpanded(
const QModelIndex& idx )
const;
45 Span rowGeometry(
const QModelIndex& idx )
const;
46 QModelIndex indexAt(
int height )
const;
47 QModelIndex indexAbove(
const QModelIndex& idx )
const;
48 QModelIndex indexBelow(
const QModelIndex& idx )
const;
#define KDGANTT_DECLARE_PRIVATE_BASE_POLYMORPHIC(X)
A class representing a start point and a length.
Class only listed here to document inheritance of some KDChart classes.
Abstract baseclass for row controllers. A row controller is used by the GraphicsView to nagivate the ...