KUserFeedback

openglinfosource.h
1/*
2 SPDX-FileCopyrightText: 2017 Volker Krause <vkrause@kde.org>
3
4 SPDX-License-Identifier: MIT
5*/
6
7#ifndef KUSERFEEDBACK_OPENGLINFOSOURCE_H
8#define KUSERFEEDBACK_OPENGLINFOSOURCE_H
9
10#include "abstractdatasource.h"
11
12namespace KUserFeedback {
13
14/*! Data source reporting type, version and vendor of the OpenGL stack.
15 *
16 * The default telemetry mode for this source is Provider::DetailedSystemInformation.
17 */
18class KUSERFEEDBACKCORE_EXPORT OpenGLInfoSource : public AbstractDataSource
19{
20public:
21 Q_DECLARE_TR_FUNCTIONS(KUserFeedback::OpenGLInfoSource)
22public:
24
25 QString name() const override;
26 QString description() const override;
27
28 QVariant data() override;
29};
30
31}
32
33#endif // KUSERFEEDBACK_OPENGLINFOSOURCE_H
Base class for data sources for telemetry data.
Data source reporting type, version and vendor of the OpenGL stack.
Classes for integrating telemetry collection, survey targeting, and contribution encouragenemt and co...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:18:51 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.