#include "clock.h"#include "analogclock.h"#include <qtabwidget.h>#include <opie2/ofiledialog.h>#include <opie2/oresource.h>#include <qpe/qpeapplication.h>#include <qpe/qcopenvelope_qws.h>#include <qpe/config.h>#include <qpe/timestring.h>#include <qpe/alarmserver.h>#include <qpe/sound.h>#include <qsound.h>#include <qtimer.h>#include <qlcdnumber.h>#include <qslider.h>#include <qlabel.h>#include <qpushbutton.h>#include <qtoolbutton.h>#include <qpainter.h>#include <qmessagebox.h>#include <qdatetime.h>#include <qspinbox.h>#include <qcombobox.h>#include <qcheckbox.h>#include <qgroupbox.h>#include <qlayout.h>#include <qhbox.h>#include <qlineedit.h>#include <math.h>#include <unistd.h>#include <sys/types.h>#include <pthread.h>Include dependency graph for clock.cpp:

Go to the source code of this file.
Functions | |
| static void | toggleScreenSaver (bool on) |
| static void | startPlayer () |
Variables | |
| static const int | sw_prec = 2 |
| static const int | magic_daily = 2292922 |
| static const int | magic_countdown = 2292923 |
| static const int | magic_snooze = 2292924 |
| static const int | magic_playmp = 2292925 |
| static const char | ALARM_CLOCK_CHANNEL [] = "QPE/Application/clock" |
| static const char | ALARM_CLOCK_MESSAGE [] = "alarm(QDateTime,int)" |
|
|
Definition at line 81 of file clock.cpp. References Config::readEntry(), and Config::setGroup(). Referenced by Clock::appMessage(). |
|
|
Definition at line 75 of file clock.cpp. References QPEApplication::DisableSuspend, and QPEApplication::Enable. Referenced by Clock::stopStartStopWatch(), and Clock::~Clock(). |
|
|
Definition at line 65 of file clock.cpp. Referenced by Clock::applyDailyAlarm(), and AlarmDlg::checkSnooze(). |
|
|
Definition at line 66 of file clock.cpp. Referenced by Clock::applyDailyAlarm(), Clock::appMessage(), and AlarmDlg::checkSnooze(). |
|
|
Definition at line 62 of file clock.cpp. Referenced by Clock::appMessage(). |
|
|
Definition at line 61 of file clock.cpp. Referenced by Clock::applyDailyAlarm(), and Clock::appMessage(). |
|
|
Definition at line 64 of file clock.cpp. Referenced by Clock::applyDailyAlarm(), and Clock::appMessage(). |
|
|
Definition at line 63 of file clock.cpp. Referenced by Clock::applyDailyAlarm(), Clock::appMessage(), and AlarmDlg::checkSnooze(). |
|
|
Definition at line 60 of file clock.cpp. Referenced by Clock::Clock(), and Clock::setSwatchLcd(). |
1.4.2