xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
loading_indicators.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
loading_indicator.hpp
"
6
#include <xtd/static>
7
9
namespace
xtd
{
11
namespace
forms
{
25
class
forms_export_
loading_indicators
static_
{
26
struct
data
;
27
28
public
:
30
34
[[nodiscard]]
static
auto
bar
() noexcept ->
xtd
::
forms
::
loading_indicator
;
38
[[nodiscard]] static auto
bar
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
43
[[nodiscard]] static auto
bar
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
49
[[nodiscard]] static auto
bar
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
53
[[nodiscard]] static auto
bar
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
58
[[nodiscard]] static auto
bar
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
64
[[nodiscard]] static auto
bar
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
71
[[nodiscard]] static auto
bar
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
75
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
80
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
86
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
93
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
98
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
104
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
111
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
119
[[nodiscard]] static auto
bar
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
120
123
[[nodiscard]] static auto
circle_bars
() noexcept ->
xtd
::
forms
::
loading_indicator
;
127
[[nodiscard]] static auto
circle_bars
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
132
[[nodiscard]] static auto
circle_bars
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
138
[[nodiscard]] static auto
circle_bars
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
142
[[nodiscard]] static auto
circle_bars
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
147
[[nodiscard]] static auto
circle_bars
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
153
[[nodiscard]] static auto
circle_bars
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
160
[[nodiscard]] static auto
circle_bars
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
164
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
169
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
175
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
182
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
187
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
193
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
200
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
208
[[nodiscard]] static auto
circle_bars
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
209
212
[[nodiscard]] static auto
circle_blinks
() noexcept ->
xtd
::
forms
::
loading_indicator
;
216
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
221
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
227
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
231
[[nodiscard]] static auto
circle_blinks
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
236
[[nodiscard]] static auto
circle_blinks
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
242
[[nodiscard]] static auto
circle_blinks
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
249
[[nodiscard]] static auto
circle_blinks
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
253
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
258
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
264
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
271
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
276
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
282
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
289
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
297
[[nodiscard]] static auto
circle_blinks
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
298
301
[[nodiscard]] static auto
five_lines_center
() noexcept ->
xtd
::
forms
::
loading_indicator
;
305
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
310
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
316
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
320
[[nodiscard]] static auto
five_lines_center
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
325
[[nodiscard]] static auto
five_lines_center
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
331
[[nodiscard]] static auto
five_lines_center
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
338
[[nodiscard]] static auto
five_lines_center
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
342
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
347
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
353
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
360
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
365
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
371
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
378
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
386
[[nodiscard]] static auto
five_lines_center
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
387
390
[[nodiscard]] static auto
five_lines_chronological
() noexcept ->
xtd
::
forms
::
loading_indicator
;
394
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
399
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
405
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
409
[[nodiscard]] static auto
five_lines_chronological
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
414
[[nodiscard]] static auto
five_lines_chronological
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
420
[[nodiscard]] static auto
five_lines_chronological
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
427
[[nodiscard]] static auto
five_lines_chronological
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
431
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
436
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
442
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
449
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
454
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
460
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
467
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
475
[[nodiscard]] static auto
five_lines_chronological
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
476
479
[[nodiscard]] static auto
five_lines_pulse
() noexcept ->
xtd
::
forms
::
loading_indicator
;
483
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
488
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
494
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
498
[[nodiscard]] static auto
five_lines_pulse
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
503
[[nodiscard]] static auto
five_lines_pulse
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
509
[[nodiscard]] static auto
five_lines_pulse
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
516
[[nodiscard]] static auto
five_lines_pulse
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
520
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
525
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
531
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
538
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
543
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
549
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
556
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
564
[[nodiscard]] static auto
five_lines_pulse
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
565
568
[[nodiscard]] static auto
five_lines_wave
() noexcept ->
xtd
::
forms
::
loading_indicator
;
572
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
577
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
583
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
587
[[nodiscard]] static auto
five_lines_wave
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
592
[[nodiscard]] static auto
five_lines_wave
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
598
[[nodiscard]] static auto
five_lines_wave
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
605
[[nodiscard]] static auto
five_lines_wave
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
609
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
614
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
620
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
627
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
632
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
638
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
645
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
653
[[nodiscard]] static auto
five_lines_wave
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
654
657
[[nodiscard]] static auto
five_lines
() noexcept ->
xtd
::
forms
::
loading_indicator
;
661
[[nodiscard]] static auto
five_lines
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
666
[[nodiscard]] static auto
five_lines
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
672
[[nodiscard]] static auto
five_lines
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
676
[[nodiscard]] static auto
five_lines
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
681
[[nodiscard]] static auto
five_lines
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
687
[[nodiscard]] static auto
five_lines
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
694
[[nodiscard]] static auto
five_lines
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
698
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
703
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
709
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
716
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
721
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
727
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
734
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
742
[[nodiscard]] static auto
five_lines
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
743
746
[[nodiscard]] static auto
pulse
() noexcept ->
xtd
::
forms
::
loading_indicator
;
750
[[nodiscard]] static auto
pulse
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
755
[[nodiscard]] static auto
pulse
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
761
[[nodiscard]] static auto
pulse
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
765
[[nodiscard]] static auto
pulse
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
770
[[nodiscard]] static auto
pulse
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
776
[[nodiscard]] static auto
pulse
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
783
[[nodiscard]] static auto
pulse
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
787
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
792
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
798
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
805
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
810
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
816
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
823
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
831
[[nodiscard]] static auto
pulse
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
832
835
[[nodiscard]] static auto
pulse_outline
() noexcept ->
xtd
::
forms
::
loading_indicator
;
839
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
844
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
850
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
854
[[nodiscard]] static auto
pulse_outline
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
859
[[nodiscard]] static auto
pulse_outline
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
865
[[nodiscard]] static auto
pulse_outline
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
872
[[nodiscard]] static auto
pulse_outline
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
876
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
881
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
887
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
894
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
899
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
905
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
912
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
920
[[nodiscard]] static auto
pulse_outline
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
921
924
[[nodiscard]] static auto
standard
() noexcept ->
xtd
::
forms
::
loading_indicator
;
928
[[nodiscard]] static auto
standard
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
933
[[nodiscard]] static auto
standard
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
939
[[nodiscard]] static auto
standard
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
943
[[nodiscard]] static auto
standard
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
948
[[nodiscard]] static auto
standard
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
954
[[nodiscard]] static auto
standard
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
961
[[nodiscard]] static auto
standard
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
965
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
970
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
976
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
983
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
988
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
994
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1001
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1009
[[nodiscard]] static auto
standard
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1010
1013
[[nodiscard]] static auto
system
() noexcept ->
xtd
::
forms
::
loading_indicator
;
1017
[[nodiscard]] static auto
system
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1022
[[nodiscard]] static auto
system
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1028
[[nodiscard]] static auto
system
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1032
[[nodiscard]] static auto
system
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1037
[[nodiscard]] static auto
system
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1043
[[nodiscard]] static auto
system
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1050
[[nodiscard]] static auto
system
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1054
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
1059
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1065
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1072
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1077
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1083
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1090
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1098
[[nodiscard]] static auto
system
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1099
1102
[[nodiscard]] static auto
three_balls
() noexcept ->
xtd
::
forms
::
loading_indicator
;
1106
[[nodiscard]] static auto
three_balls
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1111
[[nodiscard]] static auto
three_balls
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1117
[[nodiscard]] static auto
three_balls
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1121
[[nodiscard]] static auto
three_balls
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1126
[[nodiscard]] static auto
three_balls
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1132
[[nodiscard]] static auto
three_balls
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1139
[[nodiscard]] static auto
three_balls
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1143
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
1148
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1154
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1161
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1166
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1172
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1179
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1187
[[nodiscard]] static auto
three_balls
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1188
1191
[[nodiscard]] static auto
three_balls_bouncing
() noexcept ->
xtd
::
forms
::
loading_indicator
;
1195
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1200
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1206
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1210
[[nodiscard]] static auto
three_balls_bouncing
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1215
[[nodiscard]] static auto
three_balls_bouncing
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1221
[[nodiscard]] static auto
three_balls_bouncing
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1228
[[nodiscard]] static auto
three_balls_bouncing
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1232
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
1237
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1243
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1250
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1255
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1261
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1268
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1276
[[nodiscard]] static auto
three_balls_bouncing
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1277
1280
[[nodiscard]] static auto
three_balls_rotation
() noexcept ->
xtd
::
forms
::
loading_indicator
;
1284
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1289
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1295
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1299
[[nodiscard]] static auto
three_balls_rotation
(
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1304
[[nodiscard]] static auto
three_balls_rotation
(
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1310
[[nodiscard]] static auto
three_balls_rotation
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1317
[[nodiscard]] static auto
three_balls_rotation
(
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1321
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent) noexcept ->
xtd
::
forms
::
loading_indicator
;
1326
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1332
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1339
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1344
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent,
bool
running) noexcept ->
xtd
::
forms
::
loading_indicator
;
1350
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location) noexcept ->
xtd
::
forms
::
loading_indicator
;
1357
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
) noexcept ->
xtd
::
forms
::
loading_indicator
;
1365
[[nodiscard]] static auto
three_balls_rotation
(const
xtd
::
forms
::
control
& parent,
bool
running, const
xtd
::
drawing
::point& location, const
xtd
::
drawing
::
size
&
size
, const
xtd
::
string
& name) noexcept ->
xtd
::
forms
::
loading_indicator
;
1367
};
1368
}
1369
}
xtd::forms::control
Defines the base class for controls, which are components with visual representation.
Definition
control.hpp:81
xtd::forms::loading_indicator
Represents a loading indicator control.
Definition
loading_indicator.hpp:31
xtd::forms::loading_indicators
Provides a collection of loading indicator objects for use by a Windows Forms application.
Definition
loading_indicators.hpp:25
xtd::forms::loading_indicators::bar
static auto bar() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent bar loading indicator.
xtd::forms::loading_indicators::circle_bars
static auto circle_bars() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent circle_bars loading indicator.
xtd::forms::loading_indicators::pulse
static auto pulse() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent pulse loading indicator.
xtd::forms::loading_indicators::pulse_outline
static auto pulse_outline() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent pulse_outline loading indicator.
xtd::forms::loading_indicators::standard
static auto standard() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent standard loading indicator.
xtd::forms::loading_indicators::circle_blinks
static auto circle_blinks() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent circle_blinks loading indicator.
xtd::forms::loading_indicators::system
static auto system() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent system loading indicator.
xtd::forms::loading_indicators::three_balls
static auto three_balls() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent three_balls loading indicator.
xtd::forms::loading_indicators::five_lines_wave
static auto five_lines_wave() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent five_lines_wave loading indicato...
xtd::forms::loading_indicators::five_lines
static auto five_lines() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent five_lines loading indicator.
xtd::forms::loading_indicators::three_balls_rotation
static auto three_balls_rotation() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent three_balls_rotation loading ind...
xtd::forms::loading_indicators::five_lines_center
static auto five_lines_center() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent five_lines_center loading indica...
xtd::forms::loading_indicators::five_lines_pulse
static auto five_lines_pulse() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent five_lines_pulse loading indicat...
xtd::forms::loading_indicators::three_balls_bouncing
static auto three_balls_bouncing() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent three_balls_bouncing loading ind...
xtd::forms::loading_indicators::five_lines_chronological
static auto five_lines_chronological() noexcept -> xtd::forms::loading_indicator
Create a system-defined xtd::forms::loading_indicator that represent five_lines_chronological loading...
static_
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition
static.hpp:38
forms_export_
#define forms_export_
Define shared library export.
Definition
forms_export.hpp:13
loading_indicator.hpp
Contains xtd::forms::loading_indicator control.
xtd::drawing
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition
actions_system_images.hpp:10
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::data
constexpr auto data() const noexcept -> const_pointer
Gets direct access to the underlying contiguous storage.
Definition
read_only_span.hpp:197
xtd::size
constexpr auto size() const noexcept -> size_type
Returns the number of elements.
Definition
read_only_span.hpp:217
Generated on
for xtd by
Gammasoft
. All rights reserved.