Alarm Class Reference
#include <alarm.h>
List of all members.
Detailed Description
- Author:
- Martin Witte
Definition at line 33 of file alarm.h.
Member Enumeration Documentation
- Enumerator:
-
| StartPlaying |
|
| StopPlaying |
|
| StartRecording |
|
| StopRecording |
|
Definition at line 37 of file alarm.h.
Constructor & Destructor Documentation
| Alarm::Alarm |
( |
const QDateTime & |
time, |
|
|
bool |
daily, |
|
|
bool |
enabled | |
|
) |
| | |
| Alarm::Alarm |
( |
const Alarm & |
|
) |
|
Member Function Documentation
| QDateTime Alarm::alarmTime |
( |
|
) |
const [inline] |
| AlarmType Alarm::alarmType |
( |
|
) |
const [inline] |
| int Alarm::ID |
( |
|
) |
const [inline] |
| bool Alarm::isDaily |
( |
|
) |
const [inline] |
| bool Alarm::isEnabled |
( |
|
) |
const [inline] |
| QDateTime Alarm::nextAlarm |
( |
bool |
ignoreEnable = false |
) |
const |
| bool Alarm::operator!= |
( |
const Alarm & |
x |
) |
const [inline] |
| bool Alarm::operator== |
( |
const Alarm & |
x |
) |
const [inline] |
| void Alarm::setAlarmType |
( |
AlarmType |
t |
) |
[inline] |
| void Alarm::setDaily |
( |
bool |
d = true |
) |
[inline] |
| void Alarm::setDate |
( |
const QDate & |
d |
) |
[inline] |
| void Alarm::setEnabled |
( |
bool |
enable = true |
) |
[inline] |
| void Alarm::setStationID |
( |
const QString & |
id |
) |
[inline] |
| void Alarm::setTime |
( |
const QTime & |
d |
) |
[inline] |
| void Alarm::setVolumePreset |
( |
float |
v |
) |
[inline] |
| void Alarm::setWeekdayMask |
( |
int |
m = 0x7F |
) |
[inline] |
| const QString& Alarm::stationID |
( |
|
) |
const [inline] |
| float Alarm::volumePreset |
( |
|
) |
const [inline] |
| int Alarm::weekdayMask |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: