KDE3Support
#include <k3listviewlineedit.h>

Public Slots | |
void | load (Q3ListViewItem *i, int c) |
void | terminate () |
![]() | |
virtual void | clear () |
bool | passwordMode () const |
void | rotateText (KCompletionBase::KeyBindingType type) |
void | setCompletedItems (const QStringList &items, bool autoSuggest=true) |
virtual void | setCompletedText (const QString &) |
void | setPasswordMode (bool b=true) |
virtual void | setReadOnly (bool) |
void | setSqueezedText (const QString &text) |
virtual void | setText (const QString &) |
Signals | |
void | done (Q3ListViewItem *, int) |
![]() | |
void | aboutToShowContextMenu (QMenu *menu) |
void | clearButtonClicked () |
void | completion (const QString &) |
void | completionBoxActivated (const QString &) |
void | completionModeChanged (KGlobalSettings::Completion) |
void | returnPressed (const QString &) |
void | substringCompletion (const QString &) |
void | textRotation (KCompletionBase::KeyBindingType) |
QT_MOC_COMPAT void | userTextChanged (const QString &) |
Public Member Functions | |
K3ListViewLineEdit (K3ListView *parent) | |
~K3ListViewLineEdit () | |
Q3ListViewItem * | currentItem () const |
![]() | |
KLineEdit (const QString &string, QWidget *parent=0) | |
KLineEdit (QWidget *parent=0) | |
virtual | ~KLineEdit () |
QSize | clearButtonUsedSize () const |
QString | clickMessage () const |
KCompletionBox * | completionBox (bool create=true) |
virtual void | copy () const |
void | doCompletion (const QString &txt) |
bool | isClearButtonShown () const |
bool | isContextMenuEnabled () const |
bool | isSqueezedTextEnabled () const |
QString | originalText () const |
void | setClearButtonShown (bool show) |
void | setClickMessage (const QString &msg) |
void | setCompletionBox (KCompletionBox *box) |
virtual void | setCompletionMode (KGlobalSettings::Completion mode) |
void | setCompletionModeDisabled (KGlobalSettings::Completion mode, bool disable=true) |
virtual void | setCompletionObject (KCompletion *, bool hsig=true) |
virtual void | setContextMenuEnabled (bool showMenu) |
void | setSqueezedTextEnabled (bool enable) |
void | setTrapReturnKey (bool trap) |
void | setUrl (const KUrl &url) |
void | setUrlDropsEnabled (bool enable) |
bool | trapReturnKey () const |
bool | urlDropsEnabled () const |
QString | userText () const |
![]() | |
KCompletionBase () | |
virtual | ~KCompletionBase () |
KGlobalSettings::Completion | completionMode () const |
KCompletion * | completionObject (bool hsig=true) |
KCompletion * | compObj () const |
bool | emitSignals () const |
KShortcut | getKeyBinding (KeyBindingType item) const |
bool | handleSignals () const |
bool | isCompletionObjectAutoDeleted () const |
void | setAutoDeleteCompletionObject (bool autoDelete) |
virtual void | setCompletedItems (const QStringList &items, bool autoSuggest=true)=0 |
virtual void | setCompletedText (const QString &text)=0 |
virtual void | setCompletionMode (KGlobalSettings::Completion mode) |
virtual void | setCompletionObject (KCompletion *compObj, bool hsig=true) |
void | setEnableSignals (bool enable) |
virtual void | setHandleSignals (bool handle) |
bool | setKeyBinding (KeyBindingType item, const KShortcut &key) |
void | useGlobalKeyBindings () |
Protected Slots | |
void | slotSelectionChanged () |
![]() | |
virtual void | makeCompletion (const QString &) |
void | userCancelled (const QString &cancelText) |
Protected Member Functions | |
virtual bool | event (QEvent *pe) |
virtual void | focusOutEvent (QFocusEvent *) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | paintEvent (QPaintEvent *e) |
void | selectNextCell (Q3ListViewItem *pi, int column, bool forward) |
void | terminate (bool commit) |
![]() | |
bool | autoSuggest () const |
virtual void | contextMenuEvent (QContextMenuEvent *) |
virtual void | create (WId=0, bool initializeWindow=true, bool destroyOldWindow=true) |
QMenu * | createStandardContextMenu () |
virtual void | dropEvent (QDropEvent *) |
virtual bool | event (QEvent *) |
virtual void | focusInEvent (QFocusEvent *ev) |
virtual void | focusOutEvent (QFocusEvent *ev) |
virtual void | keyPressEvent (QKeyEvent *) |
virtual void | mouseDoubleClickEvent (QMouseEvent *) |
virtual void | mousePressEvent (QMouseEvent *) |
virtual void | mouseReleaseEvent (QMouseEvent *) |
virtual void | paintEvent (QPaintEvent *ev) |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | setCompletedText (const QString &, bool) |
void | setUserSelection (bool userSelection) |
![]() | |
KCompletionBase * | delegate () const |
KeyBindingMap | getKeyBindings () const |
void | setDelegate (KCompletionBase *delegate) |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
int | col |
Q3ListViewItem * | item |
K3ListView *const | p |
Additional Inherited Members | |
![]() | |
typedef QMap< KeyBindingType, KShortcut > | KeyBindingMap |
enum | KeyBindingType |
![]() | |
NextCompletionMatch | |
PrevCompletionMatch | |
SubstringCompletion | |
TextCompletion | |
![]() | |
QString | clickMessage |
bool | contextMenuEnabled |
bool | passwordMode |
bool | showClearButton |
bool | squeezedTextEnabled |
bool | trapEnterKeyEvent |
bool | urlDropsEnabled |
Detailed Description
the editor for a K3ListView.
please don't use this.
Definition at line 29 of file k3listviewlineedit.h.
Constructor & Destructor Documentation
◆ K3ListViewLineEdit()
K3ListViewLineEdit::K3ListViewLineEdit | ( | K3ListView * | parent | ) |
Definition at line 184 of file k3listview.cpp.
◆ ~K3ListViewLineEdit()
K3ListViewLineEdit::~K3ListViewLineEdit | ( | ) |
Definition at line 192 of file k3listview.cpp.
Member Function Documentation
◆ currentItem()
Q3ListViewItem * K3ListViewLineEdit::currentItem | ( | ) | const |
Definition at line 196 of file k3listview.cpp.
◆ done
|
signal |
◆ event()
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 330 of file k3listview.cpp.
◆ focusOutEvent()
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 387 of file k3listview.cpp.
◆ keyPressEvent()
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 349 of file k3listview.cpp.
◆ load
|
slot |
Definition at line 201 of file k3listview.cpp.
◆ paintEvent()
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 397 of file k3listview.cpp.
◆ selectNextCell()
|
protected |
Definition at line 282 of file k3listview.cpp.
◆ slotSelectionChanged
|
protectedslot |
Definition at line 411 of file k3listview.cpp.
◆ terminate [1/2]
|
slot |
Definition at line 364 of file k3listview.cpp.
◆ terminate() [2/2]
|
protected |
Definition at line 369 of file k3listview.cpp.
Member Data Documentation
◆ col
|
protected |
Definition at line 53 of file k3listviewlineedit.h.
◆ item
|
protected |
Definition at line 52 of file k3listviewlineedit.h.
◆ p
|
protected |
Definition at line 54 of file k3listviewlineedit.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.