34 all = show_cancel_button | show_skip_button | show_elapsed_time | show_estimated_time | show_remaining_time
43 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::forms::progress_box_options> {{
xtd::forms::progress_box_options::none,
"none"}, {
xtd::forms::progress_box_options::show_cancel_button,
"show_cancel_button"}, {
xtd::forms::progress_box_options::show_skip_button,
"show_skip_button"}, {
xtd::forms::progress_box_options::show_elapsed_time,
"show_elapsed_time"}, {
xtd::forms::progress_box_options::show_estimated_time,
"show_estimated_time"}, {
xtd::forms::progress_box_options::show_remaining_time,
"show_remaining_time"}, {
xtd::forms::progress_box_options::all,
"all"}};}
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition: enum_collection.h:19
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition: flags_attribute.h:34
Provides the registration struct for enumerations.
Definition: enum_register.h:36