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

List:       kde-commits
Subject:    KDE/kdebase/workspace/libs/plasma
From:       Chani Armitage <chanika () gmail ! com>
Date:       2008-04-14 14:37:05
Message-ID: 1208183825.106015.11785.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 796910 by chani:

more accurate docs for updateInterval


 M  +6 -4      dataengine.h  


--- trunk/KDE/kdebase/workspace/libs/plasma/dataengine.h #796909:796910
@@ -107,14 +107,15 @@
          *
          * @param source the name of the data source
          * @param visualization the object to connect the data source to
-         * @param updateInterval the frequency, in milliseconds, with which to \
signal updates; +         * @param updateInterval the frequency, in milliseconds, \
                with which to check for updates;
          *                        a value of 0 (the default) means to update only
          *                        when there is new data spontaneously generated
          *                        (e.g. by the engine); any other value results in
          *                        periodic updates from this source. This value is
          *                        per-visualization and can be handy for items that \
                require
          *                        constant updates such as scrolling graphs or \
                clocks.
-         * @param intervalAlignment the number of ms to aling the interval to
+         *                        If the data has not changed, no update will be \
sent. +         * @param intervalAlignment the number of ms to align the interval to
          **/
         Q_INVOKABLE void connectSource(const QString& source, QObject* \
visualization,  uint updateInterval = 0,
@@ -137,14 +138,15 @@
          * is still required to achieve that.
          *
          * @param visualization the object to connect the data source to
-         * @param updateInterval the frequency, in milliseconds, with which to \
signal updates; +         * @param updateInterval the frequency, in milliseconds, \
                with which to check for updates;
          *                        a value of 0 (the default) means to update only
          *                        when there is new data spontaneously generated
          *                        (e.g. by the engine); any other value results in
          *                        periodic updates from this source. This value is
          *                        per-visualization and can be handy for items that \
                require
          *                        constant updates such as scrolling graphs or \
                clocks.
-         * @param intervalAlignment the number of ms to aling the interval to
+         *                        If the data has not changed, no update will be \
sent. +         * @param intervalAlignment the number of ms to align the interval to
          **/
         Q_INVOKABLE void connectAllSources(QObject* visualization, uint \
                updateInterval = 0,
                                            Plasma::IntervalAlignment \
intervalAlignment = NoAlignment) const;


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

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