class KMultiTabBar |
|
|
************************************************************************ kmultitabbar.h - description |
|
|
append a new button to the button area. The button can later on be accessed with button(ID) eg for connecting signals to it pic - a pixmap for the button id - an arbitraty ID value. It will be emitted in the clicked signal for identifying the button if more than one button is connected to a signals. popup - A popup menu which should be displayed if the button is clicked not_used_yet - will be used for a popup text in the future |
|
append a new tab to the tab area. It can be accessed lateron with tabb(id); pic - a bitmap for the tab id - an arbitrary ID which can be used later on to identify the tab text - if a mode with text is used it will be the tab text, otherwise a mouse over hint |
|
get a pointer to a button within the button area identified by its ID |
|
Returns the list of buttons be careful, don't delete the buttons yourself |
|
|
return the state of a tab, identified by it's ID |
|
get the tabbar position. Returns position |
|
remove a button with the given ID |
|
remove a tab with a given ID |
|
set the real position of the widget. pos - if the mode is horizontal, only use top, bottom, if it is vertical use left or right |
|
set the display style of the tabs |
|
set a tab to "raised" id - The ID of the tab to manipulate state - true == activated/raised, false == not active |
|
might vanish, not sure yet |
|
get a pointer to a tab within the tab area, identiifed by its ID |
|
get the display style of the tabs Returns display style |
|
Returns the list of tabs be careful, don't delete the tabs yourself |
|
Horizontal | - | ||
Vertical | - |
Left | - | ||
Right | - | ||
Top | - | ||
Bottom | - |
VSNET | - | ||
KDEV3 | - | ||
KONQSBC | - | ||
KDEV3ICON | - | ||
STYLELAST | - |