information about the application More...
#include <structs.app.h>
Public Member Functions | |
grt::StringRef | caption () const |
Getter for attribute caption. | |
virtual void | caption (const grt::StringRef &value) |
Setter for attribute caption. | |
grt::StringRef | copyright () const |
Getter for attribute copyright. | |
virtual void | copyright (const grt::StringRef &value) |
Setter for attribute copyright. | |
grt::StringRef | description () const |
Getter for attribute description. | |
virtual void | description (const grt::StringRef &value) |
Setter for attribute description. | |
grt::StringRef | license () const |
Getter for attribute license. | |
virtual void | license (const grt::StringRef &value) |
Setter for attribute license. | |
GrtVersionRef | version () const |
Getter for attribute version. | |
virtual void | version (const GrtVersionRef &value) |
Setter for attribute version. |
information about the application
grt::StringRef caption | ( | ) | const |
Getter for attribute caption.
the application's caption
virtual void caption | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute caption.
the application's caption
grt::StringRef copyright | ( | ) | const |
Getter for attribute copyright.
the copyright message
virtual void copyright | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute copyright.
the copyright message
grt::StringRef description | ( | ) | const |
Getter for attribute description.
a short description of the application
virtual void description | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute description.
a short description of the application
grt::StringRef license | ( | ) | const |
Getter for attribute license.
the license message
virtual void license | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute license.
the license message
GrtVersionRef version | ( | ) | const |
Getter for attribute version.
the version of the application
virtual void version | ( | const GrtVersionRef & | value | ) | [virtual] |
Setter for attribute version.
the version of the application