QtMobility Reference Documentation

Contents

QML AlignedTimer Element

The AlignedTimer element allows applications to synchronize activity, such as network access, like checking for updates. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    This element is part of the QtMobility.systeminfo 1.2 module. It is a convience class to make QML usage easier.

    See also QSystemAlignedTimer.

    Property Documentation

    maximumInterval : int

    The timers's maximumInterval.

    Returns this current timer maximum interval.

    This documentation was introduced in Qt Mobility Mobility 1.2.


    minimumInterval : int

    The timers's minimumInterval.

    Returns this current timer minimum interval.

    This documentation was introduced in Qt Mobility Mobility 1.2.


    running : bool

    If the timer is running; otherwise false.

    This documentation was introduced in Qt Mobility Mobility 1.2.


    singleShot : bool

    Whether the timer is single shot.

    This documentation was introduced in Qt Mobility Mobility 1.2.