okular
KDocumentViewer Class Referenceabstract
#include <kdocumentviewer.h>
Inheritance diagram for KDocumentViewer:

Public Member Functions | |
virtual | ~KDocumentViewer () |
virtual void | goToPage (uint page)=0 |
virtual bool | openDocument (const KUrl &url, uint page)=0 |
virtual void | startPresentation ()=0 |
virtual QStringList | supportedMimeTypes () const =0 |
Detailed Description
Abstract interface for a document viewer.
This interface describe briefly the basic functions of a document viewer.
Definition at line 22 of file kdocumentviewer.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 25 of file kdocumentviewer.h.
Member Function Documentation
|
pure virtual |
Change to page
the currently shown page.
|
pure virtual |
Open the document at the specified url
at page page
.
Implemented in Okular::Part.
|
pure virtual |
Start the presentation mode.
Implemented in Okular::Part.
|
pure virtual |
Return a list with the supported mimetypes.
Implemented in Okular::Part.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.