org.kde.koala

Class KCustomMenuEditor

public class KCustomMenuEditor extends KDialogBase

Constructor Summary
protected KCustomMenuEditor(Class dummy)
KCustomMenuEditor(QWidget parent)
Create a dialog for editing a custom menu
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?
voidload(KConfigBase arg1)
load the custom menu
QMetaObjectmetaObject()
voidrefreshButton()
voidsave(KConfigBase arg1)
save the custom menu
voidslotMoveDown()
voidslotMoveUp()
voidslotNewItem()
voidslotRemoveItem()

Constructor Detail

KCustomMenuEditor

protected KCustomMenuEditor(Class dummy)

KCustomMenuEditor

public KCustomMenuEditor(QWidget parent)
Create a dialog for editing a custom menu

UNKNOWN: Create a dialog for editing a custom menu

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?

load

public void load(KConfigBase arg1)
load the custom menu

UNKNOWN: load the custom menu

metaObject

public QMetaObject metaObject()

refreshButton

public void refreshButton()

save

public void save(KConfigBase arg1)
save the custom menu

UNKNOWN: save the custom menu

slotMoveDown

public void slotMoveDown()

slotMoveUp

public void slotMoveUp()

slotNewItem

public void slotNewItem()

slotRemoveItem

public void slotRemoveItem()