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

mailcommon

  • sources
  • kde-4.12
  • kdepim
  • mailcommon
  • folder
folderrequester.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004 Carsten Burghardt <burghardt@kde.org>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; version 2 of the License
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16  *
17  * In addition, as a special exception, the copyright holders give
18  * permission to link the code of this program with any edition of
19  * the Qt library by Trolltech AS, Norway (or with modified versions
20  * of Qt that use the same license as Qt), and distribute linked
21  * combinations including the two. You must obey the GNU General
22  * Public License in all respects for all of the code used other than
23  * Qt. If you modify this file, you may extend this exception to
24  * your version of the file, but you are not obligated to do so. If
25  * you do not wish to do so, delete this exception statement from
26  * your version.
27  */
28 
29 #ifndef MAILCOMMON_FOLDERREQUESTER_H
30 #define MAILCOMMON_FOLDERREQUESTER_H
31 
32 #include "mailcommon_export.h"
33 
34 #include <Akonadi/Collection>
35 
36 #include <KLineEdit>
37 
38 #include <QWidget>
39 
40 class QKeyEvent;
41 
42 class KJob;
43 
44 namespace MailCommon {
45 
59 class MAILCOMMON_EXPORT FolderRequester: public QWidget
60 {
61  Q_OBJECT
62 
63  public:
68  explicit FolderRequester( QWidget *parent = 0 );
69  virtual ~FolderRequester();
70 
74  Akonadi::Collection collection() const;
75 
80  void setCollection(const Akonadi::Collection &collection , bool fetchCollection = true );
81 
85  bool hasCollection() const;
86 
92  void setMustBeReadWrite( bool readwrite );
93 
94  void setShowOutbox( bool show );
95 
96  void setNotAllowToCreateNewFolder( bool notCreateNewFolder );
97 
98  protected slots:
102  void slotOpenDialog();
103 
107  void slotCollectionsReceived( KJob * );
108 
109  signals:
113  void folderChanged( const Akonadi::Collection & );
114 
115  protected:
117  void keyPressEvent( QKeyEvent *e );
118  void setCollectionFullPath( const Akonadi::Collection &col );
119 
120  protected:
121  Akonadi::Collection mCollection;
122  KLineEdit *mEdit;
123  bool mMustBeReadWrite;
124  bool mShowOutbox;
125  bool mNotCreateNewFolder;
126 };
127 
128 }
129 
130 #endif
MailCommon::FolderRequester::mCollection
Akonadi::Collection mCollection
Definition: folderrequester.h:121
QWidget
mailcommon_export.h
MailCommon::FolderRequester
A widget that contains a KLineEdit which shows the current folder and a button that fires a FolderSel...
Definition: folderrequester.h:59
MAILCOMMON_EXPORT
#define MAILCOMMON_EXPORT
Definition: mailcommon_export.h:35
MailCommon::FolderRequester::mNotCreateNewFolder
bool mNotCreateNewFolder
Definition: folderrequester.h:125
MailCommon::FolderRequester::mMustBeReadWrite
bool mMustBeReadWrite
Definition: folderrequester.h:123
MailCommon::FolderRequester::mShowOutbox
bool mShowOutbox
Definition: folderrequester.h:124
MailCommon::FolderRequester::mEdit
KLineEdit * mEdit
Definition: folderrequester.h:122
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

mailcommon

Skip menu "mailcommon"
  • 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