NDEVR
API Documentation
Manual

Contains information for adding a manual to the software, usually shown in the "About" page. More...

Inheritance diagram for Manual:
[legend]
Collaboration diagram for Manual:
[legend]

Public Member Functions

 Manual (TranslatedString title, StringView icon, StringView resource_location)
 Constructs a Manual with the given title, icon, and resource location.

Public Attributes

String icon
 The icon name or resource path for the manual entry.
String resource_location
 The file or resource path where the manual content is located.
TranslatedString title
 The display title of the manual.

Detailed Description

Contains information for adding a manual to the software, usually shown in the "About" page.


Definition at line 10 of file ManualManager.h.

Constructor & Destructor Documentation

◆ Manual()

Manual::Manual ( TranslatedString title,
StringView icon,
StringView resource_location )
inline

Constructs a Manual with the given title, icon, and resource location.

Parameters
[in]titleThe translated display title.
[in]iconThe icon identifier.
[in]resource_locationThe path to the manual resource.

Definition at line 21 of file ManualManager.h.

References icon, resource_location, and title.


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