roviz  0.7
Code Documentation of roviz
Public Member Functions | List of all members
Interface_Livedoc_Provider Class Referenceabstract
Inheritance diagram for Interface_Livedoc_Provider:
Inheritance graph
Collaboration diagram for Interface_Livedoc_Provider:
Collaboration graph

Public Member Functions

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...
 

Member Function Documentation

◆ 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
doc
Returns

Implemented in Livedoc_Home_Provider.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: