~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to systemsettings/core/Mainpage.dox

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** @mainpage System Settings view interface
 
2
 
 
3
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 convienence classes are available.
 
4
 
 
5
These classes include:
 
6
- <a href="classBaseMode.html">BaseMode</a> the base view plugin interface.
 
7
- <a href="classBaseData.html">BaseData</a> providing access to data shared between all plugins.
 
8
- <a href="classMenuItem.html">MenuItem</a> the categories and modules information.
 
9
- <a href="classMenuModel.html">MenuModel</a> uses MenuItem to provide a tree structure of information about the modules.
 
10
- <a href="classMenuProxyModel.html">MenuProxyModel</a> ensures that only System Settings modules are displayed, and provides filtering capabilities
 
11
- <a href="classModuleView.html">ModuleView</a> provides an easy interface to load and display control modules, as well as handle saving of configuration correctly
 
12
- <a href="classToolTipManager.html">ToolTipManager</a> provides large informative tooltips, containing detailed information. This is handled automatically for you in most cases
 
13
*/
 
14
 
 
15
// DOXYGEN_SET_PROJECT_NAME = SystemSettingsView
 
16
// DOXYGEN_ENABLE = YES
 
17
// DOXYGEN_SET_EXCLUDE_PATTERNS += */ToolTips/*