You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
785 B
42 lines
785 B
15 years ago
|
/**
|
||
|
@defgroup main Main classes
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
@defgroup internal Internal classes
|
||
|
*/
|
||
|
|
||
|
/**
|
||
14 years ago
|
@defgroup findreplace Find and Replace classes
|
||
15 years ago
|
|
||
14 years ago
|
These classes implement a generic find/replace function, along with
|
||
15 years ago
|
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.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
12 years ago
|
@defgroup tdecmodule KControl module classes
|
||
15 years ago
|
|
||
|
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).
|
||
|
*/
|
||
|
|