[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebindings/python/pykde4/sip/plasma
From:       Simon Edwards <simon () simonzone ! com>
Date:       2010-02-05 10:49:16
Message-ID: 1265366956.927933.18045.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1085474 by sedwards:

Incorporate the changes introduced in revision 1084111 to kdelibs/plasma/animations/animation.h.


 M  +5 -6      animation.sip  


--- trunk/KDE/kdebindings/python/pykde4/sip/plasma/animation.sip #1085473:1085474
@@ -27,7 +27,7 @@
 
 public:
     int                     duration () const;
-    enum Reference
+    enum ReferenceFlag
     {
         Center,
         Up,
@@ -35,6 +35,7 @@
         Left,
         Right
     };
+    
     explicit                Animation (QObject* parent /TransferThis/ = 0);
     virtual ~Animation ()=0;
 protected:
@@ -50,17 +51,15 @@
 public:
     void                    setTargetWidget (QGraphicsWidget* widget);
     QGraphicsWidget*        targetWidget () const;
-    enum MovementDirection
+    enum MovementDirectionFlag
     {
+	MoveAny,
         MoveUp,
-        MoveUpRight,
         MoveRight,
-        MoveDownRight,
         MoveDown,
-        MoveDownLeft,
         MoveLeft,
-        MoveUpLeft
     };
+
     void                    setEasingCurve (const QEasingCurve& curve);
     QEasingCurve            easingCurve () const;
 };
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic