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

keduca

keduca.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           keduca.h  -  description
00003                              -------------------
00004     begin                : mié may 23 20:36:15 CEST 2001
00005     copyright            : (C) 2001 by Javier Campos
00006     email                : javi@asyris.org
00007 ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef KEDUCA_H
00019 #define KEDUCA_H
00020 
00021 /*
00022 #ifdef HAVE_CONFIG_H
00023 #include <config.h>
00024 #endif
00025 */
00026 
00027 #include <kapplication.h>
00028 #include <kparts/mainwindow.h>
00029 #include <kparts/part.h>
00030 #include <kaction.h>
00031 
00034 class Keduca : public KParts::MainWindow
00035 {
00036     Q_OBJECT
00037 
00038 public:
00040     Keduca(QWidget* parent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose);
00042     ~Keduca();
00044   void initGallery(const KURL &urlFile=KURL());
00045 
00046 private:
00048     void setupActions();
00050     void configWrite();
00052     void configRead();
00054     bool queryClose();
00055 
00056     // Private attributes
00057 
00059     KRecentFilesAction *_recentFiles;
00061     KParts::ReadOnlyPart *_part;
00062 
00063 public slots:
00065     void slotFileOpenURL( const KURL &url );
00067     void slotFileOpen();
00068 
00069 private slots:
00071     /*void slotFileClose();*/
00073     void slotGallery();
00074 };
00075 
00076 #endif

keduca

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

API Reference

Skip menu "API Reference"
  • keduca
  • kstars
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