MCPcopy Create free account
hub / github.com/KDAB/KDChart / isRowExpanded

Method isRowExpanded

tests/Gantt/gfxview/main.cpp:48–51  ·  view source on GitHub ↗

reimp*/

Source from the content-addressed store, hash-verified

46 return true;
47 }
48 /*reimp*/ bool isRowExpanded(const QModelIndex &) const override
49 {
50 return false;
51 }
52 /*reimp*/ KDGantt::Span rowGeometry(const QModelIndex &idx) const override
53 {
54 qDebug() << "rowGeometry(" << idx.row() << ")";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected