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

calendarsupport

  • sources
  • kde-4.14
  • kdepim
  • calendarsupport
collectiongeneralpage.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.net,
3  Author: Tobias Koenig <tokoe@kdab.com>
4 
5  This library is free software; you can redistribute it and/or modify it
6  under the terms of the GNU Library General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or (at your
8  option) any later version.
9 
10  This library is distributed in the hope that it will be useful, but WITHOUT
11  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13  License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to the
17  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18  02110-1301, USA.
19 */
20 #ifndef CALENDARSUPPORT_COLLECTIONGENERALPAGE_H
21 #define CALENDARSUPPORT_COLLECTIONGENERALPAGE_H
22 
23 #include "calendarsupportcollectionpage_export.h"
24 
25 #include <Akonadi/CollectionPropertiesPage>
26 
27 class KLineEdit;
28 class KIconButton;
29 class QCheckBox;
30 
31 namespace MailCommon {
32 class IncidencesForWidget;
33 }
34 namespace CalendarSupport {
35 
36 class CALENDARSUPPORTCOLLECTIONPAGE_EXPORT CollectionGeneralPage : public Akonadi::CollectionPropertiesPage
37 {
38  Q_OBJECT
39 
40  public:
41  explicit CollectionGeneralPage( QWidget *parent = 0 );
42  ~CollectionGeneralPage();
43 
44  void load( const Akonadi::Collection &collection );
45  void save( Akonadi::Collection &collection );
46 
47  private:
48  void init(const Akonadi::Collection &collection);
49  QCheckBox *mBlockAlarmsCheckBox;
50  KLineEdit *mNameEdit;
51  QCheckBox *mIconCheckBox;
52  KIconButton *mIconButton;
53  MailCommon::IncidencesForWidget *mIncidencesForComboBox;
54 };
55 
56 AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY( CollectionGeneralPageFactory, CollectionGeneralPage )
57 
58 }
59 
60 #endif
QWidget
QCheckBox
calendarsupportcollectionpage_export.h
CALENDARSUPPORTCOLLECTIONPAGE_EXPORT
#define CALENDARSUPPORTCOLLECTIONPAGE_EXPORT
Definition: calendarsupportcollectionpage_export.h:36
CalendarSupport::CollectionGeneralPage
Definition: collectiongeneralpage.h:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

calendarsupport

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

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
  • pimprint

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