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

keduca

kgallerydialog.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           kgallerydialog.h  -  description
00003                              -------------------
00004     begin                : mar abr 1 2003
00005     copyright            : (C) 2003 by javi
00006     email                : javi@recibos
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 KGALLERYDIALOG_H
00019 #define KGALLERYDIALOG_H
00020 
00021 #include "kgallerydialogbase.h"
00022 
00023 #include <kurl.h>
00024 // #include <kio/global.h>
00025 // #include <kio/job.h>
00026 
00031 // forward declarations
00032 class KTempFile;
00033 
00034 namespace KIO { class Job; }
00035 
00036 class KGalleryDialog : public KGalleryDialogBase  {
00037    Q_OBJECT
00038 public: 
00039     KGalleryDialog(QWidget *parent=0, const char *name=0);
00040     ~KGalleryDialog();
00042   bool openFile( const KURL &url );
00044   KURL getURL();
00046   void putURL(const KURL &urlFile);
00047 protected slots: // Private slots
00049   void slotButtonAdd();
00051   void accept();
00053   void slotServerSelected( QListViewItem *item );
00054 protected:
00056     bool loadFile( const QString &filename );
00057 private: // Private attributes
00059   KURL _currentURL;
00061   KTempFile *_tmpfile;
00062 private: // Private methods
00064   void configRead();
00066   void configWrite();
00068 };
00069 
00070 #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