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

Method ModelParamVsParamPlot

qtests/ParamVsParam/ModelParamVsParamPlot.cpp:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22static int nrOfKDChart(0);
23
24ModelParamVsParamPlot::ModelParamVsParamPlot(
25 QAbstractItemModel *p_sourceModel,
26 int p_column1,
27 int p_column2,
28 QObject *p_parent)
29 : QSortFilterProxyModel(p_parent)
30 , m_column1(p_column1)
31 , m_column2(p_column2)
32{
33 setSourceModel(p_sourceModel);
34} // ModelParamVsParamPlot::ModelParamVsParamPlot()
35
36int ModelParamVsParamPlot::columnCount(
37 const QModelIndex & /*p_parent*/) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected