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

messageviewer

  • sources
  • kde-4.14
  • kdepim
  • messageviewer
  • findbar
findbarmailwebview.h
Go to the documentation of this file.
1 /* Copyright (C) 2011-2015 Laurent Montel <montel@kde.org>
2  *
3  * This library is free software; you can redistribute it and/or
4  * modify it under the terms of the GNU Library General Public
5  * License as published by the Free Software Foundation; either
6  * version 2 of the License, or (at your option) any later version.
7  *
8  * This library 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 GNU
11  * Library General Public License for more details.
12  *
13  * You should have received a copy of the GNU Library General Public License
14  * along with this library; see the file COPYING.LIB. If not, write to
15  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16  * Boston, MA 02110-1301, USA.
17  */
18 
19 #ifndef MESSAGEVIEWER_FINDBAR_MAILWEBVIEW_H
20 #define MESSAGEVIEWER_FINDBAR_MAILWEBVIEW_H
21 
22 #include "findbarbase.h"
23 
24 #ifdef KDEPIM_NO_WEBKIT
25 # define MESSAGEVIEWER_FINDBAR_NO_HIGHLIGHT_ALL
26 #endif
27 
28 namespace MessageViewer {
29 class MailWebView;
30 }
31 
32 namespace MessageViewer
33 {
34 class FindBarMailWebView : public FindBarBase
35 {
36  Q_OBJECT
37 
38 public:
39  explicit FindBarMailWebView( MailWebView * view, QWidget * parent = 0 );
40  ~FindBarMailWebView();
41 
42 private:
43  explicit FindBarMailWebView( QWidget *parent) { Q_UNUSED(parent); }
44  void clearSelections();
45  void searchText( bool backward, bool isAutoSearch );
46  void updateHighLight(bool);
47  void updateSensitivity( bool sensitivity );
48 
49 private:
50  MailWebView *mView;
51 #ifndef MESSAGEVIEWER_FINDBAR_NO_HIGHLIGHT_ALL
52  QAction *mHighlightAll;
53 #endif
54 };
55 
56 }
57 
58 #endif
QWidget
MessageViewer::FindBarBase
Definition: findbarbase.h:34
MessageViewer::MailWebView
MailWebView extends KWebView so that it can emit the popupMenu() signal.
Definition: mailwebview.h:47
MessageViewer::FindBarMailWebView
Definition: findbarmailwebview.h:34
QAction
findbarbase.h
QObject::parent
QObject * parent() const
MessageViewer::FindBarMailWebView::~FindBarMailWebView
~FindBarMailWebView()
Definition: findbarmailwebview.cpp:38
MessageViewer::FindBarMailWebView::FindBarMailWebView
FindBarMailWebView(MailWebView *view, QWidget *parent=0)
Definition: findbarmailwebview.cpp:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

messageviewer

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