• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeparts
 

tdeparts

  • tdeparts
mainwindow.h
1 /* This file is part of the KDE project
2  Copyright (C) 1999 Simon Hausmann <hausmann@kde.org>
3  (C) 1999 David Faure <faure@kde.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 #ifndef __MAINWINDOW_H
21 #define __MAINWINDOW_H
22 
23 #include <tqptrlist.h>
24 #include <tdeaction.h>
25 
26 #include <tdemainwindow.h>
27 
28 #include <tdeparts/part.h>
29 
30 class TQString;
31 
32 namespace KParts
33 {
34 
35 class MainWindowPrivate;
36 
47 class TDEPARTS_EXPORT MainWindow : public TDEMainWindow, virtual public PartBase
48 {
49  TQ_OBJECT
50  public:
54 #ifdef qdoc
55  MainWindow( TQWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose );
56 #else
57  MainWindow( TQWidget* parent, const char *name = 0L, WFlags f = (WFlags)(WType_TopLevel | WDestructiveClose) );
58 #endif
62 #ifdef qdoc
63  MainWindow( const char *name = 0L, WFlags f = WDestructiveClose );
64 #else
65  MainWindow( const char *name = 0L, WFlags f = (WFlags)WDestructiveClose );
66 #endif
71 #ifdef qdoc
72  MainWindow( int cflags, TQWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose );
73 #else
74  MainWindow( int cflags, TQWidget* parent, const char *name = 0L, WFlags f = (WFlags)(WType_TopLevel | WDestructiveClose) );
75 #endif
79  virtual ~MainWindow();
80 
81 protected slots:
82 
93  void createGUI( KParts::Part * part );
94 
100  virtual void slotSetStatusBarText( const TQString & );
101 
108  void saveNewToolbarConfig();
109 
110 protected:
111  virtual void createShellGUI( bool create = true );
112 
113 private:
114  MainWindowPrivate *d;
115 };
116 
117 }
118 
119 #endif
120 
KParts::MainWindow
A KPart-aware main window, whose user interface is described in XML.
Definition: mainwindow.h:48
KParts::PartBase
Base class for all parts.
Definition: part.h:58
KParts::Part
Base class for parts.
Definition: part.h:182
TDEMainWindow

tdeparts

Skip menu "tdeparts"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeparts

Skip menu "tdeparts"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeparts by doxygen 1.9.1
This website is maintained by Timothy Pearson.