|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KLineEditSignals
Method Summary | |
---|---|
void |
aboutToShowContextMenu(org.kde.qt.QPopupMenu p)
Emitted before the context menu is displayed. |
void |
completion(java.lang.String arg1)
Emitted when the completion key is pressed. |
void |
completionBoxActivated(java.lang.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(java.lang.String arg1)
Emitted when the user presses the return key. |
void |
substringCompletion(java.lang.String arg1)
Emitted when the shortcut for substring completion is pressed. |
void |
textRotation(int arg1)
Emitted when the text rotation key-bindings are pressed. |
Method Detail |
---|
void completionBoxActivated(java.lang.String arg1)
void returnPressed(java.lang.String arg1)
EchoMode
is set to
QLineEdit.EchoMode.
void completion(java.lang.String arg1)
CompletionNone
or EchoMode
is
normal.
void substringCompletion(java.lang.String arg1)
void textRotation(int arg1)
KGlobalSettings
.CompletionNone or echoMode
() is not normal.
void completionModeChanged(int arg1)
void aboutToShowContextMenu(org.kde.qt.QPopupMenu p)
p
- the context menu about to be displayed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |