7#include <xtd/forms/choose_color_flags>
8#include <xtd/drawing/color>
79 [[nodiscard]] auto
any_color() const noexcept ->
bool;
139 [[nodiscard]] virtual auto
title() const noexcept -> const
xtd::
string&;
151 auto
reset() noexcept ->
void override;
169 [[nodiscard]] auto get_option(
xtd::
usize flag) const noexcept ->
bool;
170 auto set_option(
xtd::
usize flag,
bool value) ->
void;
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Contains xtd::forms::common_dialog class.
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
std::intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr auto data() const noexcept -> const_pointer
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:197