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

mailcommon

  • sources
  • kde-4.14
  • kdepim
  • mailcommon
  • widgets
redirectwidget.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2015 Montel Laurent <montel@kde.org>
3 
4  This library is free software; you can redistribute it and/or modify it
5  under the terms of the GNU Library General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or (at your
7  option) any later version.
8 
9  This library is distributed in the hope that it will be useful, but WITHOUT
10  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12  License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to the
16  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17  02110-1301, USA.
18 
19 */
20 
21 
22 #ifndef REDIRECTWIDGET_H
23 #define REDIRECTWIDGET_H
24 
25 #include <QWidget>
26 
27 namespace MessageComposer {
28 class ComposerLineEdit;
29 }
30 
31 namespace MailCommon {
32 
33 class RedirectWidget : public QWidget
34 {
35  Q_OBJECT
36 public:
37  explicit RedirectWidget(QWidget *parent=0);
38  ~RedirectWidget();
39 
40  void setFocus();
41  QString resend();
42 
43 Q_SIGNALS:
44  void addressChanged(const QString &);
45 
46 private slots:
47  void slotAddressSelection();
48 
49 private:
50  MessageComposer::ComposerLineEdit *mEdit;
51  QString mResendStr;
52 };
53 }
54 
55 #endif // REDIRECTWIDGET_H
QWidget
MailCommon::RedirectWidget::RedirectWidget
RedirectWidget(QWidget *parent=0)
Definition: redirectwidget.cpp:39
MailCommon::RedirectWidget
Definition: redirectwidget.h:33
MailCommon::RedirectWidget::setFocus
void setFocus()
Definition: redirectwidget.cpp:79
MailCommon::RedirectWidget::~RedirectWidget
~RedirectWidget()
Definition: redirectwidget.cpp:68
QString
MailCommon::RedirectWidget::addressChanged
void addressChanged(const QString &)
MailCommon::RedirectWidget::resend
QString resend()
Definition: redirectwidget.cpp:73
QObject::parent
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:40 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
  • 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