F:/KPlato/koffice/libs/kofficecore/KoDocumentInfoDlg.h

Aller à la documentation de ce fichier.
00001 /* This file is part of the KDE project
00002    Copyright (c) 2000 Simon Hausmann <hausmann@kde.org>
00003                  2006 Martin Pfeiffer <hubipete@gmx.net>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018  * Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef __koDocumentInfoDlg_h__
00022 #define __koDocumentInfoDlg_h__
00023 
00024 #include <koffice_export.h>
00025 #include <kpagedialog.h>
00026 
00027 class KoDocumentInfo;
00028 
00047 class KOFFICECORE_EXPORT KoDocumentInfoDlg : public KPageDialog
00048 {
00049   Q_OBJECT
00050 
00051   public:
00057     KoDocumentInfoDlg( QWidget *parent, KoDocumentInfo* docInfo );
00058 
00060     virtual ~KoDocumentInfoDlg();
00061 
00062   public slots:
00064     void slotApply();
00065 
00066   private slots:
00068     void slotResetMetaData();
00070     void slotDeleteAuthorInfo();
00072     void slotLoadFromKABC();
00073 
00074   private:
00076     void initAboutTab();
00078     void initAuthorTab();
00080     void saveAboutData();
00082     void saveAuthorData();
00083 
00084     class KoDocumentInfoDlgPrivate;
00085     KoDocumentInfoDlgPrivate *d;
00086 };
00087 
00088 #endif

Généré le Wed Nov 22 23:41:02 2006 pour KPlato par  doxygen 1.5.1-p1