Symbol: TimeZoneListItem
src/preferences/time/TimeZoneListItem.cpp
101
TimeZoneListItem::SetTimeZone(BTimeZone* timeZone)
src/preferences/time/TimeZoneListItem.cpp
109
TimeZoneListItem::ID() const
src/preferences/time/TimeZoneListItem.cpp
119
TimeZoneListItem::Name() const
src/preferences/time/TimeZoneListItem.cpp
129
TimeZoneListItem::OffsetFromGMT() const
src/preferences/time/TimeZoneListItem.cpp
139
TimeZoneListItem::_DrawItemWithTextOffset(BView* owner, BRect frame,
src/preferences/time/TimeZoneListItem.cpp
29
TimeZoneListItem::TimeZoneListItem(const char* text, BCountry* country,
src/preferences/time/TimeZoneListItem.cpp
40
TimeZoneListItem::~TimeZoneListItem()
src/preferences/time/TimeZoneListItem.cpp
49
TimeZoneListItem::DrawItem(BView* owner, BRect frame, bool complete)
src/preferences/time/TimeZoneListItem.cpp
69
TimeZoneListItem::Update(BView* owner, const BFont* font)
src/preferences/time/TimeZoneListItem.cpp
93
TimeZoneListItem::SetCountry(BCountry* country)
src/preferences/time/TimeZoneListItem.h
20
class TimeZoneListItem : public BStringItem {
src/preferences/time/TimeZoneListItem.h
22
TimeZoneListItem(const char* text,
src/preferences/time/TimeZoneListItem.h
24
virtual ~TimeZoneListItem();
src/preferences/time/TimeZoneListView.cpp
43
TimeZoneListItem* item = static_cast<TimeZoneListItem*>(
src/preferences/time/ZoneView.cpp
273
typedef std::map<BString, TimeZoneListItem*, TimeZoneItemLess> ZoneItemMap;
src/preferences/time/ZoneView.cpp
294
TimeZoneListItem* regionItem
src/preferences/time/ZoneView.cpp
295
= new TimeZoneListItem(translatedRegion, NULL, NULL);
src/preferences/time/ZoneView.cpp
382
TimeZoneListItem* countryItem = NULL;
src/preferences/time/ZoneView.cpp
383
TimeZoneListItem* zoneItem = NULL;
src/preferences/time/ZoneView.cpp
388
countryItem = new TimeZoneListItem(countryName.String(),
src/preferences/time/ZoneView.cpp
396
zoneItem = new TimeZoneListItem(timeZoneName.String(),
src/preferences/time/ZoneView.cpp
400
zoneItem = new TimeZoneListItem(timeZoneName.String(),
src/preferences/time/ZoneView.cpp
427
TimeZoneListItem* currentItem = NULL;
src/preferences/time/ZoneView.cpp
493
TimeZoneListItem* item
src/preferences/time/ZoneView.cpp
496
: static_cast<TimeZoneListItem*>(fZoneList->ItemAt(selection));
src/preferences/time/ZoneView.cpp
536
TimeZoneListItem* item
src/preferences/time/ZoneView.cpp
537
= static_cast<TimeZoneListItem*>(fZoneList->ItemAt(selection));
src/preferences/time/ZoneView.h
25
class TimeZoneListItem;
src/preferences/time/ZoneView.h
72
TimeZoneListItem* fCurrentZoneItem;
src/preferences/time/ZoneView.h
73
TimeZoneListItem* fOldZoneItem;