mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
parent
055e955a1c
commit
d1a9afa7cd
3 changed files with 27 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibGUI/Model.h>
|
||||
|
||||
|
@ -39,6 +40,8 @@ public:
|
|||
|
||||
virtual ~ManualModel() override {};
|
||||
|
||||
Optional<GUI::ModelIndex> index_from_path(const StringView&) const;
|
||||
|
||||
String page_path(const GUI::ModelIndex&) const;
|
||||
String page_and_section(const GUI::ModelIndex&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue