BCountry
class BCountry {
BCountry(const char* countryCode = NULL);
BCountry(const BCountry& other);
BCountry& operator=(const BCountry& other);
~BCountry();
class BCountry;
BCountry& country);
class BCountry;
BCountry::GetName(BString& name, const BLanguage* displayLanguage) const
BCountry::GetPreferredLanguage(BLanguage& language) const
BCountry::Code() const
BCountry::GetIcon(BBitmap* result) const
BCountry::GetAvailableTimeZones(BMessage* timeZones) const
BCountry::BCountry(const char* countryCode)
BCountry::BCountry(const BCountry& other)
BCountry&
BCountry::operator=(const BCountry& other)
BCountry::~BCountry()
BCountry::SetTo(const char* countryCode)
BCountry::InitCheck() const
BCountry::GetNativeName(BString& name) const
BCountry& country)
class BCountry;
TimeZoneListItem::TimeZoneListItem(const char* text, BCountry* country,
TimeZoneListItem::SetCountry(BCountry* country)
class BCountry;
BCountry* country, BTimeZone* timeZone);
const BCountry& Country() const { return *fCountry; };
void SetCountry(BCountry* country);
BCountry* fCountry;
BCountry* country = new(std::nothrow) BCountry(countryCode);
? new(std::nothrow) BCountry(currentItem->Country())
BCountry country;