• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

korganizer

  • sources
  • kde-4.12
  • kdepim
  • korganizer
exportwebdialog.h
Go to the documentation of this file.
1 /*
2  This file is part of KOrganizer.
3 
4  Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
5  Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
6 
7  This program is free software; you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation; either version 2 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License along
18  with this program; if not, write to the Free Software Foundation, Inc.,
19  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 
21  As a special exception, permission is given to link this program
22  with any edition of Qt, and distribute the resulting executable,
23  without including the source code for Qt in the source distribution.
24 */
25 #ifndef KORG_EXPORTWEBDIALOG_H
26 #define KORG_EXPORTWEBDIALOG_H
27 
28 #include <libkdepim/prefs/kprefsdialog.h>
29 
30 namespace KOrg {
31  class HTMLExportSettings;
32 }
33 
38 class ExportWebDialog : public KPageDialog, public KPIM::KPrefsWidManager
39 {
40  Q_OBJECT
41  public:
42  explicit ExportWebDialog( KOrg::HTMLExportSettings *settings, QWidget *parent = 0 );
43  virtual ~ExportWebDialog();
44 
45  public slots:
46  void slotTextChanged( const QString & _text );
47 
48  protected:
49  void setupGeneralPage();
50  void setupEventPage();
51  void setupTodoPage();
52 // void setupJournalPage();
53 // void setupFreeBusyPage();
54 // void setupAdvancedPage();
55 
56  public slots:
57  void setDefaults();
58  void readConfig();
59  void writeConfig();
60 
61  signals:
62  void configChanged();
63  void exportHTML( KOrg::HTMLExportSettings * );
64 
65  protected slots:
66  void slotOk();
67  void slotApply();
68  void slotDefault();
69 
70  protected:
71  virtual void usrReadConfig() {}
72  virtual void usrWriteConfig() {}
73 
74  private slots:
75  void updateState();
76 
77  private:
78  KOrg::HTMLExportSettings *mSettings;
79  QFrame *mGeneralPage;
80  QFrame *mEventPage;
81  QFrame *mTodoPage;
82 // QFrame *mJournalPage;
83 // QFrame *mFreeBusyPage;
84 // QFrame *mAdvancedPage;
85  QGroupBox *mDateRangeGroup;
86  QCheckBox *mMonthViewCheckBox;
87  QCheckBox *mEventListCheckBox;
88 };
89 
90 #endif // _EXPORTWEBDIALOG_H
KPageDialog
ExportWebDialog::usrReadConfig
virtual void usrReadConfig()
Definition: exportwebdialog.h:71
ExportWebDialog::slotDefault
void slotDefault()
Definition: exportwebdialog.cpp:111
KOrg::HTMLExportSettings
Definition: htmlexportsettings.h:12
ExportWebDialog::slotOk
void slotOk()
Definition: exportwebdialog.cpp:104
ExportWebDialog::slotTextChanged
void slotTextChanged(const QString &_text)
Definition: exportwebdialog.cpp:179
QWidget
ExportWebDialog::setupGeneralPage
void setupGeneralPage()
Definition: exportwebdialog.cpp:125
ExportWebDialog::slotApply
void slotApply()
Definition: exportwebdialog.cpp:98
ExportWebDialog::setupTodoPage
void setupTodoPage()
Definition: exportwebdialog.cpp:184
ExportWebDialog
ExportWebDialog is a class that provides the dialog and functions to export a calendar as web page...
Definition: exportwebdialog.h:38
ExportWebDialog::setDefaults
void setDefaults()
Definition: exportwebdialog.cpp:80
ExportWebDialog::exportHTML
void exportHTML(KOrg::HTMLExportSettings *)
ExportWebDialog::setupEventPage
void setupEventPage()
Definition: exportwebdialog.cpp:207
ExportWebDialog::~ExportWebDialog
virtual ~ExportWebDialog()
Definition: exportwebdialog.cpp:76
ExportWebDialog::ExportWebDialog
ExportWebDialog(KOrg::HTMLExportSettings *settings, QWidget *parent=0)
Definition: exportwebdialog.cpp:47
ExportWebDialog::usrWriteConfig
virtual void usrWriteConfig()
Definition: exportwebdialog.h:72
ExportWebDialog::writeConfig
void writeConfig()
Definition: exportwebdialog.cpp:91
ExportWebDialog::readConfig
void readConfig()
Definition: exportwebdialog.cpp:85
QFrame
ExportWebDialog::configChanged
void configChanged()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

korganizer

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

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal