some apidox noting when they appeared
svn path=/trunk/KDE/kdelibs/; revision=1038238
This commit is contained in:
parent
db5fd60cc8
commit
2e18ea7af8
@ -38,7 +38,8 @@ namespace Plasma
|
|||||||
class AnimationPrivate;
|
class AnimationPrivate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract representation of a single animation.
|
* @brief Abstract representation of a single animation.
|
||||||
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
class PLASMA_EXPORT Animation : public AbstractAnimation
|
class PLASMA_EXPORT Animation : public AbstractAnimation
|
||||||
{
|
{
|
||||||
|
@ -37,7 +37,8 @@ namespace Plasma
|
|||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A group of Animations and / or AnimationGroups.
|
* @brief A group of Animations and / or AnimationGroups.
|
||||||
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
class PLASMA_EXPORT AnimationGroup : public AbstractAnimation
|
class PLASMA_EXPORT AnimationGroup : public AbstractAnimation
|
||||||
{
|
{
|
||||||
@ -65,8 +66,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool isParallel() const;
|
bool isParallel() const;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add an Animation or AnimationGroup to the group
|
* Add an Animation or AnimationGroup to the group
|
||||||
* @arg elem element to add
|
* @arg elem element to add
|
||||||
@ -86,7 +85,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void remove(int id);
|
void remove(int id);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Take the animation object and turn it into a QAnimationGroup. More
|
* Take the animation object and turn it into a QAnimationGroup. More
|
||||||
* specifically, a QSerialAnimation or QParallelAnimation depending on
|
* specifically, a QSerialAnimation or QParallelAnimation depending on
|
||||||
|
Loading…
Reference in New Issue
Block a user