org.kde.koala
public class KCustomMenuEditor extends KDialogBase
| Constructor Summary | |
|---|---|
| protected | KCustomMenuEditor(Class dummy) |
| KCustomMenuEditor(QWidget parent)
Create a dialog for editing a custom menu | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | load(KConfigBase arg1)
load the custom menu |
| QMetaObject | metaObject() |
| void | refreshButton() |
| void | save(KConfigBase arg1)
save the custom menu |
| void | slotMoveDown() |
| void | slotMoveUp() |
| void | slotNewItem() |
| void | slotRemoveItem() |
UNKNOWN: Create a dialog for editing a custom menu
UNKNOWN: load the custom menu
UNKNOWN: save the custom menu