Development/Architecture/KDE4/Plasma: Difference between revisions

From KDE TechBase
No edit summary
(add translate tags)
Line 1: Line 1:
<languages />


<translate>Plasma is the name of the new desktop planned to replace KDesktop in KDE4. You may think that it is a union of [http://netdragon.sf.net SuperKaramba] and KDesktop, but it's more. It's a whole concept of functionality and beauty.</translate>


Plasma is the name of the new desktop planned to replace KDesktop in KDE4. You may think that it is a union of [http://netdragon.sf.net SuperKaramba] and KDesktop, but it's more. It's a whole concept of functionality and beauty.
<translate>Its implementation is based on the Qt [http://doc.trolltech.com/graphicsview.html Graphics View Framework] introduced in Qt 4.2.</translate>


Its implementation is based on the Qt [http://doc.trolltech.com/graphicsview.html Graphics View Framework] introduced in Qt 4.2.
<translate>From a developer point of view there are some classes in libplasma who play central roles.</translate>


From a developer point of view there are some classes in libplasma who play central roles.
* <translate>'''Corona''': extends [http://doc.trolltech.com/qgraphicsscene.html QGraphicsScene] and provides functionality for adding applets and karamba themes.</translate>
* <translate>'''Widget''': extends [http://doc.trolltech.com/qgraphicsitem.html QGraphicsItem] and works as simple elements in the desktop. There are some built-in in libplasma as icons or buttons.</translate>
* <translate>'''Applet''': extends Widget and implements sophisticated functionality as rss display, a clock or system monitoring.</translate>
* <translate>'''DataEngine''': The common use of a DataEngine is to provide data to an applet for display. This allows a user interface elements to show all sorts of data.</translate>


* '''Corona''': extends [http://doc.trolltech.com/qgraphicsscene.html QGraphicsScene] and provides functionality for adding applets and karamba themes.
===<translate>Further reading</translate>===
* '''Widget''': extends [http://doc.trolltech.com/qgraphicsitem.html QGraphicsItem] and works as simple elements in the desktop. There are some built-in in libplasma as icons or buttons.
* <translate>[http://plasma.kde.org Plasma homesite]</translate>
* '''Applet''': extends Widget and implements sophisticated functionality as rss display, a clock or system monitoring.
* <translate>[http://api.kde.org/4.0-api/kdebase-workspace-apidocs/libs/plasma/html/index.html API]</translate>
* '''DataEngine''': The common use of a DataEngine is to provide data to an applet for display. This allows a user interface elements to show all sorts of data.
* <translate>[[Projects/Plasma|Plasma techbase page]]</translate>


===Further reading===
* [http://plasma.kde.org Plasma homesite]
* [http://api.kde.org/4.0-api/kdebase-workspace-apidocs/libs/plasma/html/index.html API]
* [[Projects/Plasma|Plasma techbase page]]


 
<translate>[[Category:Architecture]]</translate>
[[Category:Architecture]]
<translate>[[Category:KDE4]]</translate>
[[Category:KDE4]]

Revision as of 20:12, 3 January 2013


Plasma is the name of the new desktop planned to replace KDesktop in KDE4. You may think that it is a union of SuperKaramba and KDesktop, but it's more. It's a whole concept of functionality and beauty.

Its implementation is based on the Qt Graphics View Framework introduced in Qt 4.2.

From a developer point of view there are some classes in libplasma who play central roles.

  • Corona: extends QGraphicsScene and provides functionality for adding applets and karamba themes.
  • Widget: extends QGraphicsItem and works as simple elements in the desktop. There are some built-in in libplasma as icons or buttons.
  • Applet: extends Widget and implements sophisticated functionality as rss display, a clock or system monitoring.
  • DataEngine: The common use of a DataEngine is to provide data to an applet for display. This allows a user interface elements to show all sorts of data.

Further reading