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

knode

  • sources
  • kde-4.12
  • kdepim
  • knode
knode.h
Go to the documentation of this file.
1 /*
2  KNode, the KDE newsreader
3  Copyright (c) 1999-2005 the KNode authors.
4  See file AUTHORS for details
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10  You should have received a copy of the GNU General Public License
11  along with this program; if not, write to the Free Software Foundation,
12  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
13 */
14 
15 #ifndef KNODE_H
16 #define KNODE_H
17 
18 #include <kxmlguiwindow.h>
19 #include <kdialog.h>
20 #include "resource.h"
21 
22 #include <qglobal.h>
23 
24 class KUrl;
25 
26 namespace KPIM {
27  class StatusbarProgressWidget;
28  class ProgressDialog;
29 }
30 using KPIM::StatusbarProgressWidget;
31 using KPIM::ProgressDialog;
32 class KSqueezedTextLabel;
33 
34 class KNMainWidget;
35 
36 
38 class KNMainWindow : public KXmlGuiWindow
39 {
40  Q_OBJECT
41 
42 public:
43  explicit KNMainWindow( QWidget* parent = 0 );
44  ~KNMainWindow();
45  void openURL( const KUrl& );
46  KNMainWidget *mainWidget() { return m_mainWidget; }
47 
48 public slots:
49  void slotConfToolbar();
50  void slotNewToolbarConfig();
51  void slotConfKeys();
52 protected:
53  bool queryClose();
54 private:
55  void setupStatusBar();
56  KNMainWidget *m_mainWidget;
57  StatusbarProgressWidget *mLittleProgress;
58  ProgressDialog *mProgressDialog;
59  KSqueezedTextLabel *mStatusMsgLabel;
60 private slots:
61  void slotShowStatusMsg( const QString& );
62 };
63 
64 #endif // KNODE_H
KNMainWindow::slotConfToolbar
void slotConfToolbar()
Definition: knode.cpp:74
KNMainWindow::openURL
void openURL(const KUrl &)
Definition: knode.cpp:69
QWidget
KNMainWindow::mainWidget
KNMainWidget * mainWidget()
Definition: knode.h:46
KNMainWidget
This is the central part of the KNode GUI.
Definition: knmainwidget.h:57
KXmlGuiWindow
KNMainWindow::slotNewToolbarConfig
void slotNewToolbarConfig()
Definition: knode.cpp:83
KNMainWindow::~KNMainWindow
~KNMainWindow()
Definition: knode.cpp:64
resource.h
KNMainWindow::KNMainWindow
KNMainWindow(QWidget *parent=0)
Definition: knode.cpp:39
KPIM::StatusbarProgressWidget
KPIM::ProgressDialog
KNMainWindow::slotConfKeys
void slotConfKeys()
Definition: knode.cpp:90
KNMainWindow
KNode main window.
Definition: knode.h:38
KNMainWindow::queryClose
bool queryClose()
Definition: knode.cpp:95
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

knode

Skip menu "knode"
  • Main Page
  • Namespace List
  • 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