|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface KComboBoxSignals
| 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 |
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(java.lang.String arg1)
Emitted when the user presses the Enter 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 returnPressed()
void returnPressed(java.lang.String arg1)
void completion(java.lang.String arg1)
KGlobalSettings.CompletionNone.
void substringCompletion(java.lang.String arg1)
void textRotation(int arg1)
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.
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 | |||||||