Manages all available manuals in the software.
More...
|
| void | addManual (const Manual &manual) |
| | Registers a manual entry with this manager.
|
| const Buffer< Manual > & | manuals () const |
| | Returns a read-only reference to all registered manuals.
|
|
|
Buffer< Manual > | m_manuals |
| | The collection of registered manuals.
|
Manages all available manuals in the software.
Definition at line 30 of file ManualManager.h.
◆ addManual()
| void ManualManager::addManual |
( |
const Manual & | manual | ) |
|
Registers a manual entry with this manager.
- Parameters
-
◆ DefaultManager()
◆ manuals()
Returns a read-only reference to all registered manuals.
- Returns
- The buffer of Manual entries.
The documentation for this class was generated from the following file: