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

tdeui

tdetoolbarradiogroup.h

00001 /* This file is part of the KDE libraries
00002     Copyright (C) 1997, 1998 Stephan Kulow (coolo@kde.org)
00003               (C) 1997, 1998 Sven Radej (radej@kde.org)
00004               (C) 1997, 1998 Mark Donohoe (donohoe@kde.org)
00005               (C) 1997, 1998 Matthias Ettrich (ettrich@kde.org)
00006 
00007     This library is free software; you can redistribute it and/or
00008     modify it under the terms of the GNU Library General Public
00009     License version 2 as published by the Free Software Foundation.
00010 
00011     This library is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014     Library General Public License for more details.
00015 
00016     You should have received a copy of the GNU Library General Public License
00017     along with this library; see the file COPYING.LIB.  If not, write to
00018     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00019     Boston, MA 02110-1301, USA.
00020     */
00021 
00022 #ifndef _TDETOOLBARRADIOGROUP_H
00023 #define _TDETOOLBARRADIOGROUP_H
00024 
00025 #include <tqobject.h>
00026 
00027 #include <tdelibs_export.h>
00028 
00029 class TDEToolBar;
00030 class TDEToolBarButtonList;
00031 class TDEToolBarRadioGroupPrivate;
00032 
00033 /*************************************************************************
00034  *                          TDEToolBarRadioGroup                                  *
00035  *************************************************************************/
00049 class TDEUI_EXPORT TDEToolBarRadioGroup : public TQObject
00050 {
00051   Q_OBJECT
00052 
00053 public:
00057   TDEToolBarRadioGroup (TDEToolBar *_parent, const char *_name=0);
00061   ~TDEToolBarRadioGroup ();
00062 
00067   void addButton (int id);
00068 
00073   void removeButton (int id);
00074 
00075 public slots:
00079   void slotToggled (int);
00080 
00081 private:
00082   TDEToolBarButtonList *buttons;
00083   TDEToolBar *tb;
00084 
00085   TDEToolBarRadioGroupPrivate *d;
00086 };
00087 
00088 #endif

tdeui

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

tdeui

Skip menu "tdeui"
  • 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 tdeui by doxygen 1.7.1
This website is maintained by Timothy Pearson.