org.kde.koala
public interface KLineEditSignals
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 | completionBoxActivated(String arg1)
Emitted whenever the completion box is activated. |
void | completionModeChanged(int arg1)
Emitted when the user changed the completion mode by using the
popupmenu. |
void | returnPressed(String arg1)
Emitted when the user presses the return 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.
CompletionNone
or EchoMode
is
normal.UNKNOWN: Emitted when the completion key is pressed.
UNKNOWN: Emitted whenever the completion box is activated.
UNKNOWN: Emitted when the user changed the completion mode by using the popupmenu.
EchoMode
is set to
QLineEdit.EchoMode.UNKNOWN: Emitted when the user presses the return key.
UNKNOWN: Emitted when the shortcut for substring completion is pressed.
KGlobalSettings
.CompletionNone or echoMode
() is not normal.UNKNOWN: Emitted when the text rotation key-bindings are pressed.