Plasma5Support

appservice.h
1/*
2 SPDX-FileCopyrightText: 2009 Chani Armitage <chani@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-only
5*/
6
7#pragma once
8
9// plasma
10#include <Plasma5Support/Service>
11#include <Plasma5Support/ServiceJob>
12
13// own
14#include "appsource.h"
15
16/**
17 * App Service
18 */
20{
22
23public:
24 explicit AppService(AppSource *source);
25 ~AppService() override;
26
27protected:
28 Plasma5Support::ServiceJob *createJob(const QString &operation, QMap<QString, QVariant> &parameters) override;
29
30private:
31 AppSource *m_source;
32};
App Service.
Definition appservice.h:20
App Source.
Definition appsource.h:19
This class provides jobs for use with Plasma5Support::Service.
Definition servicejob.h:39
This class provides a generic API for write access to settings or services.
Definition service.h:78
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.