 |
KD Chart 2
[rev.2.8]
|
Go to the documentation of this file.
23 #ifndef KDGANTTABSTRACTROWCONTROLLER_H
24 #define KDGANTTABSTRACTROWCONTROLLER_H
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;
virtual Span rowGeometry(const QModelIndex &idx) const =0
virtual int totalHeight() const =0
virtual int headerHeight() const =0
virtual QModelIndex indexBelow(const QModelIndex &idx) const =0
virtual bool isRowExpanded(const QModelIndex &idx) const =0
Abstract baseclass for row controllers. A row controller is used by the GraphicsView to nagivate the ...
virtual QModelIndex indexAbove(const QModelIndex &idx) const =0
A class representing a start point and a length.
virtual QModelIndex indexAt(int height) const =0
virtual bool isRowVisible(const QModelIndex &idx) const =0
virtual int maximumItemHeight() const =0