blob: a4e0a633fd0629a3aa5b33a8219de6e5457bd501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
/**
@defgroup main Main classes
*/
/**
@defgroup internal Internal classes
*/
/**
@defgroup findreplace Find and Replace classes
These classes implement a generic find/replace function, along with
extensible dialogs.
*/
/**
@defgroup plugin Plugin handling classes
These classes provide an easy and generic way for handling plugins.
*/
/**
@defgroup settings Settings UI classes
These classes provide widgets to build settings dialogs. See KSettings
namespace description for an overview.
*/
/**
@defgroup tdecmodule KControl module classes
Thwse classes provide the KControl module API.
*/
/**
@defgroup multitabbar KMultiTabBar related classes
These classes implement the tab bar often found on the border of KDE
applications' main windows (such as Kate or KDevelop).
*/
|