/** @mainpage The KDE Library API Reference

Overview | @ref components | @ref development | @ref search

This is the online reference for developing with the KDE libraries (kdelibs). The KDE libraries build on the Qt framework to provide a powerful framework to make writing applications easier, and provide consistency across the KDE desktop environment. Among other things, the KDE libraries provide: - standard user interface elements, on top of those provided by Qt (KDEUI) - a standard configuration format and method of reading and writing configuration data (KConfig) - site-independent access to standard directories, for finding resources such as icons (KStandardDirs) - network transparent input and output (KIO) - a method of embedding application components in other applications (KParts) - straightforward multimedia and hardware interaction (Phonon and Solid) - fully-fledged JavaScript and HTML engines (KJS and KHTML) - an application scripting framework (Kross) - semantic information and tagging (Nepomuk) Visit the development section of KDE Techbase for tutorials, architectural overviews and other useful information. @authors Far too many to list. See the copyright notices on the individual files, as well as the pages for individual components. @maintainers There is no single maintainer for kdelibs. Overall direction is governed by the kde-core-devel mailing list. Some of the individual components have their own maintainers: see the component pages for more information. @licenses Libraries: @lgpl
Some helper binaries: @gpl
Some code may have more permissive licenses. */ /** @page components Components

@ref index "Overview" | Components | @ref development | @ref search

Below is a brief summary of the various libraries you may want to use when developing a KDE application. Note that there is more to kdelibs than these libraries: on the left is a complete list of kdelibs components. However, in almost all cases you will only be interested in the ones listed below. The remaining ones are mostly implementation details that you don't need to worry about. There are also several components you can use. Interfaces to most of these can be found in the interfaces section, but you should also be aware of KHTMLPart, which provides a full web browser component.
KDECore
Core KDE classes that are not related to the user interface.
[ Documentation | Classes ]
KIO
KDE's network-transparent input/output system: provides just about every file-management function you'll ever need.
[ Documentation | Classes ]
KDEUI
KDE User Interface classes such as widgets.
[ Documentation | Classes ]
Phonon
KDE's multimedia framework.
[ Documentation | Classes ]
Solid
KDE Hardware Discovery and Management classes.
[ Documentation | Classes ]
Nepomuk
The KDE Meta Data library, for metadata assigned to a resource (such as a file or an email) by the user or by an application, such as tags or download locations.
[ Documentation | Classes ]
KParts
The KDE component library: provides support for re-usable, embeddable, extendible components for use in applications.
[ Documentation | Classes ]
KNewStuff
Upload and download of application data.
[ Documentation | Classes ]
KDEPrint
The KDE printing system.
[ Documentation | Classes ]
DNSSD
Access to the DNSSD (aka Bonjour, Zeroconf) service publishing and discovery protocol.
[ Documentation | Classes ]
KJS
JavaScript (aka. ECMAScript and JScript) support.
[ Documentation | Classes ]
Kross
Allows scripting to be added to an application in an interpreter-independent way.
[ Documentation | Classes ]
ThreadWeaver
A job-based multi-threading library
[ Documentation | Classes ]
KDESU
Run processes remotely or with elevated privileges.
[ Documentation | Classes ]
KPty
A library for interfacing with pseudo terminals.
[ Documentation | Classes ]
*/ /** @page development Development

@ref index "Overview" | @ref components | Development | @ref search

To follow or get involved with the development of the KDE libraries, join the kde-core-devel mailing list. Instructions for building a development version of KDE can be found in the getting started section of the KDE Techbase. */ /** @page search Search

@ref index "Overview" | @ref components | @ref development | Search

You can search for any class in the public API of the KDE libraries here. Note: only enter the class name, without any namespace qualifiers. @htmlonly
@endhtmlonly If you want to search for any sort of identifier in kdelibs (and other code in the KDE SVN repository), you can do so using the KDE Source Cross-Reference tool. */ // DOXYGEN_NAME=kdelibs // DOXYGEN_ENABLE=YES // vim:ts=4:sw=4:expandtab:filetype=doxygen