2638b6031b
* return an instance of the NullEngine on engine loading failure; this way applets don't have to test for engine existence and can just assume something gets returned * DataEngine::isValid() in case someone really cares to know whether they have a non-functional engine (e.g. the NullEngine) svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=670900 |
||
---|---|---|
includes | ||
tests | ||
widgets | ||
abstractrunner.cpp | ||
abstractrunner.h | ||
applet.cpp | ||
applet.h | ||
appletLayout.cpp | ||
appletLayout.h | ||
CMakeLists.txt | ||
corona.cpp | ||
corona.h | ||
dataengine.cpp | ||
dataengine.h | ||
dataenginemanager.cpp | ||
dataenginemanager.h | ||
datasource.cpp | ||
datasource.h | ||
karambamanager.cpp | ||
karambamanager.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.