org.kde.koala
public interface KComboBoxSignals
| Method Summary | |
|---|---|
| void | aboutToShowContextMenu(QPopupMenu p)
Emitted before the context menu is displayed.
|
| void | completion(String arg1)
Emitted when the completion key is pressed.
|
| void | completionModeChanged(int arg1)
Emitted whenever the completion mode is changed by the user
through the context menu. |
| void | returnPressed()
Emitted when the user presses the Enter key.
|
| void | returnPressed(String arg1)
Emitted when the user presses the Enter key.
|
| void | substringCompletion(String arg1)
Emitted when the shortcut for substring completion is pressed. |
| void | textRotation(int arg1)
Emitted when the text rotation key-bindings are pressed.
|
Parameters: p the context menu about to be displayed
UNKNOWN: Emitted before the context menu is displayed.
KGlobalSettings.CompletionNone.UNKNOWN: Emitted when the completion key is pressed.
UNKNOWN: Emitted whenever the completion mode is changed by the user through the context menu.
UNKNOWN: Emitted when the user presses the Enter key.
UNKNOWN: Emitted when the user presses the Enter key.
UNKNOWN: Emitted when the shortcut for substring completion is pressed.
PrevCompletionMatch,
NextCompletionMatch, RotateUp or RotateDown. See
KCompletionBase.setKeyBinding() for details.
Note that this signal is NOT emitted if the completion
mode is set to CompletionNone.UNKNOWN: Emitted when the text rotation key-bindings are pressed.