#include </home/clem/local/src/opie/core/settings/citytime/citytime.h>
Inheritance diagram for CityTime:


Public Slots | |
| void | beginNewTz () |
| void | slotNewTz (const QString &strNewCountry, const QString &strNewCity) |
| void | changeClock (bool newClock) |
Public Member Functions | |
| CityTime (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~CityTime () | |
Static Public Member Functions | |
| static QString | appName () |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *) |
| void | mousePressEvent (QMouseEvent *event) |
Private Member Functions | |
| void | showTime (void) |
| void | readInTimes (void) |
Private Attributes | |
| QString | strRealTz |
| QString | nameRealTz |
| QString | strHome |
| bool | bAdded |
| bool | bWhichClock |
| int | timerId |
| QWidget * | selWidget |
| QString | strCityTz [CITIES] |
| QList< QToolButton > | listCities |
| QList< QLabel > | listTimes |
| bool | changed |
|
||||||||||||||||
|
|
Definition at line 122 of file citytime.cpp. References changed, CITIES, FALSE, QString::find(), i, QString::isEmpty(), QString::isNull(), listCities, QString::mid(), nameRealTz, QString::number(), Config::removeEntry(), Config::setGroup(), strCityTz, strRealTz, TRUE, and Config::writeEntry(). |
|
|
Definition at line 39 of file citytime.h. References QString::fromLatin1(). |
|
|
Reimplemented from CityTimeBase. Definition at line 206 of file citytime.cpp. References CityTimeBase::buttonWidget, CityTimeBase::frmMap, and selWidget. |
|
|
Definition at line 279 of file citytime.cpp. References bWhichClock, and showTime(). Referenced by CityTime(). |
|
|
Definition at line 172 of file citytime.cpp. |
|
|
Definition at line 239 of file citytime.cpp. References QValueList< T >::begin(), CITIES, i, QString::isEmpty(), QString::isNull(), list, listCities, nameRealTz, QString::null, QString::number(), Config::readEntry(), Config::setGroup(), strCityTz, strRealTz, and timezoneDefaults(). Referenced by CityTime(). |
|
|
Definition at line 178 of file citytime.cpp. References bWhichClock, CITIES, i, QString::isNull(), listTimes, QString::number(), TimeString::shortTime(), strCityTz, strRealTz, and tr. Referenced by changeClock(), slotNewTz(), and timerEvent(). |
|
||||||||||||
|
Reimplemented from CityTimeBase. Definition at line 214 of file citytime.cpp. References CityTimeBase::buttonWidget, changed, CITIES, i, listCities, QString::replace(), s, selWidget, showTime(), strCityTz, and TRUE. |
|
|
Definition at line 162 of file citytime.cpp. References QTime::currentTime(), showTime(), and timerId. Referenced by CityTime(). |
|
|
Definition at line 55 of file citytime.h. Referenced by CityTime(). |
|
|
Definition at line 56 of file citytime.h. Referenced by changeClock(), CityTime(), and showTime(). |
|
|
Definition at line 65 of file citytime.h. Referenced by CityTime(), slotNewTz(), and ~CityTime(). |
|
|
Definition at line 63 of file citytime.h. Referenced by CityTime(), readInTimes(), slotNewTz(), and ~CityTime(). |
|
|
Definition at line 64 of file citytime.h. Referenced by CityTime(), and showTime(). |
|
|
Definition at line 53 of file citytime.h. Referenced by readInTimes(), and ~CityTime(). |
|
|
Definition at line 60 of file citytime.h. Referenced by beginNewTz(), CityTime(), and slotNewTz(). |
|
|
Definition at line 62 of file citytime.h. Referenced by readInTimes(), showTime(), slotNewTz(), and ~CityTime(). |
|
|
Definition at line 54 of file citytime.h. Referenced by CityTime(). |
|
|
Definition at line 52 of file citytime.h. Referenced by CityTime(), readInTimes(), showTime(), and ~CityTime(). |
|
|
Definition at line 57 of file citytime.h. Referenced by timerEvent(). |
1.4.2