KMdiTaskBar Class Reference

#include <kmditaskbar.h>

List of all members.


Detailed Description

Internal class.

It's a special kind of QToolBar that acts as taskbar for child views. KMdiTaskBarButtons can be added or removed dynamically.
The button sizes are adjusted dynamically, as well.

Definition at line 129 of file kmditaskbar.h.


Public Slots

void setActiveButton (KMdiChildView *win_ptr)

Public Member Functions

 KMdiTaskBar (KMdiMainFrm *parent, QMainWindow::ToolBarDock dock)
 ~KMdiTaskBar ()
KMdiTaskBarButtonaddWinButton (KMdiChildView *win_ptr)
void removeWinButton (KMdiChildView *win_ptr, bool haveToLayoutTaskBar=true)
KMdiTaskBarButtongetNextWindowButton (bool bRight, KMdiChildView *win_ptr)
KMdiTaskBarButtongetButton (KMdiChildView *win_ptr)
void switchOn (bool bOn)
bool isSwitchedOn () const

Protected Slots

void layoutTaskBar (int taskBarWidth=0)

Protected Member Functions

void resizeEvent (QResizeEvent *)

Protected Attributes

QPtrList< KMdiTaskBarButton > * m_pButtonList
KMdiMainFrmm_pFrm
KMdiChildViewm_pCurrentFocusedWindow
QLabelm_pStretchSpace
bool m_layoutIsPending
bool m_bSwitchedOn

Constructor & Destructor Documentation

KMdiTaskBar::KMdiTaskBar ( KMdiMainFrm parent,
QMainWindow::ToolBarDock  dock 
)

Constructor (NoFocus, minimum width = 1, an internal QPtrList of taskbar buttons (autodelete)).

Definition at line 143 of file kmditaskbar.cpp.

KMdiTaskBar::~KMdiTaskBar (  ) 

Destructor (deletes the taskbar button list).

Definition at line 159 of file kmditaskbar.cpp.


Member Function Documentation

KMdiTaskBarButton * KMdiTaskBar::addWinButton ( KMdiChildView win_ptr  ) 

Add a new KMdiTaskBarButton .

The width doesn't change. If there's not enough space, all taskbar buttons will be resized to a new smaller size. Probably button texts must be abbreviated now.

Definition at line 164 of file kmditaskbar.cpp.

void KMdiTaskBar::removeWinButton ( KMdiChildView win_ptr,
bool  haveToLayoutTaskBar = true 
)

Removes a KMdiTaskBarButton and deletes it.

If the rest of the buttons are smaller than they usually are, all those buttons will be resized in a way that the new free size is used as well.

Definition at line 198 of file kmditaskbar.cpp.

KMdiTaskBarButton * KMdiTaskBar::getNextWindowButton ( bool  bRight,
KMdiChildView win_ptr 
)

Returns the neighbor taskbar button of the taskbar button of the MDI view given by parameter bRight specifies the side, of course left is used if bRight is false.

Definition at line 248 of file kmditaskbar.cpp.

KMdiTaskBarButton * KMdiTaskBar::getButton ( KMdiChildView win_ptr  ) 

Get the button belonging to the MDI view given as parameter.

Definition at line 238 of file kmditaskbar.cpp.

void KMdiTaskBar::switchOn ( bool  bOn  ) 

Switch it on or off.

Definition at line 218 of file kmditaskbar.cpp.

bool KMdiTaskBar::isSwitchedOn (  )  const [inline]

Returns:
whether switched on or off.

Definition at line 168 of file kmditaskbar.h.

void KMdiTaskBar::resizeEvent ( QResizeEvent  )  [protected]

Reimplemented from its base class to call layoutTaskBar, additionally.

Definition at line 378 of file kmditaskbar.cpp.

void KMdiTaskBar::layoutTaskBar ( int  taskBarWidth = 0  )  [protected, slot]

Checks if all buttons fits into this.

If not, it recalculates all button widths in a way that all buttons fits into the taskbar and have got equal width. The text of the buttons will be abbreviated when nessecary, all buttons get a fixed width and show() is called for each one. If one drags the taskbar to a vertical orientation, the button width is set to 80 pixel.

Definition at line 306 of file kmditaskbar.cpp.

void KMdiTaskBar::setActiveButton ( KMdiChildView win_ptr  )  [slot]

Pushes the desired taskbar button down (switch on), the old one is released (switched off).

Actually it's a radiobutton group behavior.

Definition at line 285 of file kmditaskbar.cpp.


Member Data Documentation

A list of taskbar buttons.

Note: Each button stands for one MDI view (toolviews doesn't have got a taskbar button).

Definition at line 197 of file kmditaskbar.h.

The belonging MDI mainframe (parent widget of this).

Definition at line 201 of file kmditaskbar.h.

The MDI view belonging to the currently pressed taskbar button.

Definition at line 205 of file kmditaskbar.h.

A stretchable widget used as 'space' at the end of a half filled taskbar.

Definition at line 209 of file kmditaskbar.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys