|
| | AppInfo () noexcept=default |
| | Constructs an AppInfo.
|
| | AppInfo (const AppInfo &) noexcept=default |
| | AppInfo (AppInfo &&) noexcept=default |
| | AppInfo (const std::string &id, const std::string &name, const std::string &englishShortName) noexcept |
| | Constructs an AppInfo.
|
| const std::string & | getId () const noexcept |
| | Gets the application id.
|
| void | setId (const std::string &id) noexcept |
| | Sets the application id.
|
| const std::string & | getName () const noexcept |
| | Gets the application name.
|
| void | setName (const std::string &name) noexcept |
| | Sets the application name.
|
| const std::string & | getShortName () const noexcept |
| | Gets the application short name.
|
| void | setShortName (const std::string &shortName) noexcept |
| | Sets the application short name.
|
| const std::string & | getEnglishShortName () const noexcept |
| | Gets the application English short name.
|
| void | setEnglishShortName (const std::string &englishShortName) noexcept |
| | Sets the application English short name.
|
| const std::string & | getDescription () const noexcept |
| | Gets the application description.
|
| void | setDescription (const std::string &description) noexcept |
| | Sets the application description.
|
| const Update::Version & | getVersion () const noexcept |
| | Gets the application version.
|
| void | setVersion (const Update::Version &version) noexcept |
| | Sets the application version.
|
| const std::string & | getChangelog () const noexcept |
| | Gets the application changelog.
|
| void | setChangelog (const std::string &changelog) noexcept |
| | Sets the application changelog.
|
| const std::string & | getHtmlChangelog () const noexcept |
| | Gets the application changelog in HTML form.
|
| const std::string & | getSourceRepo () const noexcept |
| | Gets the application source repo url.
|
| bool | setSourceRepo (const std::string &sourceRepo) noexcept |
| | Sets the application source repo url.
|
| const std::string & | getIssueTracker () const noexcept |
| | Gets the application issue tracker url.
|
| bool | setIssueTracker (const std::string &issueTracker) noexcept |
| | Sets the application issue tracker url.
|
| const std::string & | getSupportUrl () const noexcept |
| | Gets the application support url.
|
| bool | setSupportUrl (const std::string &supportUrl) noexcept |
| | Sets the application support url.
|
| const std::string & | getHtmlDocsStore () const noexcept |
| | Gets the application html docs store url.
|
| void | setHtmlDocsStore (const std::string &htmlDocsStore) noexcept |
| | Sets the application html docs store url.
|
| std::unordered_map< std::string, std::string > & | getExtraLinks () noexcept |
| | Gets the extra links for the application.
|
| const std::unordered_map< std::string, std::string > & | getExtraLinks () const noexcept |
| | Gets the extra links for the application.
|
| std::unordered_map< std::string, std::string > & | getDevelopers () noexcept |
| | Gets the application developers.
|
| const std::unordered_map< std::string, std::string > & | getDevelopers () const noexcept |
| | Gets the application developers.
|
| std::unordered_map< std::string, std::string > & | getDesigners () noexcept |
| | Gets the application designers.
|
| const std::unordered_map< std::string, std::string > & | getDesigners () const noexcept |
| | Gets the application designers.
|
| std::unordered_map< std::string, std::string > & | getArtists () noexcept |
| | Gets the application artists.
|
| const std::unordered_map< std::string, std::string > & | getArtists () const noexcept |
| | Gets the application artists.
|
| const std::string & | getTranslatorCredits () const noexcept |
| | Gets the application translator credits.
|
| void | setTranslatorCredits (const std::string &translatorCredits) noexcept |
| | Sets the application translator credits.
|
| std::vector< std::string > | getTranslatorNames () const noexcept |
| | Gets the list of translator names.
|
| AppInfo & | operator= (const AppInfo &) noexcept=default |
| AppInfo & | operator= (AppInfo &&) noexcept=default |
A model for the information about an application.