org.kde.koala
public class KKeyDialog extends KDialogBase
KKeyDialog.configure( actionCollection() );
UNKNOWN: Dialog for configuration of KActionCollection, KAccel, and KGlobalAccel.
Constructor Summary | |
---|---|
protected | KKeyDialog(Class dummy) |
KKeyDialog(boolean bAllowLetterShortcuts, QWidget parent, String name)
Constructs a KKeyDialog called name as a child of parent.
Set bAllowLetterShortcuts to false if unmodified alphanumeric
keys ('A', '1', etc.) are not permissible shortcuts. | |
KKeyDialog(boolean bAllowLetterShortcuts, QWidget parent) | |
KKeyDialog(boolean bAllowLetterShortcuts) | |
KKeyDialog() |
Method Summary | |
---|---|
String | className() |
void | commitChanges()
Commit key setting changes so that changed settings actually become active.
|
boolean | configure(boolean bSaveSettings)
Run the dialog and call commitChanges() if bSaveSettings
is true. |
boolean | configure() |
static int | configure(KActionCollection coll, QWidget parent, boolean bSaveSettings)
Pops up a modal dialog for configuring key settings. |
static int | configure(KActionCollection coll, QWidget parent) |
static int | configure(KActionCollection coll) |
static int | configure(KAccel keys, QWidget parent, boolean bSaveSettings)
This is an overloaded member function, provided for convenience.
|
static int | configure(KAccel keys, QWidget parent) |
static int | configure(KAccel keys) |
static int | configure(KGlobalAccel keys, QWidget parent, boolean bSaveSettings)
This is an overloaded member function, provided for convenience.
|
static int | configure(KGlobalAccel keys, QWidget parent) |
static int | configure(KGlobalAccel keys) |
static int | configure(KActionCollection coll, boolean bAllowLetterShortcuts, QWidget parent, boolean bSaveSettings)
This is an overloaded member function, provided for convenience.
|
static int | configure(KActionCollection coll, boolean bAllowLetterShortcuts, QWidget parent) |
static int | configure(KActionCollection coll, boolean bAllowLetterShortcuts) |
static int | configure(KAccel keys, boolean bAllowLetterShortcuts, QWidget parent, boolean bSaveSettings)
This is an overloaded member function, provided for convenience.
|
static int | configure(KAccel keys, boolean bAllowLetterShortcuts, QWidget parent) |
static int | configure(KAccel keys, boolean bAllowLetterShortcuts) |
static int | configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, QWidget parent, boolean bSaveSettings)
This is an overloaded member function, provided for convenience.
|
static int | configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, QWidget parent) |
static int | configure(KGlobalAccel keys, boolean bAllowLetterShortcuts) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | insert(KActionCollection arg1)
Insert an action collection, i.e. add all its actions to the ones
displayed by the dialog.
|
boolean | insert(KActionCollection arg1, String title)
Insert an action collection, i.e. add all its actions to the ones
displayed by the dialog.
|
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
name
as a child of parent.
Set bAllowLetterShortcuts
to false if unmodified alphanumeric
keys ('A', '1', etc.) are not permissible shortcuts.UNKNOWN: Constructs a KKeyDialog called name
as a child of parent.
bSaveSettings
is true.UNKNOWN: Commit key setting changes so that changed settings actually become active.
bSaveSettings
is true.UNKNOWN: Run the dialog and call commitChanges() if bSaveSettings
is true.
bSaveSettings
if true, the settings will also be saved back to
the uirc file which they were intially read from.Returns: Accept if the dialog was closed with OK, Reject otherwise.
UNKNOWN: Pops up a modal dialog for configuring key settings.
UNKNOWN: This is an overloaded member function, provided for convenience.
UNKNOWN: This is an overloaded member function, provided for convenience.
Parameters: coll the KActionCollection to configure bAllowLetterShortcuts Set to false if unmodified alphanumeric keys ('A', '1', etc.) are not permissible shortcuts. parent the parent widget to attach to bSaveSettings if true, the settings will also be saved back to the uirc file which they were intially read from.
UNKNOWN: This is an overloaded member function, provided for convenience.
UNKNOWN: This is an overloaded member function, provided for convenience.
UNKNOWN: This is an overloaded member function, provided for convenience.
Returns: true :)
UNKNOWN: Insert an action collection, i.
Parameters: title the title associated with the collection (if null, the KAboutData.progName() of the collection's instance is used)
Returns: true :)
UNKNOWN: Insert an action collection, i.