|
| virtual QString | provide_livedoc (QUrl doc)=0 |
| | provide_livedoc returns the html content of the requested document or a null-string when no such document is available More...
|
| |
| virtual const QMap< QString, QString > & | get_listed_contents ()=0 |
| | get_listed_contents returns a map of contents which should be listed in a Index (e.g. Table of Contents) More...
|
| |
◆ get_listed_contents()
| virtual const QMap<QString, QString>& Interface_Livedoc_Provider::get_listed_contents |
( |
| ) |
|
|
pure 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
Implemented in Livedoc_Home_Provider.
◆ provide_livedoc()
| virtual QString Interface_Livedoc_Provider::provide_livedoc |
( |
QUrl |
doc | ) |
|
|
pure virtual |
provide_livedoc returns the html content of the requested document or a null-string when no such document is available
- Parameters
-
- Returns
Implemented in Livedoc_Home_Provider.
The documentation for this class was generated from the following file: