Warning, /plasma/systemsettings/core/Mainpage.dox is written in an unsupported language. File is not indexed.

0001 /** @mainpage System Settings view interface
0002 
0003 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.
0004 
0005 These classes include:
0006 - <a href="classBaseMode.html">BaseMode</a> the base view plugin interface.
0007 - <a href="classBaseData.html">BaseData</a> providing access to data shared between all plugins.
0008 - <a href="classMenuItem.html">MenuItem</a> the categories and modules information.
0009 - <a href="classMenuModel.html">MenuModel</a> uses MenuItem to provide a tree structure of information about the modules.
0010 - <a href="classMenuProxyModel.html">MenuProxyModel</a> ensures that only System Settings modules are displayed, and provides filtering capabilities
0011 - <a href="classModuleView.html">ModuleView</a> provides an easy interface to load and display control modules, as well as handle saving of configuration correctly
0012 - <a href="classToolTipManager.html">ToolTipManager</a> provides large informative tooltips, containing detailed information. This is handled automatically for you in most cases
0013 */
0014 
0015 // DOXYGEN_SET_PROJECT_NAME = SystemSettingsView
0016 // DOXYGEN_ENABLE = YES
0017 // DOXYGEN_SET_EXCLUDE_PATTERNS += */ToolTips/*