10dd76c794
* add the ability to limit the number of data sources in an engine; least used items drop off. the algorithm for this is pretty simplistic and not overly scalable, but that's something that can be fixed when we run into problems (e.g. setLimit(1000) or something silly =) svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=668927 |
||
---|---|---|
includes | ||
tests | ||
widgets | ||
abstractrunner.cpp | ||
abstractrunner.h | ||
applet.cpp | ||
applet.h | ||
appletLayout.cpp | ||
appletLayout.h | ||
CMakeLists.txt | ||
dataengine.cpp | ||
dataengine.h | ||
dataenginemanager.cpp | ||
dataenginemanager.h | ||
datasource.cpp | ||
datasource.h | ||
Mainpage.dox | ||
Messages.sh | ||
plasma_applet.desktop | ||
plasma_dataengine.desktop | ||
plasma_export.h | ||
plasma.cpp | ||
plasma.h | ||
README | ||
svg.cpp | ||
svg.h | ||
theme.cpp | ||
theme.h |
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 regarding this library.