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

tdeui

Public Slots | Public Member Functions | List of all members
TDEToolBarRadioGroup Class Reference

#include <tdetoolbarradiogroup.h>

Inherits TQObject.

Public Slots

void slotToggled (int)
 

Public Member Functions

 TDEToolBarRadioGroup (TDEToolBar *_parent, const char *_name=0)
 
 ~TDEToolBarRadioGroup ()
 
void addButton (int id)
 
void removeButton (int id)
 

Detailed Description

Class for group of radio butons in toolbar.

TDEToolBarRadioGroup is class for group of radio butons in toolbar. Take toggle buttons which you already inserted into toolbar, create TDEToolBarRadioGroup instance and add them here. All buttons will emit signals toggled (bool) (or you can use sitgnal toggled (int id) from toolbar). When one button is set down, all others are unset. All buttons emit signals - those who "go down" and those who "go up".

Author
Sven Radej radej.nosp@m.@kde.nosp@m..org

Definition at line 49 of file tdetoolbarradiogroup.h.

Constructor & Destructor Documentation

◆ TDEToolBarRadioGroup()

TDEToolBarRadioGroup::TDEToolBarRadioGroup ( TDEToolBar *  _parent,
const char *  _name = 0 
)

Constructor.

Parent must be TDEToolBar .

Definition at line 34 of file tdetoolbarradiogroup.cpp.

◆ ~TDEToolBarRadioGroup()

TDEToolBarRadioGroup::~TDEToolBarRadioGroup ( )

Destructor.

Definition at line 42 of file tdetoolbarradiogroup.cpp.

Member Function Documentation

◆ addButton()

void TDEToolBarRadioGroup::addButton ( int  id)

Adds button to group.

Button cannot be unset by mouse clicks (you must press some other button tounset this one)

Definition at line 47 of file tdetoolbarradiogroup.cpp.

◆ removeButton()

void TDEToolBarRadioGroup::removeButton ( int  id)

Removes button from group, making it again toggle button (i.e.

You can unset it with mouse).

Definition at line 54 of file tdetoolbarradiogroup.cpp.

◆ slotToggled

void TDEToolBarRadioGroup::slotToggled ( int  id)
slot

Internal - nothing for you here.

Definition at line 62 of file tdetoolbarradiogroup.cpp.


The documentation for this class was generated from the following files:
  • tdetoolbarradiogroup.h
  • tdetoolbarradiogroup.cpp

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