create arguments default
svn path=/trunk/KDE/kdelibs/; revision=1038079
This commit is contained in:
parent
cd443a3ff9
commit
799e2dc3fb
@ -42,7 +42,7 @@ class PLASMA_EXPORT ExpandAnimation : public Animation
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ExpandAnimation(AnimationDirection direction, qreal distance);
|
ExpandAnimation(AnimationDirection direction = MoveUp, qreal distance = 0);
|
||||||
virtual ~ExpandAnimation(){};
|
virtual ~ExpandAnimation(){};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -41,7 +41,7 @@ class PLASMA_EXPORT FadeAnimation : public Animation
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FadeAnimation(qreal factor);
|
FadeAnimation(qreal factor = 0.5);
|
||||||
virtual ~FadeAnimation(){};
|
virtual ~FadeAnimation(){};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -44,7 +44,7 @@ class PLASMA_EXPORT GrowAnimation : public Animation
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
/* TODO: convert to qreal */
|
/* TODO: convert to qreal */
|
||||||
GrowAnimation(qreal factor);
|
GrowAnimation(qreal factor = 0.5);
|
||||||
virtual ~GrowAnimation(){};
|
virtual ~GrowAnimation(){};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -42,7 +42,7 @@ class PLASMA_EXPORT SlideAnimation : public Animation
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SlideAnimation(AnimationDirection direction, qreal distance);
|
SlideAnimation(AnimationDirection direction = MoveUp, qreal distance = 0);
|
||||||
virtual ~SlideAnimation(){};
|
virtual ~SlideAnimation(){};
|
||||||
/**
|
/**
|
||||||
* Set if the widget is visible at the end of the animation (default True).
|
* Set if the widget is visible at the end of the animation (default True).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user