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

tdeparts

statusbarextension.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 2003 Daniel Molkentin <molkentin@kde.org>
00003    Copyright (C) 2003 David Faure <faure@kde.org>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019  */
00020 
00021 #ifndef TDEPARTS_STATUSBAREXTENSION_H
00022 #define TDEPARTS_STATUSBAREXTENSION_H
00023 
00024 #include <tqwidget.h>
00025 #include <tqvaluelist.h>
00026 
00027 #include <tdelibs_export.h>
00028 
00029 class KStatusBar;
00030 class TDEMainWindow;
00031 class TQEvent;
00032 
00033 namespace KParts
00034 {
00035 
00036   class ReadOnlyPart;
00037 
00038   // Defined in impl
00039   class StatusBarItem;
00040 
00041 
00053   class TDEPARTS_EXPORT StatusBarExtension : public TQObject
00054   {
00055     Q_OBJECT
00056 
00057     public:
00058       StatusBarExtension( KParts::ReadOnlyPart *parent, const char *name=0L );
00059       ~StatusBarExtension();
00060 
00082       void addStatusBarItem( TQWidget * widget, int stretch, bool permanent );
00083 
00087       void removeStatusBarItem( TQWidget * widget );
00088 
00093       KStatusBar* statusBar() const;
00094 
00102       void setStatusBar( KStatusBar* status );
00103 
00108       static StatusBarExtension *childObject( TQObject *obj );
00109 
00111       virtual bool eventFilter( TQObject *watched, TQEvent* ev );
00112 
00113     private:
00114 
00115      TQValueList<StatusBarItem> m_statusBarItems; // Our statusbar items
00116      mutable KStatusBar* m_statusBar;
00117 
00118      // for future extensions
00119      class StatusBarExtensionPrivate;
00120      StatusBarExtensionPrivate *d;
00121   };
00122 
00123 }
00124 #endif // TDEPARTS_STATUSBAREXTENSION_H
00125 
00126 // vim: ts=2 sw=2 et

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.7.1
This website is maintained by Timothy Pearson.