Qtopia library API Documentation

TimeZoneSelector Class Reference

The TimeZoneSelector widget allows users to configure their time zone information. More...

Inheritance diagram for TimeZoneSelector:

Inheritance graph
[legend]
Collaboration diagram for TimeZoneSelector:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

The TimeZoneSelector widget allows users to configure their time zone information.

Definition at line 58 of file tzselect.h.


Constructor & Destructor Documentation

TimeZoneSelector::TimeZoneSelector QWidget p = 0,
const char *  n = 0
 

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 QObject::connect(), QToolButton::setIconSet(), QWidget::setMaximumSize(), and QWidget::sizeHint().

TimeZoneSelector::~TimeZoneSelector  ) 
 

Destroys a TimeZoneSelector.

Definition at line 231 of file tzselect.cpp.


Member Function Documentation

QString TimeZoneSelector::currentZone  )  const
 

Returns the currently selected timezone as a string in location format, e.g.

 Australia/Brisbane 

Definition at line 250 of file tzselect.cpp.

void TimeZoneSelector::setCurrentZone const QString id  ) 
 

Sets the current timezone to id.

Definition at line 258 of file tzselect.cpp.

void TimeZoneSelector::signalNewTz const QString id  )  [signal]
 

This signal is emitted when a timezone has been selected by the user. The id is a QString in location format, eg

 Australia/Brisbane 


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for OPIE Version 1.5.5.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:29 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001