• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdegraphics
  • Sitemap
  • Contact Us
 

okular

kdocumentviewer.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2007 by Pino Toscano <pino@kde.org>                     *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
00008  ***************************************************************************/
00009 
00010 #ifndef _KDOCUMENTVIEWER_H_
00011 #define _KDOCUMENTVIEWER_H_
00012 
00013 #include <QtCore/QStringList>
00014 
00015 class KUrl;
00016 
00022 class KDocumentViewer
00023 {
00024     public:
00025         virtual ~KDocumentViewer() {}
00026 
00030         virtual bool openDocument( const KUrl& url, uint page ) = 0;
00031 
00035         virtual void goToPage( uint page ) = 0;
00036 
00040         virtual void startPresentation() = 0;
00041 
00045         virtual QStringList supportedMimeTypes() const = 0;
00046 };
00047 
00048 Q_DECLARE_INTERFACE( KDocumentViewer, "org.kde.kdocumentviewer/0.1" )
00049 
00050 #endif

okular

Skip menu "okular"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdegraphics

Skip menu "kdegraphics"
  • okular
Generated for kdegraphics by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal