summaryrefslogtreecommitdiffstats
path: root/interfaces/Mainpage.dox
blob: 19945a0a6c4ca79fa1b2e75a2619fd46e42ac09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @mainpage Interfaces
*
* This section collects interfaces that can be implemented
* by applications. The interfaces provide well-defined functionality
* and make it possible to substitute one application (that implements
* a given interface) for another.
*
* Documented interfaces are:
*
* - KSpeech (speech services interface)
* - TerminalInterface
* - KHE (hexa editor interface)
* - KTextEditor (a generic text-editor interface)
* - KScriptInterface (script engine interface)
* - KMediaPlayer (media player interface)
* - KRegExpEditorInterface (regular expression editor interface)
* - KIMProxy, KIMIface (instant messenger interfaces)
*/