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

messageviewer

  • sources
  • kde-4.12
  • kdepim
  • messageviewer
  • findbar
findbarsourceview.h
Go to the documentation of this file.
1 /* Copyright (C) 2011, 2012, 2013 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 
20 #ifndef FINDBARSOURCEVIEW_H
21 #define FINDBARSOURCEVIEW_H
22 
23 #include "findbarbase.h"
24 
25 class QPlainTextEdit;
26 
27 namespace MessageViewer
28 {
29 class FindBarSourceView : public FindBarBase
30 {
31  Q_OBJECT
32 
33 public:
34  explicit FindBarSourceView( QPlainTextEdit * view, QWidget * parent = 0 );
35  ~FindBarSourceView();
36 
37 private:
38  explicit FindBarSourceView( QWidget *parent) { Q_UNUSED(parent); }
39  void clearSelections();
40  void searchText( bool backward, bool isAutoSearch );
41  void updateHighLight(bool);
42  void updateSensitivity(bool);
43 
44 private:
45  QPlainTextEdit *mView;
46 };
47 }
48 
49 
50 
51 #endif /* FINDBARSOURCEVIEW_H */
52 
MessageViewer::FindBarBase
Definition: findbarbase.h:32
QWidget
MessageViewer::FindBarSourceView::~FindBarSourceView
~FindBarSourceView()
Definition: findbarsourceview.cpp:32
MessageViewer::FindBarSourceView
Definition: findbarsourceview.h:29
MessageViewer::FindBarSourceView::FindBarSourceView
FindBarSourceView(QPlainTextEdit *view, QWidget *parent=0)
Definition: findbarsourceview.cpp:27
QPlainTextEdit
findbarbase.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 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

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