7#include "genericplugininterface.h"
11class PimCommon::GenericPluginInterfacePrivate
14 GenericPluginInterfacePrivate() =
default;
19GenericPluginInterface::GenericPluginInterface(
QObject *parent)
20 : AbstractGenericPluginInterface(parent)
21 , d(new GenericPluginInterfacePrivate)
25GenericPluginInterface::~GenericPluginInterface() =
default;
29 d->actionTypes =
type;
32void GenericPluginInterface::addActionType(
ActionType type)
34 if (!d->actionTypes.contains(type)) {
35 d->actionTypes.append(type);
41 return d->actionTypes;
44void GenericPluginInterface::updateActions(
int numberOfSelectedItems,
int numberOfSelectedCollections)
46 Q_UNUSED(numberOfSelectedItems)
47 Q_UNUSED(numberOfSelectedCollections)
75#include "moc_genericplugininterface.cpp"
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:22 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.