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

Method flags

src/KDChart/KDChartDatasetProxyModel.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29Qt::ItemFlags DatasetProxyModel::flags(const QModelIndex &index) const
30{
31 return sourceModel()->flags(mapToSource(index));
32}
33
34void DatasetProxyModel::setDatasetRowDescriptionVector(
35 const DatasetDescriptionVector &configuration)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected