KDE3Support
#include <k3listviewlineedit.h>

Public Slots | |
| void | load (Q3ListViewItem *i, int c) |
| void | terminate () |
Public Slots inherited from KLineEdit | |
| 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) |
Signals inherited from KLineEdit | |
| 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 &) |
Protected Slots | |
| void | slotSelectionChanged () |
Protected Slots inherited from KLineEdit | |
| 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) |
Protected Member Functions inherited from KLineEdit | |
| 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 void | focusInEvent (QFocusEvent *ev) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *) |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | setCompletedText (const QString &, bool) |
| void | setUserSelection (bool userSelection) |
Protected Attributes | |
| int | col |
| Q3ListViewItem * | item |
| K3ListView *const | p |
Additional Inherited Members | |
Properties inherited from KLineEdit | |
| 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 | ( | K3ListView * | parent | ) |
Definition at line 184 of file k3listview.cpp.
| K3ListViewLineEdit::~K3ListViewLineEdit | ( | ) |
Definition at line 192 of file k3listview.cpp.
Member Function Documentation
| Q3ListViewItem * K3ListViewLineEdit::currentItem | ( | ) | const |
Definition at line 196 of file k3listview.cpp.
|
signal |
Reimplemented from KLineEdit.
Definition at line 330 of file k3listview.cpp.
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 387 of file k3listview.cpp.
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 349 of file k3listview.cpp.
|
slot |
Definition at line 201 of file k3listview.cpp.
|
protectedvirtual |
Reimplemented from KLineEdit.
Definition at line 397 of file k3listview.cpp.
|
protected |
Definition at line 282 of file k3listview.cpp.
|
protectedslot |
Definition at line 411 of file k3listview.cpp.
|
slot |
Definition at line 364 of file k3listview.cpp.
|
protected |
Definition at line 369 of file k3listview.cpp.
Member Data Documentation
|
protected |
Definition at line 53 of file k3listviewlineedit.h.
|
protected |
Definition at line 52 of file k3listviewlineedit.h.
|
protected |
Definition at line 54 of file k3listviewlineedit.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from