bbaebc6b1b
#include <plasma/foo.h> in headers in libplasma. this is important so that they can be used post-install by third party plugins, apps, etc. also, changed Applet::loadDataEngine to just Applet::dataEngine and make it actually return the data engine; move the applets to using it. safer and fewer LoC svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=670850 |
||
---|---|---|
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.