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

kjots

  • sources
  • kde-4.14
  • kdepim
  • kjots
kjotsbrowser.h
Go to the documentation of this file.
1 //
2 // kjots
3 //
4 // Copyright (C) 1997 Christoph Neerfeld <Christoph.Neerfeld@home.ivm.de>
5 // Copyright (C) 2002, 2003 Aaron J. Seigo <aseigo@kde.org>
6 // Copyright (C) 2003 Stanislav Kljuhhin <crz@hot.ee>
7 // Copyright (C) 2005-2006 Jaison Lee <lee.jaison@gmail.com>
8 //
9 // This program is free software; you can redistribute it and/or modify
10 // it under the terms of the GNU General Public License as published by
11 // the Free Software Foundation; either version 2 of the License, or
12 // (at your option) any later version.
13 //
14 // This program is distributed in the hope that it will be useful,
15 // but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // GNU General Public License for more details.
18 //
19 // You should have received a copy of the GNU General Public License
20 // along with this program; if not, write to the Free Software
21 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 //
23 
24 #ifndef KJOTSBROWSER_H
25 #define KJOTSBROWSER_H
26 
27 #include <QTextBrowser>
28 class QItemSelectionModel;
29 
30 class KJotsBrowser : public QTextBrowser
31 {
32 Q_OBJECT
33 public:
34  explicit KJotsBrowser ( QItemSelectionModel *selectionModel, QWidget* );
35  virtual ~KJotsBrowser ();
36 
37  void delayedInitialization ();
38 
39 protected slots:
40  void linkClicked(const QUrl&);
41 
42 private:
43  QItemSelectionModel *m_itemSelectionModel;
44 };
45 
46 #endif
47 /* ex: set tabstop=4 softtabstop=4 shiftwidth=4 expandtab: */
48 /* kate: tab-indents off; replace-tabs on; tab-width 4; remove-trailing-space on; encoding utf-8;*/
KJotsBrowser::linkClicked
void linkClicked(const QUrl &)
Handle link clicks.
Definition: kjotsbrowser.cpp:51
QWidget
KJotsBrowser::~KJotsBrowser
virtual ~KJotsBrowser()
Definition: kjotsbrowser.cpp:39
KJotsBrowser::KJotsBrowser
KJotsBrowser(QItemSelectionModel *selectionModel, QWidget *)
Definition: kjotsbrowser.cpp:33
KJotsBrowser
Definition: kjotsbrowser.h:30
QUrl
KJotsBrowser::delayedInitialization
void delayedInitialization()
Definition: kjotsbrowser.cpp:43
QTextBrowser
QItemSelectionModel
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kjots

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

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