7#include <xtd/drawing/font_family>
8#include <xtd/date_time>
11auto __xtd_forms_trace_form_base_default_form_name__() noexcept ->
xtd::
string&;
12auto __xtd_forms_trace_form_base_default_text_box_name__() noexcept ->
xtd::
string&;
48 [[nodiscard]] auto
name() const noexcept -> const
xtd::
string& override;
52 [[nodiscard]] virtual auto
show_date() const noexcept ->
bool;
60 [[nodiscard]] virtual auto
show_time() const noexcept ->
bool;
98 virtual auto
write(const
xtd::
string& trace) ->
void;
112 auto update_format() ->
void;
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for conv...
Definition basic_string_builder.hpp:13
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
Contains xtd::forms::text_box control.