KChart
9#ifndef KCHARTDATASETSELECTOR_H
10#define KCHARTDATASETSELECTOR_H
14#include "KChartDatasetProxyModel.h"
24 class DatasetSelector;
33 class KCHART_EXPORT DatasetSelectorWidget :
public QFrame
38 explicit DatasetSelectorWidget ( QWidget* parent =
nullptr );
39 ~DatasetSelectorWidget()
override;
42 void setSourceRowCount (
const int& rowCount );
43 void setSourceColumnCount (
const int& columnCount );
46 void configureDatasetProxyModel (
47 const KChart::DatasetDescriptionVector& rowConfig,
48 const KChart::DatasetDescriptionVector& columnConfig );
50 void mappingDisabled ();
53 void updateState (
bool );
54 void calculateMapping();
57 void resetDisplayValues ();
59 Ui::DatasetSelector* mUi;
61 int mSourceColumnCount;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.