org.kde.koala
public class KMultiTabBarTab extends KMultiTabBarButton
UNKNOWN: This class should never be created except with the appendTab call of KMultiTabBar
Constructor Summary | |
---|---|
protected | KMultiTabBarTab(Class dummy) |
KMultiTabBarTab(QPixmap pic, String arg2, int id, QWidget parent, int pos, int style) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawButton(QPainter arg1) |
protected void | drawButtonClassic(QPainter arg1) |
protected void | drawButtonLabel(QPainter arg1) |
protected void | drawButtonStyled(QPainter arg1) |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected int | neededSize() |
void | resize() |
void | setIcon(String arg1) |
void | setIcon(QPixmap arg1) |
protected void | setSize(int arg1) |
void | setState(boolean state)
set the active state of the tab |
protected void | setTabsPosition(int arg1) |
void | showActiveTabText(boolean show)
choose if the text should always be displayed
this is only used in classic mode if at all |
protected void | slotClicked() |
protected void | updateState() |
Parameters: state true==active false==not active
UNKNOWN: set the active state of the tab
UNKNOWN: choose if the text should always be displayed this is only used in classic mode if at all