org.kde.koala

Class KMultiTabBarTab

public class KMultiTabBarTab extends KMultiTabBarButton

This class should never be created except with the appendTab call of KMultiTabBar

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddrawButton(QPainter arg1)
protected voiddrawButtonClassic(QPainter arg1)
protected voiddrawButtonLabel(QPainter arg1)
protected voiddrawButtonStyled(QPainter arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected intneededSize()
voidresize()
voidsetIcon(String arg1)
voidsetIcon(QPixmap arg1)
protected voidsetSize(int arg1)
voidsetState(boolean state)
set the active state of the tab
protected voidsetTabsPosition(int arg1)
voidshowActiveTabText(boolean show)
choose if the text should always be displayed this is only used in classic mode if at all
protected voidslotClicked()
protected voidupdateState()

Constructor Detail

KMultiTabBarTab

protected KMultiTabBarTab(Class dummy)

KMultiTabBarTab

public KMultiTabBarTab(QPixmap pic, String arg2, int id, QWidget parent, int pos, int style)

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

drawButton

protected void drawButton(QPainter arg1)

drawButtonClassic

protected void drawButtonClassic(QPainter arg1)

drawButtonLabel

protected void drawButtonLabel(QPainter arg1)

drawButtonStyled

protected void drawButtonStyled(QPainter arg1)

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

neededSize

protected int neededSize()

resize

public void resize()

setIcon

public void setIcon(String arg1)

setIcon

public void setIcon(QPixmap arg1)

setSize

protected void setSize(int arg1)

setState

public void setState(boolean state)
set the active state of the tab

Parameters: state true==active false==not active

UNKNOWN: set the active state of the tab

setTabsPosition

protected void setTabsPosition(int arg1)

showActiveTabText

public void showActiveTabText(boolean show)
choose if the text should always be displayed this is only used in classic mode if at all

UNKNOWN: choose if the text should always be displayed this is only used in classic mode if at all

slotClicked

protected void slotClicked()

updateState

protected void updateState()