5 #include "../../forms_export.h" 6 #include <xtd/iequatable> 16 namespace style_sheets {
92 const xtd::uri& website()
const noexcept;
95 void website(
const xtd::uri& value) noexcept;
101 bool equals(
const theme&
other)
const noexcept
override {
return name_ == other.name_ && description_ == other.description_ && authors_ == other.authors_ && website_ == other.website_;}
value_t parse(const std::string &str)
Convert a string into a type.
Definition: parse.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
std::string to_string(const date_time &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: date_time.h:1063
Defines a 3D themed border. The effect depends on the border color value.
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
The operating system is other.
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts...
Definition: uri.h:103
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
bool try_parse(const std::basic_string< char_t > &str, value_t &value) noexcept
Convert a string into a type.
Definition: parse.h:406