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 {
23 public:
25
29 static const country afghanistan();
32 static const country aland_islands();
35 static const country albania();
38 static const country algeria();
41 static const country american_samoa();
44 static const country andorra();
47 static const country angola();
50 static const country anguilla();
53 static const country antarctica();
59 static const country argentina();
62 static const country armenia();
65 static const country aruba();
68 static const country australia();
71 static const country austria();
74 static const country azerbaijan();
77 static const country bahamas();
80 static const country bahrain();
83 static const country bangladesh();
86 static const country barbados();
89 static const country belarus();
92 static const country belgium();
95 static const country belize();
98 static const country benin();
101 static const country bermuda();
104 static const country bhutan();
107 static const country bolivia();
116 static const country botswana();
119 static const country bouvet_island();
122 static const country brazil();
131 static const country bulgaria();
134 static const country burkina_faso();
137 static const country burundi();
140 static const country cabo_verde();
143 static const country cambodia();
146 static const country cameroon();
149 static const country canada();
152 static const country cayman_islands();
158 static const country chad();
161 static const country chile();
164 static const country china();
167 static const country christmas_island();
173 static const country colombia();
176 static const country comoros();
179 static const country congo();
185 static const country cook_islands();
188 static const country costa_rica();
191 static const country cote_d_ivoire();
194 static const country croatia();
197 static const country cuba();
200 static const country curacao();
203 static const country cyprus();
206 static const country czechia();
209 static const country denmark();
212 static const country djibouti();
215 static const country dominica();
221 static const country ecuador();
224 static const country egypt();
227 static const country el_salvador();
233 static const country eritrea();
236 static const country estonia();
239 static const country eswatini();
242 static const country ethiopia();
245 static const country falkland_islands();
248 static const country faroe_islands();
251 static const country fiji();
254 static const country finland();
257 static const country france();
260 static const country french_guiana();
263 static const country french_polynesia();
269 static const country gabon();
272 static const country gambia();
275 static const country georgia();
278 static const country germany();
281 static const country ghana();
284 static const country gibraltar();
287 static const country greece();
290 static const country greenland();
293 static const country grenada();
296 static const country guadeloupe();
299 static const country guam();
302 static const country guatemala();
305 static const country guernsey();
308 static const country guinea();
311 static const country guinea_bissau();
314 static const country guyana();
317 static const country haiti();
323 static const country holy_see();
326 static const country honduras();
329 static const country hong_kong();
332 static const country hungary();
335 static const country iceland();
338 static const country india();
341 static const country indonesia();
344 static const country iran();
347 static const country iraq();
350 static const country ireland();
353 static const country isle_of_man();
356 static const country israel();
359 static const country italy();
362 static const country jamaica();
365 static const country japan();
368 static const country jersey();
371 static const country jordan();
374 static const country kazakhstan();
377 static const country kenya();
380 static const country kiribati();
383 static const country north_korea();
386 static const country south_korea();
389 static const country kuwait();
392 static const country kyrgyzstan();
398 static const country latvia();
401 static const country lebanon();
404 static const country lesotho();
407 static const country liberia();
410 static const country libya();
413 static const country liechtenstein();
416 static const country lithuania();
419 static const country luxembourg();
422 static const country macao();
425 static const country madagascar();
428 static const country malawi();
431 static const country malaysia();
434 static const country maldives();
437 static const country mali();
440 static const country malta();
443 static const country marshall_islands();
446 static const country martinique();
449 static const country mauritania();
452 static const country mauritius();
455 static const country mayotte();
458 static const country mexico();
464 static const country moldova();
467 static const country monaco();
470 static const country mongolia();
473 static const country montenegro();
476 static const country montserrat();
479 static const country morocco();
482 static const country mozambique();
485 static const country myanmar();
488 static const country namibia();
491 static const country nauru();
494 static const country nepal();
497 static const country netherlands();
500 static const country new_caledonia();
503 static const country new_zealand();
506 static const country nicaragua();
509 static const country niger();
512 static const country nigeria();
515 static const country niue();
518 static const country norfolk_island();
521 static const country north_macedonia();
527 static const country norway();
530 static const country oman();
533 static const country pakistan();
536 static const country palau();
542 static const country panama();
545 static const country papua_new_guinea();
548 static const country paraguay();
551 static const country peru();
554 static const country philippines();
557 static const country pitcairn();
560 static const country poland();
563 static const country portugal();
566 static const country puerto_rico();
569 static const country qatar();
572 static const country reunion();
575 static const country romania();
581 static const country rwanda();
584 static const country saint_barthelemy();
593 static const country saint_lucia();
605 static const country samoa();
608 static const country san_marino();
614 static const country saudi_arabia();
617 static const country senegal();
620 static const country serbia();
623 static const country seychelles();
626 static const country sierra_leone();
629 static const country singapore();
635 static const country slovakia();
638 static const country slovenia();
641 static const country solomon_islands();
644 static const country somalia();
647 static const country south_africa();
653 static const country south_sudan();
656 static const country spain();
659 static const country sri_lanka();
662 static const country sudan();
665 static const country suriname();
671 static const country sweden();
674 static const country switzerland();
680 static const country taiwan_china();
683 static const country tajikistan();
686 static const country tanzania();
689 static const country thailand();
692 static const country timor_leste();
695 static const country togo();
698 static const country tokelau();
701 static const country tonga();
707 static const country tunisia();
710 static const country turkey();
713 static const country turkmenistan();
719 static const country tuvalu();
722 static const country uganda();
725 static const country ukraine();
740 static const country uruguay();
743 static const country uzbekistan();
746 static const country vanuatu();
749 static const country venezuela();
752 static const country viet_nam();
764 static const country western_sahara();
767 static const country yemen();
770 static const country zambia();
773 static const country zimbabwe();
775
777
781 static const std::vector<country>& get_countries();
783 };
784 }
785}
Provides a collection of xtd::forms::country for all countries in the world. This class cannot be inh...
Definition countries.h:22
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:32
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