Kirigami2
platformpluginfactory.h
This class is reimpleented by plugins to provide different implementations of PlatformTheme.
Definition platformpluginfactory.h:30
virtual Units * createUnits(QObject *parent)=0
Creates an instance of Units which can come from an implementation provided by a plugin.
virtual PlatformTheme * createPlatformTheme(QObject *parent)=0
Creates an instance of PlatformTheme which can come out from an implementation provided by a plugin.
static PlatformPluginFactory * findPlugin(const QString &pluginName={})
finds the plugin providing units and platformtheme for the current style The plugin pointer is cached...
Definition platformpluginfactory.cpp:29
This class is the base for color management in Kirigami, different platforms can reimplement this cla...
Definition platformtheme.h:34
A set of values to define semantically sizes and durations.
Definition units.h:80
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:21 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:51:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.