SystemSettingsView
System Settings view interface
This provides a standardised interface for views to System Settings, allowing you to provide your own view on the list of modules and categories. In order to simplify this task, a number of convenience classes are available.
These classes include:
- BaseMode the base view plugin interface.
- BaseData providing access to data shared between all plugins.
- MenuItem the categories and modules information.
- MenuModel uses MenuItem to provide a tree structure of information about the modules.
- MenuProxyModel ensures that only System Settings modules are displayed, and provides filtering capabilities
- ModuleView provides an easy interface to load and display control modules, as well as handle saving of configuration correctly
- ToolTipManager provides large informative tooltips, containing detailed information. This is handled automatically for you in most cases
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 7 2019 03:34:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 7 2019 03:34:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.