Development/Architecture/KDE4/KParts: Difference between revisions
Appearance
mNo edit summary |
Removed GNOME, added API links, reflowed. |
||
Line 1: | Line 1: | ||
KParts is the name of the component framework for | '''KParts''' is the name of the component framework for KDE. An individual component is called a '''KPart'''. As an example, Konsole is available as a KPart and is used in applications like Konqueror and Kate. Good examples about how KParts can be used are Konqueror, which (among other things) uses the KWord part to display documents, KMPlayer part to play multimedia, and Kontact, which embeds kdepim applications under one roof. | ||
Konsole is available as a KPart and is used in applications like Konqueror and Kate. | |||
===Further reading=== | ===Further reading=== | ||
* [http://api.kde.org/cvs-api/kdelibs-apidocs/kparts/html/index.html KParts API Reference] | |||
* [http://api.kde.org/cvs-api/kdelibs-apidocs/kparts/html/classKParts_1_1Part.html KParts Class Reference] | |||
* [http://www-106.ibm.com/developerworks/library/l-kparts/ Coding with KParts] (from IBM) | * [http://www-106.ibm.com/developerworks/library/l-kparts/ Coding with KParts] (from IBM) | ||
Revision as of 21:10, 9 January 2007
KParts is the name of the component framework for KDE. An individual component is called a KPart. As an example, Konsole is available as a KPart and is used in applications like Konqueror and Kate. Good examples about how KParts can be used are Konqueror, which (among other things) uses the KWord part to display documents, KMPlayer part to play multimedia, and Kontact, which embeds kdepim applications under one roof.