Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The Schedule class provided information on timed auto-activation of a profile. More...
#include <QPhoneProfile>
The Schedule class provided information on timed auto-activation of a profile.
Qt Extended profiles may be automatically activated on certain times and dates. The QPhoneProfile::Schedule class represents the times at which the profile should be activated. A profile's schedule can be read through the QPhoneProfile::schedule() method, and set through a QPhoneProfile::setSchedule() call.
See also QPhoneProfile.
Constructs a new, empty schedule.
Constructs a copy of other.
Clears all scheduled days for auto activation for this schedule.
Returns true if the schedule is active. Inactive schedules will be ignored by the auto activation system.
Returns true the activation is scheduled on day for this schedule.
Returns the list of days on which the auto activation is scheduled.
Sets whether this schedule is enabled to active.
See also isActive().
Schedules the auto activation on day. If other days are set they will not be affected.
Sets the activation time of day for this schedule.
See also time().
Returns the activation time of day for this schedule.
See also setTime().
Removes the auto activation scheduled on day.
Returns true if this schedule is not equal to other; otherwise returns false.
Assigns other to this schedule and returns a reference to this schedule.
Returns true if this schedule is equal to other; otherwise returns false.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |