org.kde.koala

Class KMultiTabBarButton

public class KMultiTabBarButton extends QPushButton

This class should never be created except with the appendButton call of KMultiTabBar See KMultiTabBarButtonSignals for signals emitted by KMultiTabBarButton

UNKNOWN: This class should never be created except with the appendButton call of KMultiTabBar

Constructor Summary
protected KMultiTabBarButton(Class dummy)
KMultiTabBarButton(QPixmap pic, String arg2, QPopupMenu popup, int id, QWidget parent, int pos, int style)
KMultiTabBarButton(String arg1, QPopupMenu popup, int id, QWidget parent, int pos, int style)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidhideEvent(QHideEvent arg1)
intid()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetPosition(int arg1)
this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten
voidsetStyle(int arg1)
this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten
voidsetText(String arg1)
modify the text of the button
voidshowEvent(QShowEvent arg1)
QSizesizeHint()
protected voidslotClicked()

Constructor Detail

KMultiTabBarButton

protected KMultiTabBarButton(Class dummy)

KMultiTabBarButton

public KMultiTabBarButton(QPixmap pic, String arg2, QPopupMenu popup, int id, QWidget parent, int pos, int style)

KMultiTabBarButton

public KMultiTabBarButton(String arg1, QPopupMenu popup, 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()

finalize

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

hideEvent

protected void hideEvent(QHideEvent arg1)

id

public int id()

isDisposed

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

metaObject

public QMetaObject metaObject()

setPosition

public void setPosition(int arg1)
this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten

UNKNOWN: this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten

setStyle

public void setStyle(int arg1)
this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten

UNKNOWN: this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten

setText

public void setText(String arg1)
modify the text of the button

UNKNOWN: modify the text of the button

showEvent

public void showEvent(QShowEvent arg1)

sizeHint

public QSize sizeHint()

slotClicked

protected void slotClicked()