xtd 0.2.0
Loading...
Searching...
No Matches
countries.h
Go to the documentation of this file.
1
4#pragma once
5#include "country.h"
6
8namespace xtd {
10 namespace forms {
25 public:
27
31 static const country afghanistan();
34 static const country aland_islands();
37 static const country albania();
40 static const country algeria();
43 static const country american_samoa();
46 static const country andorra();
49 static const country angola();
52 static const country anguilla();
55 static const country antarctica();
61 static const country argentina();
64 static const country armenia();
67 static const country aruba();
70 static const country australia();
73 static const country austria();
76 static const country azerbaijan();
79 static const country bahamas();
82 static const country bahrain();
85 static const country bangladesh();
88 static const country barbados();
91 static const country belarus();
94 static const country belgium();
97 static const country belize();
100 static const country benin();
103 static const country bermuda();
106 static const country bhutan();
109 static const country bolivia();
118 static const country botswana();
121 static const country bouvet_island();
124 static const country brazil();
133 static const country bulgaria();
136 static const country burkina_faso();
139 static const country burundi();
142 static const country cabo_verde();
145 static const country cambodia();
148 static const country cameroon();
151 static const country canada();
154 static const country cayman_islands();
160 static const country chad();
163 static const country chile();
166 static const country china();
169 static const country christmas_island();
175 static const country colombia();
178 static const country comoros();
181 static const country congo();
187 static const country cook_islands();
190 static const country costa_rica();
193 static const country cote_d_ivoire();
196 static const country croatia();
199 static const country cuba();
202 static const country curacao();
205 static const country cyprus();
208 static const country czechia();
211 static const country denmark();
214 static const country djibouti();
217 static const country dominica();
223 static const country ecuador();
226 static const country egypt();
229 static const country el_salvador();
235 static const country eritrea();
238 static const country estonia();
241 static const country eswatini();
244 static const country ethiopia();
247 static const country falkland_islands();
250 static const country faroe_islands();
253 static const country fiji();
256 static const country finland();
259 static const country france();
262 static const country french_guiana();
265 static const country french_polynesia();
271 static const country gabon();
274 static const country gambia();
277 static const country georgia();
280 static const country germany();
283 static const country ghana();
286 static const country gibraltar();
289 static const country greece();
292 static const country greenland();
295 static const country grenada();
298 static const country guadeloupe();
301 static const country guam();
304 static const country guatemala();
307 static const country guernsey();
310 static const country guinea();
313 static const country guinea_bissau();
316 static const country guyana();
319 static const country haiti();
325 static const country holy_see();
328 static const country honduras();
331 static const country hong_kong();
334 static const country hungary();
337 static const country iceland();
340 static const country india();
343 static const country indonesia();
346 static const country iran();
349 static const country iraq();
352 static const country ireland();
355 static const country isle_of_man();
358 static const country israel();
361 static const country italy();
364 static const country jamaica();
367 static const country japan();
370 static const country jersey();
373 static const country jordan();
376 static const country kazakhstan();
379 static const country kenya();
382 static const country kiribati();
385 static const country north_korea();
388 static const country south_korea();
391 static const country kuwait();
394 static const country kyrgyzstan();
400 static const country latvia();
403 static const country lebanon();
406 static const country lesotho();
409 static const country liberia();
412 static const country libya();
415 static const country liechtenstein();
418 static const country lithuania();
421 static const country luxembourg();
424 static const country macao();
427 static const country madagascar();
430 static const country malawi();
433 static const country malaysia();
436 static const country maldives();
439 static const country mali();
442 static const country malta();
445 static const country marshall_islands();
448 static const country martinique();
451 static const country mauritania();
454 static const country mauritius();
457 static const country mayotte();
460 static const country mexico();
466 static const country moldova();
469 static const country monaco();
472 static const country mongolia();
475 static const country montenegro();
478 static const country montserrat();
481 static const country morocco();
484 static const country mozambique();
487 static const country myanmar();
490 static const country namibia();
493 static const country nauru();
496 static const country nepal();
499 static const country netherlands();
502 static const country new_caledonia();
505 static const country new_zealand();
508 static const country nicaragua();
511 static const country niger();
514 static const country nigeria();
517 static const country niue();
520 static const country norfolk_island();
523 static const country north_macedonia();
529 static const country norway();
532 static const country oman();
535 static const country pakistan();
538 static const country palau();
544 static const country panama();
547 static const country papua_new_guinea();
550 static const country paraguay();
553 static const country peru();
556 static const country philippines();
559 static const country pitcairn();
562 static const country poland();
565 static const country portugal();
568 static const country puerto_rico();
571 static const country qatar();
574 static const country reunion();
577 static const country romania();
583 static const country rwanda();
586 static const country saint_barthelemy();
595 static const country saint_lucia();
607 static const country samoa();
610 static const country san_marino();
616 static const country saudi_arabia();
619 static const country senegal();
622 static const country serbia();
625 static const country seychelles();
628 static const country sierra_leone();
631 static const country singapore();
637 static const country slovakia();
640 static const country slovenia();
643 static const country solomon_islands();
646 static const country somalia();
649 static const country south_africa();
655 static const country south_sudan();
658 static const country spain();
661 static const country sri_lanka();
664 static const country sudan();
667 static const country suriname();
673 static const country sweden();
676 static const country switzerland();
682 static const country taiwan_china();
685 static const country tajikistan();
688 static const country tanzania();
691 static const country thailand();
694 static const country timor_leste();
697 static const country togo();
700 static const country tokelau();
703 static const country tonga();
709 static const country tunisia();
712 static const country turkey();
715 static const country turkmenistan();
721 static const country tuvalu();
724 static const country uganda();
727 static const country ukraine();
742 static const country uruguay();
745 static const country uzbekistan();
748 static const country vanuatu();
751 static const country venezuela();
754 static const country viet_nam();
766 static const country western_sahara();
769 static const country yemen();
772 static const country zambia();
775 static const country zimbabwe();
777
779
783 static const std::vector<country>& get_countries();
785 };
786 }
787}
Provides a collection of xtd::forms::country for all countries in the world. This class cannot be inh...
Definition countries.h:24
static const country nauru()
A system-defined country object.
static const country puerto_rico()
A system-defined country object.
static const country azerbaijan()
A system-defined country object.
static const country svalbard_and_jan_mayen()
A system-defined country object.
static const country colombia()
A system-defined country object.
static const country sint_maarten_dutch_part()
A system-defined country object.
static const std::vector< country > & get_countries()
Gets countries collection.
static const country french_southern_territories()
A system-defined country object.
static const country netherlands()
A system-defined country object.
static const country guinea_bissau()
A system-defined country object.
static const country finland()
A system-defined country object.
static const country tanzania()
A system-defined country object.
static const country san_marino()
A system-defined country object.
static const country norfolk_island()
A system-defined country object.
static const country slovenia()
A system-defined country object.
static const country suriname()
A system-defined country object.
static const country wallis_and_futuna()
A system-defined country object.
static const country japan()
A system-defined country object.
static const country djibouti()
A system-defined country object.
static const country liechtenstein()
A system-defined country object.
static const country marshall_islands()
A system-defined country object.
static const country gibraltar()
A system-defined country object.
static const country gabon()
A system-defined country object.
static const country kyrgyzstan()
A system-defined country object.
static const country liberia()
A system-defined country object.
static const country bhutan()
A system-defined country object.
static const country state_of_palestine()
A system-defined country object.
static const country belize()
A system-defined country object.
static const country sweden()
A system-defined country object.
static const country cayman_islands()
A system-defined country object.
static const country france()
A system-defined country object.
static const country jersey()
A system-defined country object.
static const country lesotho()
A system-defined country object.
static const country new_zealand()
A system-defined country object.
static const country bangladesh()
A system-defined country object.
static const country antigua_and_barbuda()
A system-defined country object.
static const country cocos_keeling_islands()
A system-defined country object.
static const country mexico()
A system-defined country object.
static const country singapore()
A system-defined country object.
static const country hong_kong()
A system-defined country object.
static const country bulgaria()
A system-defined country object.
static const country spain()
A system-defined country object.
static const country belgium()
A system-defined country object.
static const country french_polynesia()
A system-defined country object.
static const country american_samoa()
A system-defined country object.
static const country lao_people_s_democratic_republic()
A system-defined country object.
static const country italy()
A system-defined country object.
static const country mongolia()
A system-defined country object.
static const country united_kingdom_of_great_britain_and_northern_ireland()
A system-defined country object.
static const country qatar()
A system-defined country object.
static const country zambia()
A system-defined country object.
static const country poland()
A system-defined country object.
static const country armenia()
A system-defined country object.
static const country burkina_faso()
A system-defined country object.
static const country romania()
A system-defined country object.
static const country honduras()
A system-defined country object.
static const country aland_islands()
A system-defined country object.
static const country falkland_islands()
A system-defined country object.
static const country isle_of_man()
A system-defined country object.
static const country philippines()
A system-defined country object.
static const country bahamas()
A system-defined country object.
static const country bonaire_sint_eustatius_and_saba()
A system-defined country object.
static const country monaco()
A system-defined country object.
static const country australia()
A system-defined country object.
static const country taiwan_china()
A system-defined country object.
static const country british_virgin_islands()
A system-defined country object.
static const country timor_leste()
A system-defined country object.
static const country united_states_of_america()
A system-defined country object.
static const country pakistan()
A system-defined country object.
static const country nepal()
A system-defined country object.
static const country latvia()
A system-defined country object.
static const country iceland()
A system-defined country object.
static const country nicaragua()
A system-defined country object.
static const country bouvet_island()
A system-defined country object.
static const country panama()
A system-defined country object.
static const country northern_mariana_islands()
A system-defined country object.
static const country hungary()
A system-defined country object.
static const country germany()
A system-defined country object.
static const country faroe_islands()
A system-defined country object.
static const country viet_nam()
A system-defined country object.
static const country papua_new_guinea()
A system-defined country object.
static const country albania()
A system-defined country object.
static const country ecuador()
A system-defined country object.
static const country uganda()
A system-defined country object.
static const country iran()
A system-defined country object.
static const country bahrain()
A system-defined country object.
static const country barbados()
A system-defined country object.
static const country congo()
A system-defined country object.
static const country mauritius()
A system-defined country object.
static const country antarctica()
A system-defined country object.
static const country portugal()
A system-defined country object.
static const country cook_islands()
A system-defined country object.
static const country reunion()
A system-defined country object.
static const country greece()
A system-defined country object.
static const country niue()
A system-defined country object.
static const country paraguay()
A system-defined country object.
static const country curacao()
A system-defined country object.
static const country chile()
A system-defined country object.
static const country rwanda()
A system-defined country object.
static const country burundi()
A system-defined country object.
static const country brazil()
A system-defined country object.
static const country sri_lanka()
A system-defined country object.
static const country ireland()
A system-defined country object.
static const country moldova()
A system-defined country object.
static const country bosnia_and_herzegovina()
A system-defined country object.
static const country austria()
A system-defined country object.
static const country thailand()
A system-defined country object.
static const country maldives()
A system-defined country object.
static const country angola()
A system-defined country object.
static const country sao_tome_and_principe()
A system-defined country object.
static const country indonesia()
A system-defined country object.
static const country serbia()
A system-defined country object.
static const country christmas_island()
A system-defined country object.
static const country south_africa()
A system-defined country object.
static const country montenegro()
A system-defined country object.
static const country turkey()
A system-defined country object.
static const country turkmenistan()
A system-defined country object.
static const country yemen()
A system-defined country object.
static const country guatemala()
A system-defined country object.
static const country norway()
A system-defined country object.
static const country cameroon()
A system-defined country object.
static const country myanmar()
A system-defined country object.
static const country fiji()
A system-defined country object.
static const country british_indian_ocean_territory()
A system-defined country object.
static const country equatorial_guinea()
A system-defined country object.
static const country andorra()
A system-defined country object.
static const country saint_martin_french_part()
A system-defined country object.
static const country afghanistan()
A system-defined country object.
static const country western_sahara()
A system-defined country object.
static const country south_sudan()
A system-defined country object.
static const country federated_states_of_micronesia()
A system-defined country object.
static const country bolivia()
A system-defined country object.
static const country israel()
A system-defined country object.
static const country vanuatu()
A system-defined country object.
static const country czechia()
A system-defined country object.
static const country estonia()
A system-defined country object.
static const country mayotte()
A system-defined country object.
static const country brunei_darussalam()
A system-defined country object.
static const country cabo_verde()
A system-defined country object.
static const country dominican_republic()
A system-defined country object.
static const country holy_see()
A system-defined country object.
static const country venezuela()
A system-defined country object.
static const country slovakia()
A system-defined country object.
static const country russian_federation()
A system-defined country object.
static const country croatia()
A system-defined country object.
static const country north_korea()
A system-defined country object.
static const country malawi()
A system-defined country object.
static const country palau()
A system-defined country object.
static const country switzerland()
A system-defined country object.
static const country jordan()
A system-defined country object.
static const country solomon_islands()
A system-defined country object.
static const country tajikistan()
A system-defined country object.
static const country bermuda()
A system-defined country object.
static const country zimbabwe()
A system-defined country object.
static const country tunisia()
A system-defined country object.
static const country namibia()
A system-defined country object.
static const country tokelau()
A system-defined country object.
static const country gambia()
A system-defined country object.
static const country eswatini()
A system-defined country object.
static const country saint_kitts_and_nevis()
A system-defined country object.
static const country guyana()
A system-defined country object.
static const country saint_lucia()
A system-defined country object.
static const country united_states_minor_outlying_islands()
A system-defined country object.
static const country belarus()
A system-defined country object.
static const country mozambique()
A system-defined country object.
static const country cote_d_ivoire()
A system-defined country object.
static const country china()
A system-defined country object.
static const country guernsey()
A system-defined country object.
static const country cuba()
A system-defined country object.
static const country morocco()
A system-defined country object.
static const country new_caledonia()
A system-defined country object.
static const country argentina()
A system-defined country object.
static const country democratic_republic_of_the_congo()
A system-defined country object.
static const country greenland()
A system-defined country object.
static const country eritrea()
A system-defined country object.
static const country ghana()
A system-defined country object.
static const country jamaica()
A system-defined country object.
static const country iraq()
A system-defined country object.
static const country anguilla()
A system-defined country object.
static const country guinea()
A system-defined country object.
static const country kuwait()
A system-defined country object.
static const country french_guiana()
A system-defined country object.
static const country el_salvador()
A system-defined country object.
static const country somalia()
A system-defined country object.
static const country kazakhstan()
A system-defined country object.
static const country guam()
A system-defined country object.
static const country denmark()
A system-defined country object.
static const country pitcairn()
A system-defined country object.
static const country ethiopia()
A system-defined country object.
static const country peru()
A system-defined country object.
static const country macao()
A system-defined country object.
static const country aruba()
A system-defined country object.
static const country niger()
A system-defined country object.
static const country oman()
A system-defined country object.
static const country cambodia()
A system-defined country object.
static const country saint_pierre_and_miquelon()
A system-defined country object.
static const country saint_helena_ascension_and_tristan_da_cunha()
A system-defined country object.
static const country turks_and_caicos_islands()
A system-defined country object.
static const country madagascar()
A system-defined country object.
static const country comoros()
A system-defined country object.
static const country south_georgia_and_the_south_sandwich_islands()
A system-defined country object.
static const country georgia()
A system-defined country object.
static const country luxembourg()
A system-defined country object.
static const country libya()
A system-defined country object.
static const country ukraine()
A system-defined country object.
static const country syrian_arab_republic()
A system-defined country object.
static const country trinidad_and_tobago()
A system-defined country object.
static const country saint_barthelemy()
A system-defined country object.
static const country montserrat()
A system-defined country object.
static const country uruguay()
A system-defined country object.
static const country senegal()
A system-defined country object.
static const country mali()
A system-defined country object.
static const country north_macedonia()
A system-defined country object.
static const country samoa()
A system-defined country object.
static const country nigeria()
A system-defined country object.
static const country grenada()
A system-defined country object.
static const country sudan()
A system-defined country object.
static const country guadeloupe()
A system-defined country object.
static const country chad()
A system-defined country object.
static const country togo()
A system-defined country object.
static const country saudi_arabia()
A system-defined country object.
static const country mauritania()
A system-defined country object.
static const country tuvalu()
A system-defined country object.
static const country india()
A system-defined country object.
static const country sierra_leone()
A system-defined country object.
static const country canada()
A system-defined country object.
static const country malta()
A system-defined country object.
static const country martinique()
A system-defined country object.
static const country cyprus()
A system-defined country object.
static const country costa_rica()
A system-defined country object.
static const country united_arab_emirates()
A system-defined country object.
static const country haiti()
A system-defined country object.
static const country benin()
A system-defined country object.
static const country central_african_republic()
A system-defined country object.
static const country algeria()
A system-defined country object.
static const country saint_vincent_and_the_grenadines()
A system-defined country object.
static const country uzbekistan()
A system-defined country object.
static const country lithuania()
A system-defined country object.
static const country dominica()
A system-defined country object.
static const country seychelles()
A system-defined country object.
static const country tonga()
A system-defined country object.
static const country heard_island_and_mcdonald_islands()
A system-defined country object.
static const country botswana()
A system-defined country object.
static const country united_states_virgin_islands()
A system-defined country object.
static const country egypt()
A system-defined country object.
static const country malaysia()
A system-defined country object.
static const country kenya()
A system-defined country object.
static const country kiribati()
A system-defined country object.
static const country south_korea()
A system-defined country object.
static const country lebanon()
A system-defined country object.
Represent a country with name, alpha codes, numeric code, emoticon and flag.
Definition country.h:34
Contains xtd::forms::country component.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define forms_export_
Define shared library export.
Definition forms_export.h:13
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10