xtd 0.2.0
Loading...
Searching...
No Matches
loading_indicators.h
Go to the documentation of this file.
1
4#pragma once
5#include "loading_indicator.h"
6#include <xtd/static>
7
9namespace xtd {
11 namespace forms {
24 struct data;
25
26 public:
28
32 static loading_indicator bar() noexcept;
36 static loading_indicator bar(const xtd::drawing::point& location) noexcept;
41 static loading_indicator bar(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
47 static loading_indicator bar(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
51 static loading_indicator bar(bool running) noexcept;
56 static loading_indicator bar(bool running, const xtd::drawing::point& location) noexcept;
62 static loading_indicator bar(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
69 static loading_indicator bar(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
73 static loading_indicator bar(const control& parent) noexcept;
78 static loading_indicator bar(const control& parent, const xtd::drawing::point& location) noexcept;
84 static loading_indicator bar(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
91 static loading_indicator bar(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
96 static loading_indicator bar(const control& parent, bool running) noexcept;
102 static loading_indicator bar(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
109 static loading_indicator bar(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
117 static loading_indicator bar(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
118
121 static loading_indicator circle_bars() noexcept;
125 static loading_indicator circle_bars(const xtd::drawing::point& location) noexcept;
130 static loading_indicator circle_bars(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
136 static loading_indicator circle_bars(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
140 static loading_indicator circle_bars(bool running) noexcept;
145 static loading_indicator circle_bars(bool running, const xtd::drawing::point& location) noexcept;
151 static loading_indicator circle_bars(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
158 static loading_indicator circle_bars(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
162 static loading_indicator circle_bars(const control& parent) noexcept;
167 static loading_indicator circle_bars(const control& parent, const xtd::drawing::point& location) noexcept;
173 static loading_indicator circle_bars(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
180 static loading_indicator circle_bars(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
185 static loading_indicator circle_bars(const control& parent, bool running) noexcept;
191 static loading_indicator circle_bars(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
198 static loading_indicator circle_bars(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
206 static loading_indicator circle_bars(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
207
210 static loading_indicator circle_blinks() noexcept;
214 static loading_indicator circle_blinks(const xtd::drawing::point& location) noexcept;
219 static loading_indicator circle_blinks(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
225 static loading_indicator circle_blinks(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
229 static loading_indicator circle_blinks(bool running) noexcept;
234 static loading_indicator circle_blinks(bool running, const xtd::drawing::point& location) noexcept;
240 static loading_indicator circle_blinks(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
247 static loading_indicator circle_blinks(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
251 static loading_indicator circle_blinks(const control& parent) noexcept;
256 static loading_indicator circle_blinks(const control& parent, const xtd::drawing::point& location) noexcept;
262 static loading_indicator circle_blinks(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
269 static loading_indicator circle_blinks(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
274 static loading_indicator circle_blinks(const control& parent, bool running) noexcept;
280 static loading_indicator circle_blinks(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
287 static loading_indicator circle_blinks(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
295 static loading_indicator circle_blinks(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
296
299 static loading_indicator five_lines_center() noexcept;
303 static loading_indicator five_lines_center(const xtd::drawing::point& location) noexcept;
308 static loading_indicator five_lines_center(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
314 static loading_indicator five_lines_center(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
318 static loading_indicator five_lines_center(bool running) noexcept;
323 static loading_indicator five_lines_center(bool running, const xtd::drawing::point& location) noexcept;
329 static loading_indicator five_lines_center(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
336 static loading_indicator five_lines_center(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
340 static loading_indicator five_lines_center(const control& parent) noexcept;
345 static loading_indicator five_lines_center(const control& parent, const xtd::drawing::point& location) noexcept;
351 static loading_indicator five_lines_center(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
358 static loading_indicator five_lines_center(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
363 static loading_indicator five_lines_center(const control& parent, bool running) noexcept;
369 static loading_indicator five_lines_center(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
376 static loading_indicator five_lines_center(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
384 static loading_indicator five_lines_center(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
385
388 static loading_indicator five_lines_chronological() noexcept;
392 static loading_indicator five_lines_chronological(const xtd::drawing::point& location) noexcept;
397 static loading_indicator five_lines_chronological(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
403 static loading_indicator five_lines_chronological(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
407 static loading_indicator five_lines_chronological(bool running) noexcept;
412 static loading_indicator five_lines_chronological(bool running, const xtd::drawing::point& location) noexcept;
418 static loading_indicator five_lines_chronological(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
425 static loading_indicator five_lines_chronological(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
429 static loading_indicator five_lines_chronological(const control& parent) noexcept;
434 static loading_indicator five_lines_chronological(const control& parent, const xtd::drawing::point& location) noexcept;
440 static loading_indicator five_lines_chronological(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
447 static loading_indicator five_lines_chronological(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
452 static loading_indicator five_lines_chronological(const control& parent, bool running) noexcept;
458 static loading_indicator five_lines_chronological(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
465 static loading_indicator five_lines_chronological(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
473 static loading_indicator five_lines_chronological(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
474
477 static loading_indicator five_lines_pulse() noexcept;
481 static loading_indicator five_lines_pulse(const xtd::drawing::point& location) noexcept;
486 static loading_indicator five_lines_pulse(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
492 static loading_indicator five_lines_pulse(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
496 static loading_indicator five_lines_pulse(bool running) noexcept;
501 static loading_indicator five_lines_pulse(bool running, const xtd::drawing::point& location) noexcept;
507 static loading_indicator five_lines_pulse(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
514 static loading_indicator five_lines_pulse(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
518 static loading_indicator five_lines_pulse(const control& parent) noexcept;
523 static loading_indicator five_lines_pulse(const control& parent, const xtd::drawing::point& location) noexcept;
529 static loading_indicator five_lines_pulse(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
536 static loading_indicator five_lines_pulse(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
541 static loading_indicator five_lines_pulse(const control& parent, bool running) noexcept;
547 static loading_indicator five_lines_pulse(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
554 static loading_indicator five_lines_pulse(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
562 static loading_indicator five_lines_pulse(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
563
566 static loading_indicator five_lines_wave() noexcept;
570 static loading_indicator five_lines_wave(const xtd::drawing::point& location) noexcept;
575 static loading_indicator five_lines_wave(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
581 static loading_indicator five_lines_wave(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
585 static loading_indicator five_lines_wave(bool running) noexcept;
590 static loading_indicator five_lines_wave(bool running, const xtd::drawing::point& location) noexcept;
596 static loading_indicator five_lines_wave(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
603 static loading_indicator five_lines_wave(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
607 static loading_indicator five_lines_wave(const control& parent) noexcept;
612 static loading_indicator five_lines_wave(const control& parent, const xtd::drawing::point& location) noexcept;
618 static loading_indicator five_lines_wave(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
625 static loading_indicator five_lines_wave(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
630 static loading_indicator five_lines_wave(const control& parent, bool running) noexcept;
636 static loading_indicator five_lines_wave(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
643 static loading_indicator five_lines_wave(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
651 static loading_indicator five_lines_wave(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
652
655 static loading_indicator five_lines() noexcept;
659 static loading_indicator five_lines(const xtd::drawing::point& location) noexcept;
664 static loading_indicator five_lines(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
670 static loading_indicator five_lines(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
674 static loading_indicator five_lines(bool running) noexcept;
679 static loading_indicator five_lines(bool running, const xtd::drawing::point& location) noexcept;
685 static loading_indicator five_lines(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
692 static loading_indicator five_lines(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
696 static loading_indicator five_lines(const control& parent) noexcept;
701 static loading_indicator five_lines(const control& parent, const xtd::drawing::point& location) noexcept;
707 static loading_indicator five_lines(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
714 static loading_indicator five_lines(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
719 static loading_indicator five_lines(const control& parent, bool running) noexcept;
725 static loading_indicator five_lines(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
732 static loading_indicator five_lines(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
740 static loading_indicator five_lines(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
741
744 static loading_indicator pulse() noexcept;
748 static loading_indicator pulse(const xtd::drawing::point& location) noexcept;
753 static loading_indicator pulse(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
759 static loading_indicator pulse(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
763 static loading_indicator pulse(bool running) noexcept;
768 static loading_indicator pulse(bool running, const xtd::drawing::point& location) noexcept;
774 static loading_indicator pulse(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
781 static loading_indicator pulse(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
785 static loading_indicator pulse(const control& parent) noexcept;
790 static loading_indicator pulse(const control& parent, const xtd::drawing::point& location) noexcept;
796 static loading_indicator pulse(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
803 static loading_indicator pulse(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
808 static loading_indicator pulse(const control& parent, bool running) noexcept;
814 static loading_indicator pulse(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
821 static loading_indicator pulse(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
829 static loading_indicator pulse(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
830
833 static loading_indicator pulse_outline() noexcept;
837 static loading_indicator pulse_outline(const xtd::drawing::point& location) noexcept;
842 static loading_indicator pulse_outline(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
848 static loading_indicator pulse_outline(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
852 static loading_indicator pulse_outline(bool running) noexcept;
857 static loading_indicator pulse_outline(bool running, const xtd::drawing::point& location) noexcept;
863 static loading_indicator pulse_outline(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
870 static loading_indicator pulse_outline(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
874 static loading_indicator pulse_outline(const control& parent) noexcept;
879 static loading_indicator pulse_outline(const control& parent, const xtd::drawing::point& location) noexcept;
885 static loading_indicator pulse_outline(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
892 static loading_indicator pulse_outline(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
897 static loading_indicator pulse_outline(const control& parent, bool running) noexcept;
903 static loading_indicator pulse_outline(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
910 static loading_indicator pulse_outline(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
918 static loading_indicator pulse_outline(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
919
922 static loading_indicator standard() noexcept;
926 static loading_indicator standard(const xtd::drawing::point& location) noexcept;
931 static loading_indicator standard(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
937 static loading_indicator standard(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
941 static loading_indicator standard(bool running) noexcept;
946 static loading_indicator standard(bool running, const xtd::drawing::point& location) noexcept;
952 static loading_indicator standard(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
959 static loading_indicator standard(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
963 static loading_indicator standard(const control& parent) noexcept;
968 static loading_indicator standard(const control& parent, const xtd::drawing::point& location) noexcept;
974 static loading_indicator standard(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
981 static loading_indicator standard(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
986 static loading_indicator standard(const control& parent, bool running) noexcept;
992 static loading_indicator standard(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
999 static loading_indicator standard(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1007 static loading_indicator standard(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1008
1011 static loading_indicator system() noexcept;
1015 static loading_indicator system(const xtd::drawing::point& location) noexcept;
1020 static loading_indicator system(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1026 static loading_indicator system(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1030 static loading_indicator system(bool running) noexcept;
1035 static loading_indicator system(bool running, const xtd::drawing::point& location) noexcept;
1041 static loading_indicator system(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1048 static loading_indicator system(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1052 static loading_indicator system(const control& parent) noexcept;
1057 static loading_indicator system(const control& parent, const xtd::drawing::point& location) noexcept;
1063 static loading_indicator system(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1070 static loading_indicator system(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1075 static loading_indicator system(const control& parent, bool running) noexcept;
1081 static loading_indicator system(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
1088 static loading_indicator system(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1096 static loading_indicator system(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1097
1100 static loading_indicator three_balls() noexcept;
1104 static loading_indicator three_balls(const xtd::drawing::point& location) noexcept;
1109 static loading_indicator three_balls(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1115 static loading_indicator three_balls(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1119 static loading_indicator three_balls(bool running) noexcept;
1124 static loading_indicator three_balls(bool running, const xtd::drawing::point& location) noexcept;
1130 static loading_indicator three_balls(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1137 static loading_indicator three_balls(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1141 static loading_indicator three_balls(const control& parent) noexcept;
1146 static loading_indicator three_balls(const control& parent, const xtd::drawing::point& location) noexcept;
1152 static loading_indicator three_balls(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1159 static loading_indicator three_balls(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1164 static loading_indicator three_balls(const control& parent, bool running) noexcept;
1170 static loading_indicator three_balls(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
1177 static loading_indicator three_balls(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1185 static loading_indicator three_balls(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1186
1189 static loading_indicator three_balls_bouncing() noexcept;
1193 static loading_indicator three_balls_bouncing(const xtd::drawing::point& location) noexcept;
1198 static loading_indicator three_balls_bouncing(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1204 static loading_indicator three_balls_bouncing(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1208 static loading_indicator three_balls_bouncing(bool running) noexcept;
1213 static loading_indicator three_balls_bouncing(bool running, const xtd::drawing::point& location) noexcept;
1219 static loading_indicator three_balls_bouncing(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1226 static loading_indicator three_balls_bouncing(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1230 static loading_indicator three_balls_bouncing(const control& parent) noexcept;
1235 static loading_indicator three_balls_bouncing(const control& parent, const xtd::drawing::point& location) noexcept;
1241 static loading_indicator three_balls_bouncing(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1248 static loading_indicator three_balls_bouncing(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1253 static loading_indicator three_balls_bouncing(const control& parent, bool running) noexcept;
1259 static loading_indicator three_balls_bouncing(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
1266 static loading_indicator three_balls_bouncing(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1274 static loading_indicator three_balls_bouncing(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1275
1278 static loading_indicator three_balls_rotation() noexcept;
1282 static loading_indicator three_balls_rotation(const xtd::drawing::point& location) noexcept;
1287 static loading_indicator three_balls_rotation(const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1293 static loading_indicator three_balls_rotation(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1297 static loading_indicator three_balls_rotation(bool running) noexcept;
1302 static loading_indicator three_balls_rotation(bool running, const xtd::drawing::point& location) noexcept;
1308 static loading_indicator three_balls_rotation(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1315 static loading_indicator three_balls_rotation(bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1319 static loading_indicator three_balls_rotation(const control& parent) noexcept;
1324 static loading_indicator three_balls_rotation(const control& parent, const xtd::drawing::point& location) noexcept;
1330 static loading_indicator three_balls_rotation(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1337 static loading_indicator three_balls_rotation(const control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1342 static loading_indicator three_balls_rotation(const control& parent, bool running) noexcept;
1348 static loading_indicator three_balls_rotation(const control& parent, bool running, const xtd::drawing::point& location) noexcept;
1355 static loading_indicator three_balls_rotation(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size) noexcept;
1363 static loading_indicator three_balls_rotation(const control& parent, bool running, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::ustring& name) noexcept;
1365 };
1366 }
1367}
Defines the base class for controls, which are components with visual representation.
Definition control.h:79
Represents a loading indicator control.
Definition loading_indicator.h:29
Provides a collection of loading indicator objects for use by a Windows Forms application.
Definition loading_indicators.h:23
static loading_indicator bar() noexcept
Create a system-defined xtd::forms::loading_indicator that represent bar loading indicator.
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:47
#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
size_t size
Represents a size of any object in bytes.
Definition types.h:197
Contains xtd::forms::loading_indicator control.
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