23 #ifndef KDGANTTABSTRACTROWCONTROLLER_H 24 #define KDGANTTABSTRACTROWCONTROLLER_H 39 virtual int headerHeight()
const = 0;
40 virtual int maximumItemHeight()
const = 0;
41 virtual int totalHeight()
const = 0;
43 virtual bool isRowVisible(
const QModelIndex& idx )
const = 0;
44 virtual bool isRowExpanded(
const QModelIndex& idx )
const = 0;
45 virtual Span rowGeometry(
const QModelIndex& idx )
const = 0;
48 virtual QModelIndex indexAt(
int height )
const = 0;
49 virtual QModelIndex indexAbove(
const QModelIndex& idx )
const = 0;
50 virtual QModelIndex indexBelow(
const QModelIndex& idx )
const = 0;
A class representing a start point and a length.
Abstract baseclass for row controllers. A row controller is used by the GraphicsView to nagivate the ...