#include </home/clem/local/src/opie/library/tzselect.h>
Collaboration diagram for TimeZoneSelector:

Signals | |
| void | signalNewTz (const QString &id) |
Public Member Functions | |
| TimeZoneSelector (QWidget *parent=0, const char *name=0) | |
| ~TimeZoneSelector () | |
| QString | currentZone () const |
| void | setCurrentZone (const QString &id) |
Private Slots | |
| void | slotTzActive (int index) |
| void | slotExecute (void) |
Private Attributes | |
| TZCombo * | cmbTz |
| QToolButton * | cmdTz |
| TimeZoneSelectorPrivate * | d |
Definition at line 58 of file tzselect.h.
|
||||||||||||
|
Creates a new TimeZoneSelector with parent p and name n. The combobox will be populated with the available timezones. Definition at line 209 of file tzselect.cpp. References cmbTz, cmdTz, d, Resource::loadIconSet(), slotExecute(), and slotTzActive(). |
|
|
Destroys a TimeZoneSelector. Definition at line 231 of file tzselect.cpp. |
|
|
Returns the currently selected timezone as a string in location format, e.g. Australia/Brisbane Definition at line 250 of file tzselect.cpp. References cmbTz, and TZCombo::currZone(). Referenced by TimeTabWidget::saveSettings(). |
|
|
Sets the current timezone to id. Definition at line 258 of file tzselect.cpp. References cmbTz, and TZCombo::setCurrZone(). Referenced by TimeTabWidget::TimeTabWidget(). |
|
|
This signal is emitted when a timezone has been selected by the user. The id is a QString in location format, eg Australia/Brisbane Referenced by slotTzActive(). |
|
|
Definition at line 273 of file tzselect.cpp. References Global::execute(), QFile::exists(), QPEApplication::qpeDir(), tr, and warning(). Referenced by TimeZoneSelector(). |
|
|
Definition at line 268 of file tzselect.cpp. References cmbTz, TZCombo::currZone(), and signalNewTz(). Referenced by TimeZoneSelector(). |
|
|
Definition at line 84 of file tzselect.h. Referenced by currentZone(), setCurrentZone(), slotTzActive(), and TimeZoneSelector(). |
|
|
Definition at line 85 of file tzselect.h. Referenced by TimeZoneSelector(). |
|
|
Definition at line 86 of file tzselect.h. Referenced by TimeZoneSelector(). |
1.4.2