, including all inherited members.
aboutToShowContextMenu(QPopupMenu *p) | KLineEdit | [signal] |
alignment() | QLineEdit | |
autoSuggest() const | KLineEdit | [protected] |
backspace() | QLineEdit | |
characterAt(int xpos, QChar *chr) | QLineEdit | |
clear() | KLineEdit | [virtual, slot] |
clearModified() | QLineEdit | |
clearValidator() | QLineEdit | |
clickMessage | KLineEdit | |
clickMessage() const | KLineEdit | |
completion(const QString &) | KLineEdit | [signal] |
completionBox(bool create=true) | KLineEdit | |
completionBoxActivated(const QString &) | KLineEdit | [signal] |
completionMode() const | KCompletionBase | |
completionModeChanged(KGlobalSettings::Completion) | KLineEdit | [signal] |
completionObject(bool hsig=true) | KCompletionBase | |
compObj() const | KCompletionBase | |
contextMenuEnabled | KLineEdit | |
contextMenuEvent(QContextMenuEvent *) | KLineEdit | [protected, virtual] |
copy() const | KLineEdit | [virtual] |
QLineEdit::copy() | QLineEdit | |
create(WId=0, bool initializeWindow=true, bool destroyOldWindow=true) | KLineEdit | [protected, virtual] |
createPopupMenu() | KLineEdit | [protected, virtual] |
cursorAtEnd() | KLineEdit | |
cursorBackward(bool mark, int steps=1) | QLineEdit | |
cursorForward(bool mark, int steps=1) | QLineEdit | |
cursorLeft(bool mark, int steps=1) | QLineEdit | |
cursorPosition() | QLineEdit | |
cursorRight(bool mark, int steps=1) | QLineEdit | |
cursorWordBackward(bool mark) | QLineEdit | |
cursorWordForward(bool mark) | QLineEdit | |
cut() | QLineEdit | |
del() | QLineEdit | |
delegate() const | KCompletionBase | [protected] |
deselect() | QLineEdit | |
displayText() | QLineEdit | |
dragEnabled() | QLineEdit | |
drawContents(QPainter *p) | KLineEdit | [protected, virtual] |
dropEvent(QDropEvent *) | KLineEdit | [protected, virtual] |
echoMode() | QLineEdit | |
edited() | QLineEdit | |
emitSignals() const | KCompletionBase | |
enableSqueezedText | KLineEdit | |
end(bool mark) | QLineEdit | |
eventFilter(QObject *, QEvent *) | KLineEdit | [virtual] |
focusInEvent(QFocusEvent *ev) | KateCmdLine | [protected, virtual] |
focusOutEvent(QFocusEvent *) | KLineEdit | [protected, virtual] |
frame() | QLineEdit | |
getKeyBinding(KeyBindingType item) const | KCompletionBase | |
getKeyBindings() const | KCompletionBase | [protected] |
getSelection(int *start, int *end) | QLineEdit | |
handleSignals() const | KCompletionBase | |
hasAcceptableInput() | QLineEdit | |
hasMarkedText() | QLineEdit | |
hasSelectedText() | QLineEdit | |
home(bool mark) | QLineEdit | |
inputMask() | QLineEdit | |
insert(const QString &newText) | QLineEdit | |
isCompletionObjectAutoDeleted() const | KCompletionBase | |
isContextMenuEnabled() const | KLineEdit | |
isModified() | QLineEdit | |
isReadOnly() | QLineEdit | |
isRedoAvailable() | QLineEdit | |
isSqueezedTextEnabled() const | KLineEdit | |
isUndoAvailable() | QLineEdit | |
isURLDropsEnabled() const | KLineEdit | |
KateCmdLine(KateView *view) | KateCmdLine | |
KCompletionBase() | KCompletionBase | |
KeyBindingMap typedef | KCompletionBase | |
KeyBindingType enum name | KCompletionBase | |
keyPressEvent(QKeyEvent *ev) | KateCmdLine | [protected, virtual] |
KLineEdit(const QString &string, QWidget *parent, const char *name=0) | KLineEdit | |
KLineEdit(QWidget *parent=0, const char *name=0) | KLineEdit | |
lostFocus() | QLineEdit | |
makeCompletion(const QString &) | KLineEdit | [protected, virtual, slot] |
markedText() | QLineEdit | |
maxLength() | QLineEdit | |
minimumSizeHint() | QLineEdit | |
mouseDoubleClickEvent(QMouseEvent *) | KLineEdit | [protected, virtual] |
mousePressEvent(QMouseEvent *) | KLineEdit | [protected, virtual] |
NextCompletionMatch enum value | KCompletionBase | |
NextCompletionMatch | KCompletionBase | |
originalText() const | KLineEdit | |
paste() | QLineEdit | |
PrevCompletionMatch enum value | KCompletionBase | |
PrevCompletionMatch | KCompletionBase | |
QLineEdit(QWidget *parent, const char *name=0) | QLineEdit | |
QLineEdit(const QString &contents, QWidget *parent, const char *name=0) | QLineEdit | |
QLineEdit(const QString &contents, const QString &inputMask, QWidget *parent, const char *name=0) | QLineEdit | |
redo() | QLineEdit | |
repaintArea(int from, int to) | QLineEdit | |
resizeEvent(QResizeEvent *) | KLineEdit | [protected, virtual] |
returnPressed(const QString &) | KLineEdit | [signal] |
QLineEdit::returnPressed() | QLineEdit | |
rotateText(KCompletionBase::KeyBindingType type) | KLineEdit | [slot] |
selectAll() | QLineEdit | |
selectedText() | QLineEdit | |
selectionChanged() | QLineEdit | |
selectionStart() | QLineEdit | |
setAlignment(int flag) | QLineEdit | |
setAutoDeleteCompletionObject(bool autoDelete) | KCompletionBase | |
setClickMessage(const QString &msg) | KLineEdit | |
setCompletedItems(const QStringList &items) | KLineEdit | [virtual, slot] |
setCompletedItems(const QStringList &items, bool autoSuggest) | KLineEdit | [slot] |
setCompletedText(const QString &) | KLineEdit | [virtual, slot] |
setCompletedText(const QString &, bool) | KLineEdit | [protected, virtual] |
setCompletionBox(KCompletionBox *box) | KLineEdit | |
setCompletionMode(KGlobalSettings::Completion mode) | KLineEdit | [virtual] |
setCompletionObject(KCompletion *, bool hsig=true) | KLineEdit | [virtual] |
setContextMenuEnabled(bool showMenu) | KLineEdit | [virtual] |
setCursorPosition(int) | QLineEdit | |
setDelegate(KCompletionBase *delegate) | KCompletionBase | [protected] |
setDragEnabled(bool b) | QLineEdit | |
setEchoMode(EchoMode) | QLineEdit | |
setEdited(bool) | QLineEdit | |
setEnableSignals(bool enable) | KCompletionBase | |
setEnableSqueezedText(bool enable) | KLineEdit | |
setFrame(bool) | QLineEdit | |
setHandleSignals(bool handle) | KCompletionBase | [virtual] |
setInputMask(const QString &inputMask) | QLineEdit | |
setKeyBinding(KeyBindingType item, const KShortcut &key) | KCompletionBase | |
setMaxLength(int) | QLineEdit | |
setReadOnly(bool) | KLineEdit | [virtual, slot] |
setSelection(int start, int length) | QLineEdit | |
setSqueezedText(const QString &text) | KLineEdit | [slot] |
setText(const QString &) | KLineEdit | [virtual, slot] |
setTrapReturnKey(bool trap) | KLineEdit | |
setURL(const KURL &url) | KLineEdit | |
setURLDropsEnabled(bool enable) | KLineEdit | |
setUserSelection(bool userSelection) | KLineEdit | [protected] |
setValidator(const QValidator *v) | QLineEdit | |
sizeHint() | QLineEdit | |
slotAboutToShow() | KLineEdit | [protected, slot] |
slotCancelled() | KLineEdit | [protected, slot] |
SubstringCompletion enum value | KCompletionBase | |
SubstringCompletion | KCompletionBase | |
substringCompletion(const QString &) | KLineEdit | [signal] |
text() | QLineEdit | |
textChanged(const QString &) | QLineEdit | |
TextCompletion enum value | KCompletionBase | |
TextCompletion | KCompletionBase | |
textRotation(KCompletionBase::KeyBindingType) | KLineEdit | [signal] |
trapEnterKeyEvent | KLineEdit | |
trapReturnKey() const | KLineEdit | |
undo() | QLineEdit | |
urlDropsEnabled | KLineEdit | |
useGlobalKeyBindings() | KCompletionBase | |
userCancelled(const QString &cancelText) | KLineEdit | [protected, slot] |
validateAndSet(const QString &newText, int newPos, int newMarkAnchor, int newMarkDrag) | QLineEdit | |
validator() | QLineEdit | |
virtual_hook(int id, void *data) | KLineEdit | [protected, virtual] |
~KCompletionBase() | KCompletionBase | [virtual] |
~KLineEdit() | KLineEdit | [virtual] |
~QLineEdit() | QLineEdit | |