AlarmControl Class Reference
The AlarmControl class maintains information about the daily alarm. More...
#include <AlarmControl>
Inherits QObject.
Public Functions
- 37 public functions inherited from QObject
Signals
Static Public Members
- 4 static public members inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public type inherited from QObject
- 8 protected functions inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from QObject
Detailed Description
The AlarmControl class maintains information about the daily alarm.
Member Function Documentation
bool AlarmControl::alarmState () const
Returns true if the alarm is on, otherwise false.
void AlarmControl::alarmStateChanged ( bool newState ) [signal]
Emitted whenever the alarm state changes to newState.
AlarmControl * AlarmControl::instance () [static]
Returns the AlarmControl instance.