Represents a dialog box that displays about dialog.
Windows | macOS | Gnome | |
---|---|---|---|
Light | | | |
Dark | | | |
Public Aliases | |
using | author_collection = xtd::forms::layout::arranged_element_collection< xtd::string > |
Represents an author collection. | |
using | artist_collection = xtd::forms::layout::arranged_element_collection< xtd::string > |
Represents an artist collection. | |
using | documenter_collection = xtd::forms::layout::arranged_element_collection< xtd::string > |
Represents a documenter collection. | |
using | translator_collection = xtd::forms::layout::arranged_element_collection< xtd::string > |
Represents a translator collection. | |
using | user_tab_page_collection = tab_control::tab_page_collection |
Represents user tab page collection. | |
Public Constructors | |
about_dialog () | |
Initializes a new instance of the about_dialog class. | |
Public Properties | |
const artist_collection & | artists () const noexcept |
Gets the artists array. | |
artist_collection & | artists () noexcept |
Gets the artists array. | |
about_dialog & | artists (const artist_collection &artists) |
Sets the artists array. | |
const author_collection & | authors () const noexcept |
Gets the authors array. | |
author_collection & | authors () noexcept |
Gets the authors array. | |
about_dialog & | authors (const author_collection &authors) |
Sets the authors array. | |
xtd::string | copyright () const noexcept |
Gets the product copyright. | |
about_dialog & | copyright (const xtd::string ©right) |
Sets the product description. | |
xtd::string | description () const noexcept |
Gets the product description. | |
about_dialog & | description (const xtd::string &description) |
Sets the product description. | |
const documenter_collection & | documenters () const noexcept |
Gets the documentation writers array. | |
documenter_collection & | documenters () noexcept |
Gets the documentation writers array. | |
about_dialog & | documenters (const documenter_collection &documenters) |
Sets the documentation writers array. | |
xtd::forms::dialog_appearance | dialog_appearance () const noexcept |
Gets the dialog appearance. | |
about_dialog & | dialog_appearance (xtd::forms::dialog_appearance dialog_appearance) |
Sets the dialog appearance. | |
xtd::drawing::icon | icon () const noexcept |
Gets the product icon. | |
about_dialog & | icon (const xtd::drawing::icon &icon) |
Sets the product icon. | |
about_dialog & | icon (const xtd::drawing::image &image) |
Sets the product icon. | |
about_dialog & | icon (const xtd::drawing::bitmap &bitmap) |
Sets the product icon. | |
xtd::string | license () const noexcept |
Gets the product license. | |
about_dialog & | license (const xtd::string &license) |
Sets the product license. | |
xtd::string | long_version () const noexcept |
Gets the product long version. | |
about_dialog & | long_version (const xtd::string &long_version) |
Sets the product long version. | |
xtd::string | name () const noexcept |
Gets the product name. | |
about_dialog & | name (const xtd::string &name) |
Sets the product name. | |
const translator_collection & | translators () const noexcept |
Gets the translators array. | |
translator_collection & | translators () noexcept |
Gets the translators array. | |
about_dialog & | translators (const translator_collection &translators) |
Sets the translators array. | |
user_tab_page_collection & | user_tab_pages () noexcept |
Gets the collection of user tab pages in this about box. | |
const user_tab_page_collection & | user_tab_pages () const noexcept |
Gets the collection of user tab pages in this about box. | |
xtd::string | version () const noexcept |
Gets the product version. | |
about_dialog & | version (const xtd::string &version) |
Sets the product version. | |
xtd::string | website () const noexcept |
Gets the product website. | |
about_dialog & | website (const xtd::string &website) |
Sets the product website. | |
xtd::string | website_label () const noexcept |
Gets the product website label. | |
about_dialog & | website_label (const xtd::string &website_label) |
Sets the product website label. | |
Public Methods | |
void | reset () noexcept |
Resets all properties to empty string. | |
void | show () |
Runs about dialog box. | |
void | show (const iwin32_window &owner) |
Runs about dialog box with specified owner. | |
Public Static Methods | |
static about_dialog | from_assembly (const xtd::reflection::assembly &assembly) |
Create a new xtd::forms::about_dialog from specified assembly. | |
static about_dialog | from_executing_assembly_informations () |
Create a new xtd::forms::about_dialog from executing xtd::reflection::assembly informations. | |
Additional Inherited Members | |
Public Member Functions inherited from xtd::object | |
object ()=default | |
Create a new instance of the ultimate base class object. | |
virtual bool | equals (const object &obj) const noexcept |
Determines whether the specified object is equal to the current object. | |
virtual size_t | get_hash_code () const noexcept |
Serves as a hash function for a particular type. | |
virtual type_object | get_type () const noexcept |
Gets the type of the current instance. | |
template<typename object_t > | |
xtd::uptr< object_t > | memberwise_clone () const |
Creates a shallow copy of the current object. | |
virtual xtd::string | to_string () const noexcept |
Returns a xtd::string that represents the current object. | |
Static Public Member Functions inherited from xtd::object | |
template<typename object_a_t , typename object_b_t > | |
static bool | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
Determines whether the specified object instances are considered equal. | |
template<typename object_a_t , typename object_b_t > | |
static bool | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
Determines whether the specified object instances are the same instance. | |
Protected Member Functions inherited from xtd::forms::component | |
component () | |
Initialises a new instance of the component class. | |
virtual bool | can_raise_events () const noexcept |
Gets a value indicating whether the component can raise an event. | |
bool | design_mode () const noexcept |
Gets a value that indicates whether the component is currently in design mode. | |
using xtd::forms::about_dialog::author_collection = xtd::forms::layout::arranged_element_collection<xtd::string> |
Represents an author collection.
using xtd::forms::about_dialog::artist_collection = xtd::forms::layout::arranged_element_collection<xtd::string> |
Represents an artist collection.
using xtd::forms::about_dialog::documenter_collection = xtd::forms::layout::arranged_element_collection<xtd::string> |
Represents a documenter collection.
using xtd::forms::about_dialog::translator_collection = xtd::forms::layout::arranged_element_collection<xtd::string> |
Represents a translator collection.
Represents user tab page collection.
xtd::forms::about_dialog::about_dialog | ( | ) |
Initializes a new instance of the about_dialog class.
|
noexcept |
|
noexcept |
Gets the artists array.
about_dialog & xtd::forms::about_dialog::artists | ( | const artist_collection & | artists | ) |
|
noexcept |
|
noexcept |
Gets the authors array.
about_dialog & xtd::forms::about_dialog::authors | ( | const author_collection & | authors | ) |
|
noexcept |
about_dialog & xtd::forms::about_dialog::copyright | ( | const xtd::string & | copyright | ) |
Sets the product description.
copyright | The description copyright. |
|
noexcept |
about_dialog & xtd::forms::about_dialog::description | ( | const xtd::string & | description | ) |
Sets the product description.
description | The product description. |
|
noexcept |
Gets the documentation writers array.
|
noexcept |
Gets the documentation writers array.
about_dialog & xtd::forms::about_dialog::documenters | ( | const documenter_collection & | documenters | ) |
Sets the documentation writers array.
documenters | The documentation writers array. |
|
noexcept |
Gets the dialog appearance.
about_dialog & xtd::forms::about_dialog::dialog_appearance | ( | xtd::forms::dialog_appearance | dialog_appearance | ) |
Sets the dialog appearance.
dialog_appearance | One of the xtd::forms::dialog_appearance values. The default value is xtd::forms::dialog_appearance::standard. |
|
noexcept |
Gets the product icon.
about_dialog & xtd::forms::about_dialog::icon | ( | const xtd::drawing::icon & | icon | ) |
about_dialog & xtd::forms::about_dialog::icon | ( | const xtd::drawing::image & | image | ) |
about_dialog & xtd::forms::about_dialog::icon | ( | const xtd::drawing::bitmap & | bitmap | ) |
|
noexcept |
about_dialog & xtd::forms::about_dialog::license | ( | const xtd::string & | license | ) |
|
noexcept |
about_dialog & xtd::forms::about_dialog::long_version | ( | const xtd::string & | long_version | ) |
Sets the product long version.
version | The version version. |
|
noexcept |
about_dialog & xtd::forms::about_dialog::name | ( | const xtd::string & | name | ) |
|
noexcept |
|
noexcept |
Gets the translators array.
about_dialog & xtd::forms::about_dialog::translators | ( | const translator_collection & | translators | ) |
Sets the translators array.
translators | The translators array. |
|
noexcept |
Gets the collection of user tab pages in this about box.
|
noexcept |
Gets the collection of user tab pages in this about box.
|
noexcept |
about_dialog & xtd::forms::about_dialog::version | ( | const xtd::string & | version | ) |
Sets the product version.
version | The version version. |
|
noexcept |
about_dialog & xtd::forms::about_dialog::website | ( | const xtd::string & | website | ) |
Sets the product website.
website | The product website. |
|
noexcept |
about_dialog & xtd::forms::about_dialog::website_label | ( | const xtd::string & | website_label | ) |
Sets the product website label.
website_label | The product website label. |
|
noexcept |
Resets all properties to empty string.
void xtd::forms::about_dialog::show | ( | ) |
Runs about dialog box.
void xtd::forms::about_dialog::show | ( | const iwin32_window & | owner | ) |
Runs about dialog box with specified owner.
owner | The owner of the about box dialog. |
|
static |
Create a new xtd::forms::about_dialog from specified assembly.
assembly | The xtd::reflection::assembly object containing the information for filling in the dialog. |
|
static |
Create a new xtd::forms::about_dialog from executing xtd::reflection::assembly informations.