45ee70aa26
* animate -> animateItem * frames -> framesPerSecond * use the curve shape as provided by the animator * get rid of the use of QTimeLine * this cuts down on the number of objects and timer events dramatically in the case of multiple simultaneous animations * all animations now update on the same tick * simplifies the management code a -lot- though now i need to do a lot more of the math TODO: implement interval updating based on the curve shape; otherwise, works pretty well =) svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=679871 |
||
---|---|---|
effects | ||
includes | ||
servicetypes | ||
tests | ||
widgets | ||
abstractrunner.cpp | ||
abstractrunner.h | ||
animator.cpp | ||
animator.h | ||
applet.cpp | ||
applet.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 | ||
package.cpp | ||
package.h | ||
packagemetadata.cpp | ||
packagemetadata.h | ||
packager.cpp | ||
packager.h | ||
packagestructure.cpp | ||
packagestructure.h | ||
phase.cpp | ||
phase.h | ||
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.