org.kde.koala

Class KActionSeparator

public class KActionSeparator extends KAction

Constructor Summary
protected KActionSeparator(Class dummy)
KActionSeparator(QObject parent, String name)
KActionSeparator(QObject parent)
KActionSeparator()
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()
intplug(QWidget widget, int index)
intplug(QWidget widget)

Constructor Detail

KActionSeparator

protected KActionSeparator(Class dummy)

KActionSeparator

public KActionSeparator(QObject parent, String name)

KActionSeparator

public KActionSeparator(QObject parent)

KActionSeparator

public KActionSeparator()

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()

plug

public int plug(QWidget widget, int index)

plug

public int plug(QWidget widget)