248e733a1f
as indicated in Tasks. A simple static function does the job IMHO, but if we want something like a RunnerLoader/Trader class (which can also load a specified single runner?) I can work on that. One more question in mind :). Should we make all runners loadable in runtime? svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=638445 |
||
---|---|---|
tests | ||
widgets | ||
applet.cpp | ||
applet.h | ||
appletLayout.cpp | ||
appletLayout.h | ||
CMakeLists.txt | ||
dataengine.cpp | ||
dataengine.h | ||
datavisualization.h | ||
interface.cpp | ||
interface.h | ||
Messages.sh | ||
plasma.cpp | ||
plasma.h | ||
README | ||
runner.cpp | ||
runner.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.