xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Static Public Member Functions | List of all members
xtd::forms::application_informations Class Reference

#include <application_informations.h>

Definition

Specifies the application informations.

Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrate the use of application_informations class.

Inherits xtd::object.

Static Public Member Functions

static const xtd::ustringcompany_name ()
 Gets the company name associated with the application.
 
static void company_name (const xtd::ustring &company_name)
 Sets the company name associated with the application.
 
static xtd::ustring product_description ()
 Gets the product description associated with the application.
 
static void product_description (const xtd::ustring &product_description)
 Sets the product description associated with the application.
 
static xtd::ustring product_name ()
 Gets the product name associated with the application.
 
static void product_name (const xtd::ustring &product_name)
 Sets the product name associated with the application.
 
static xtd::ustring product_version ()
 Gets the product version associated with the application.
 
static void product_version (const xtd::ustring &product_version)
 Sets the product version associated with the application.
 
- Static Public Member Functions inherited from xtd::object
static bool equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are considered equal.
 
static bool reference_equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are the same instance.
 

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.
 
template<typename object_t >
std::unique_ptr< object_t > memberwise_clone () const
 Gets the type of the current instance.
 
virtual xtd::ustring to_string () const noexcept
 Returns a std::string that represents the current object.
 

Member Function Documentation

◆ company_name() [1/2]

static const xtd::ustring & xtd::forms::application_informations::company_name ( )
inlinestatic

Gets the company name associated with the application.

Returns
The company name.

◆ company_name() [2/2]

static void xtd::forms::application_informations::company_name ( const xtd::ustring company_name)
inlinestatic

Sets the company name associated with the application.

Parameters
company_nameThe company name.

◆ product_description() [1/2]

static xtd::ustring xtd::forms::application_informations::product_description ( )
inlinestatic

Gets the product description associated with the application.

Returns
The product description.

◆ product_description() [2/2]

static void xtd::forms::application_informations::product_description ( const xtd::ustring product_description)
inlinestatic

Sets the product description associated with the application.

Parameters
product_nameThe product description.

◆ product_name() [1/2]

static xtd::ustring xtd::forms::application_informations::product_name ( )
inlinestatic

Gets the product name associated with the application.

Returns
The product name.

◆ product_name() [2/2]

static void xtd::forms::application_informations::product_name ( const xtd::ustring product_name)
inlinestatic

Sets the product name associated with the application.

Parameters
product_nameThe product name.

◆ product_version() [1/2]

static xtd::ustring xtd::forms::application_informations::product_version ( )
inlinestatic

Gets the product version associated with the application.

Returns
The product version.

◆ product_version() [2/2]

static void xtd::forms::application_informations::product_version ( const xtd::ustring product_version)
inlinestatic

Sets the product version associated with the application.

Parameters
product_versionThe product version.

The documentation for this class was generated from the following file: