org.kde.koala
public class KMdiTaskBar extends KToolBar
UNKNOWN: Internal class.
Constructor Summary | |
---|---|
protected | KMdiTaskBar(Class dummy) |
KMdiTaskBar(KMdiMainFrm parent, int dock)
Constructor (NoFocus, minimum width = 1, an internal QPtrList of taskbar buttons (autodelete)) |
Method Summary | |
---|---|
KMdiTaskBarButton | addWinButton(KMdiChildView win_ptr)
Add a new KMdiTaskBarButton . |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
KMdiTaskBarButton | getButton(KMdiChildView win_ptr)
Get the button belonging to the MDI view given as parameter. |
KMdiTaskBarButton | getNextWindowButton(boolean 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. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isSwitchedOn() |
protected void | layoutTaskBar(int taskBarWidth)
Checks if all buttons fits into this. |
protected void | layoutTaskBar() |
QMetaObject | metaObject() |
void | removeWinButton(KMdiChildView win_ptr, boolean haveToLayoutTaskBar)
Removes a KMdiTaskBarButton and deletes it. |
void | removeWinButton(KMdiChildView win_ptr) |
protected void | resizeEvent(QResizeEvent arg1)
Reimplemented from its base class to call layoutTaskBar, additionally. |
void | setActiveButton(KMdiChildView win_ptr)
Pushes the desired taskbar button down (switch on), the old one is released (switched off).
|
void | switchOn(boolean bOn)
Switch it on or off. |
UNKNOWN: Constructor (NoFocus, minimum width = 1, an internal QPtrList of taskbar buttons (autodelete))
UNKNOWN: Add a new KMdiTaskBarButton .
UNKNOWN: Get the button belonging to the MDI view given as parameter.
UNKNOWN: 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.
Returns: whether switched on or off.
UNKNOWN:
UNKNOWN: Checks if all buttons fits into this.
UNKNOWN: Removes a KMdiTaskBarButton and deletes it.
UNKNOWN: Reimplemented from its base class to call layoutTaskBar, additionally.
UNKNOWN: Pushes the desired taskbar button down (switch on), the old one is released (switched off).
UNKNOWN: Switch it on or off.