#include </home/clem/local/src/opie/core/settings/citytime/zonemap.h>
Collaboration diagram for ZoneField:

Public Member Functions | |
| ZoneField (const QString &) | |
| void | showStructure (void) const |
| int | x (void) const |
| int | y (void) const |
| QString | city (void) const |
| QString | country (void) const |
| QString | code (void) const |
Private Attributes | |
| int | _x |
| int | _y |
| QString | strCountryCode |
| QString | strCountry |
| QString | strCity |
|
|
Definition at line 66 of file zonemap.cpp. References _x, _y, QString::findRev(), QString::left(), QRegExp::match(), QString::mid(), strCity, strCountry, strCountryCode, and QString::toInt(). |
|
|
Definition at line 49 of file zonemap.h. References strCity. Referenced by ZoneMap::showCity(), ZoneMap::slotGetCities(), and ZoneMap::viewportMouseReleaseEvent(). |
|
|
Definition at line 51 of file zonemap.h. References strCountryCode. |
|
|
Definition at line 50 of file zonemap.h. References strCountry. Referenced by ZoneMap::selectionWidget(), ZoneMap::showCity(), ZoneMap::slotGetCities(), and ZoneMap::viewportMouseReleaseEvent(). |
|
|
Definition at line 136 of file zonemap.cpp. References _x, _y, odebug, oendl, strCity, and strCountry. Referenced by ZoneMap::showZones(). |
|
|
Definition at line 46 of file zonemap.h. References _x. Referenced by ZoneMap::drawCities(), ZoneMap::drawCity(), ZoneMap::findCityNear(), ZoneMap::keyPressEvent(), ZoneMap::showCity(), ZoneMap::slotFindCity(), and ZoneMap::slotRedraw(). |
|
|
Definition at line 47 of file zonemap.h. References _y. Referenced by ZoneMap::drawCities(), ZoneMap::drawCity(), ZoneMap::findCityNear(), ZoneMap::keyPressEvent(), ZoneMap::showCity(), ZoneMap::slotFindCity(), and ZoneMap::slotRedraw(). |
|
|
Definition at line 51 of file zonemap.h. Referenced by showStructure(), x(), and ZoneField(). |
|
|
Definition at line 54 of file zonemap.h. Referenced by showStructure(), y(), and ZoneField(). |
|
|
Definition at line 57 of file zonemap.h. Referenced by city(), showStructure(), and ZoneField(). |
|
|
Definition at line 56 of file zonemap.h. Referenced by country(), showStructure(), and ZoneField(). |
|
|
Definition at line 55 of file zonemap.h. Referenced by code(), and ZoneField(). |
1.4.2