Go to file
Zack Rusin 879fbb19a0 Doing some basic work on visual foundation for applets
and adding desktop stubs.


svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=492502
2005-12-30 06:47:24 +00:00
tests add drag and drop to AppletInfo 2005-10-05 20:44:14 +00:00
applet.cpp some pieces that compile at the moment 2005-12-29 21:55:22 +00:00
applet.h some pieces that compile at the moment 2005-12-29 21:55:22 +00:00
appletChain.cpp add a couple of methods here so matt knows where to put the loading code 2005-12-30 00:25:15 +00:00
appletChain.h add a couple of methods here so matt knows where to put the loading code 2005-12-30 00:25:15 +00:00
appletCompositor.cpp Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +00:00
appletCompositor.h Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +00:00
appletLayout.cpp Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +00:00
appletLayout.h Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +00:00
Makefile.am Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +00:00
plasma.cpp some pieces that compile at the moment 2005-12-29 21:55:22 +00:00
plasma.h some pieces that compile at the moment 2005-12-29 21:55:22 +00:00
README things builds, but the test is fubar'd until i figure out how to get the 2005-09-07 20:23:08 +00:00

libplasma

This directory contains the classes making up libplasma, which provides the
core framework used by Plasma and its components. This includes applet and
extension definitions and loading, common GUI elements, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but in one of the Plasma Engines.

Please refer to the Plasma website (http://plasma.kde.org) for API
documentation and design documents regrading this lbirary.