org.kde.koala

Class KStatusBarLabel

public class KStatusBarLabel extends QLabel

Internal label class for use in KStatusBar See KStatusBarLabelSignals for signals emitted by KStatusBarLabel

UNKNOWN: Internal label class for use in KStatusBar

Constructor Summary
protected KStatusBarLabel(Class dummy)
KStatusBarLabel(String text, int _id, KStatusBar parent, String name)
KStatusBarLabel(String text, int _id, KStatusBar parent)
KStatusBarLabel(String text, int _id)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidmousePressEvent(QMouseEvent _event)
protected voidmouseReleaseEvent(QMouseEvent _event)

Constructor Detail

KStatusBarLabel

protected KStatusBarLabel(Class dummy)

KStatusBarLabel

public KStatusBarLabel(String text, int _id, KStatusBar parent, String name)

KStatusBarLabel

public KStatusBarLabel(String text, int _id, KStatusBar parent)

KStatusBarLabel

public KStatusBarLabel(String text, int _id)

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

isDisposed

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

metaObject

public QMetaObject metaObject()

mousePressEvent

protected void mousePressEvent(QMouseEvent _event)

mouseReleaseEvent

protected void mouseReleaseEvent(QMouseEvent _event)