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

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/runtime/plasma/scriptengines/javascript/simplebindings
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-03-09 22:30:52
Message-ID: 1268173852.258064.23484.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1101335 by aseigo:

IntervalAlignment


 M  +7 -0      appletinterface.h  


--- branches/KDE/4.4/kdebase/runtime/plasma/scriptengines/javascript/simplebindings/appletinterface.h \
#1101334:1101335 @@ -58,6 +58,7 @@
     Q_ENUMS(QtAlignment)
     Q_ENUMS(QtMouseButton)
     Q_ENUMS(AnimationDirection)
+    Q_ENUMS(IntervalAlignment)
     Q_PROPERTY(AspectRatioMode aspectRatioMode READ aspectRatioMode WRITE \
setAspectRatioMode)  Q_PROPERTY(FormFactor formFactor READ formFactor)
     Q_PROPERTY(Location location READ location)
@@ -190,6 +191,12 @@
     AnimationForward = QAbstractAnimation::Forward,
     AnimationBackward = QAbstractAnimation::Backward
 };
+
+enum IntervalAlignment {
+    NoAlignment = 0,
+    AlignToMinute,
+    AlignToHour
+};
 //-------------------------------------------------------------------
 
     Q_INVOKABLE void gc();


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

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