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

kviewshell

djvumultipage.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Stefan Kebekus                                  *
00003  *   kebekus@kde.org                                                       *
00004  *                                                                         *
00005  *   Copyright (C) 2005 by Wilfried Huss                                   *
00006  *   Wilfried.Huss@gmx.at                                                  *
00007  *                                                                         *
00008  *   This program is free software; you can redistribute it and/or modify  *
00009  *   it under the terms of the GNU General Public License as published by  *
00010  *   the Free Software Foundation; either version 2 of the License, or     *
00011  *   (at your option) any later version.                                   *
00012  *                                                                         *
00013  *   This program is distributed in the hope that it will be useful,       *
00014  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00015  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00016  *   GNU General Public License for more details.                          *
00017  *                                                                         *
00018  *   You should have received a copy of the GNU General Public License     *
00019  *   along with this program; if not, write to the                         *
00020  *   Free Software Foundation, Inc.,                                       *
00021  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.             *
00022  ***************************************************************************/
00023 
00024 #ifndef __DJVUMULTIPAGE_H
00025 #define __DJVUMULTIPAGE_H
00026 
00027 #include <qstringlist.h>
00028 
00029 #include "kmultipage.h"
00030 #include "djvurenderer.h"
00031 
00032 #include "DjVuToPS.h"
00033 
00034 class KSelectAction;
00035 
00087 class DjVuMultiPage : public KMultiPage
00088 {
00089   Q_OBJECT
00090 
00091 public:
00098   DjVuMultiPage(QWidget *parentWidget, const char *widgetName, QObject *parent,
00099            const char *name, const QStringList& args = QStringList());
00100   
00105   virtual ~DjVuMultiPage();
00106 
00107   virtual void setFile(bool r);
00108 
00114   virtual QStringList fileFormats() const;
00115 
00121   static KAboutData* createAboutData();
00122 
00124   virtual void print();
00125 
00126   virtual bool isReadWrite() const;
00127   virtual bool isModified() const;
00128 
00129   virtual void slotSave();
00130 
00131  protected:
00132   virtual void enableActions(bool);
00133 
00134  private slots:
00135   void setRenderMode(int mode);
00136 
00138   void slotDeletePages();
00139 
00140  private:
00143   DjVuRenderer     djvuRenderer;
00144 
00145   KSelectAction* renderModeAction;
00146   KAction* deletePagesAction;
00147 };
00148 
00149 #endif

kviewshell

Skip menu "kviewshell"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • kviewshell
Generated for API Reference by doxygen 1.5.9
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