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

libkdepim

  • sources
  • kde-4.14
  • kdepim
  • libkdepim
  • widgets
spellchecklineedit.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2011-2015 Montel Laurent <montel@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 SpellCheckLineEdit_H
30 #define SpellCheckLineEdit_H
31 #include "kdepim_export.h"
32 
33 #include <KTextEdit>
34 
35 class QMimeData;
36 namespace KPIM {
37 
38 class KDEPIM_EXPORT SpellCheckLineEdit : public KTextEdit
39 {
40  Q_OBJECT
41 
42 public:
48  explicit SpellCheckLineEdit(QWidget* parent, const QString& configFile);
52  ~SpellCheckLineEdit();
53 
54  bool activateLanguageMenu() const;
55  void setActivateLanguageMenu(bool activate);
56 protected:
57  void createHighlighter();
58 
59  QSize sizeHint() const;
60  QSize minimumSizeHint() const;
61  void keyPressEvent(QKeyEvent*);
62  void insertFromMimeData ( const QMimeData * source );
63 
64 protected Q_SLOTS:
65  void insertLanguageMenu(QMenu* contextMenu);
66  void languageSelected();
67 
68 Q_SIGNALS:
73  void focusUp();
74 
75  void focusDown();
76 
77 private:
78  class Private;
79  Private *const d;
80 
81 };
82 }
83 #endif /* SpellCheckLineEdit_H */
84 
kdepim_export.h
QWidget
QMimeData
QString
QMenu
QSize
QKeyEvent
KPIM::SpellCheckLineEdit
Definition: spellchecklineedit.h:38
KDEPIM_EXPORT
#define KDEPIM_EXPORT
Definition: kdepim_export.h:35
KTextEdit
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkdepim

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

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