KUserFeedback
selectionratiosource.h
AbstractDataSource(const QString &id, Provider::TelemetryMode mode=Provider::DetailedUsageStatistics)
Create a new data source named name.
Definition abstractdatasource.cpp:55
SelectionRatioSource(QItemSelectionModel *selectionModel, const QString &sampleName)
Create a new selection ratio data source.
Definition selectionratiosource.cpp:76
void setRole(int role)
Determine which role to consider for the reported value.
Definition selectionratiosource.cpp:92
QString description() const override
Returns a human-readable, translated description of what this source provides.
Definition selectionratiosource.cpp:98
QVariant data() override
Returns the data gathered by this source.
Definition selectionratiosource.cpp:110
void resetImpl(QSettings *settings) override
Invoked by reset() in order to reset individual settings of this data source.
Definition selectionratiosource.cpp:159
void loadImpl(QSettings *settings) override
Invoked by load() in order to load individual settings of this data source.
Definition selectionratiosource.cpp:131
void setDescription(const QString &desc)
Set human-readable and translated description of the data provided by this source.
Definition selectionratiosource.cpp:104
void storeImpl(QSettings *settings) override
Invoked by store() in order to store individual settings of this data source.
Definition selectionratiosource.cpp:142
Classes for integrating telemetry collection, survey targeting, and contribution encouragenemt and co...
Definition surveytargetexpression.h:16
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.