diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-11 16:10:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-11 16:10:42 +0300 |
commit | 1e8b17b775715edfc68157d9be6743109f65a71b (patch) | |
tree | 9680b21fed26866c1717bcf89f8ce38ec6047d52 /src/ui/documentwidget.h | |
parent | a0ddbf089bacfe8b9852e77a3bfcfb452d288053 (diff) |
Document outline; jumping to clicked heading
Diffstat (limited to 'src/ui/documentwidget.h')
-rw-r--r-- | src/ui/documentwidget.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ui/documentwidget.h b/src/ui/documentwidget.h index 85b9a710..1e63034b 100644 --- a/src/ui/documentwidget.h +++ b/src/ui/documentwidget.h | |||
@@ -2,16 +2,18 @@ | |||
2 | 2 | ||
3 | #include "widget.h" | 3 | #include "widget.h" |
4 | 4 | ||
5 | iDeclareType(GmDocument) | ||
5 | iDeclareType(History) | 6 | iDeclareType(History) |
6 | 7 | ||
7 | iDeclareWidgetClass(DocumentWidget) | 8 | iDeclareWidgetClass(DocumentWidget) |
8 | iDeclareObjectConstruction(DocumentWidget) | 9 | iDeclareObjectConstruction(DocumentWidget) |
9 | 10 | ||
10 | iDocumentWidget *duplicate_DocumentWidget (const iDocumentWidget *); | 11 | iDocumentWidget * duplicate_DocumentWidget (const iDocumentWidget *); |
11 | iHistory * history_DocumentWidget (iDocumentWidget *); | 12 | iHistory * history_DocumentWidget (iDocumentWidget *); |
12 | 13 | ||
13 | const iString * url_DocumentWidget (const iDocumentWidget *); | 14 | const iString * url_DocumentWidget (const iDocumentWidget *); |
14 | iBool isRequestOngoing_DocumentWidget (const iDocumentWidget *); | 15 | iBool isRequestOngoing_DocumentWidget (const iDocumentWidget *); |
16 | const iGmDocument * document_DocumentWidget (const iDocumentWidget *); | ||
15 | 17 | ||
16 | void setUrl_DocumentWidget (iDocumentWidget *, const iString *url); | 18 | void setUrl_DocumentWidget (iDocumentWidget *, const iString *url); |
17 | void setUrlFromCache_DocumentWidget (iDocumentWidget *d, const iString *url, iBool isFromCache); | 19 | void setUrlFromCache_DocumentWidget (iDocumentWidget *d, const iString *url, iBool isFromCache); |