|
| virtual QString | provide_livedoc (QUrl doc) |
| | provide_livedoc returns the html content of the requested document or a null-string when no such document is available More...
|
| |
| const QMap< QString, QString > & | get_listed_contents () |
| | get_listed_contents returns a map of contents which should be listed in a Index (e.g. Table of Contents) More...
|
| |
◆ get_listed_contents()
| const QMap< QString, QString > & Livedoc_Home_Provider::get_listed_contents |
( |
| ) |
|
|
virtual |
get_listed_contents returns a map of contents which should be listed in a Index (e.g. Table of Contents)
- Returns
- a map with the Title as Key and the Links as value of the listed contents
Implements Interface_Livedoc_Provider.
◆ provide_livedoc()
| QString Livedoc_Home_Provider::provide_livedoc |
( |
QUrl |
doc | ) |
|
|
virtual |
provide_livedoc returns the html content of the requested document or a null-string when no such document is available
- Parameters
-
- Returns
Implements Interface_Livedoc_Provider.
The documentation for this class was generated from the following files:
- itemframework/itemframework/src/gui/livedoc_home_provider.h
- itemframework/itemframework/src/gui/livedoc_home_provider.cpp