KDE3Support
k3listview.h
Go to the documentation of this file.
109 Single = Q3ListView::Single,
110 Multi = Q3ListView::Multi,
111 Extended = Q3ListView::Extended,
112 NoSelection = Q3ListView::NoSelection,
114 };
505 void moved(Q3PtrList<Q3ListViewItem> &items, Q3PtrList<Q3ListViewItem> &afterFirst, Q3PtrList<Q3ListViewItem> &afterNow);
This Widget extends the functionality of Q3ListView to honor the system wide settings for Single Clic...
Definition: k3listview.h:58
void executed(Q3ListViewItem *item, const QPoint &pos, int c)
This signal is emitted whenever the user executes an listview item.
virtual void takeItem(Q3ListViewItem *i)
Reimplemented for internal reasons.
Definition: k3listview.cpp:2122
void dropped(K3ListView *list, QDropEvent *e, Q3ListViewItem *after)
This signal gets emitted whenever something acceptable is dropped onto the listview.
void dropped(QDropEvent *e, Q3ListViewItem *parent, Q3ListViewItem *after)
This signal gets emitted whenever something acceptable is dropped onto the listview.
void itemRenamed(Q3ListViewItem *item, const QString &str, int col)
This signal gets emitted when an item is renamed via in-place renaming.
A listview item with support for alternate background colors.
Definition: k3listview.h:987
void menuShortCutPressed(K3ListView *list, Q3ListViewItem *item)
This signal is emitted when the shortcut key for popup-menus is pressed.
void executed(Q3ListViewItem *item)
This signal is emitted whenever the user executes an listview item.
void itemRemoved(Q3ListViewItem *item)
void moved(Q3ListViewItem *item, Q3ListViewItem *afterFirst, Q3ListViewItem *afterNow)
This signal is emitted when ever the user moves an item in the list via DnD.
void dropped(QDropEvent *e, Q3ListViewItem *after)
This signal gets emitted whenever something acceptable is dropped onto the listview.
int rename(const QString &in, const QString &out)
void itemAdded(Q3ListViewItem *item)
void dropped(K3ListView *list, QDropEvent *e, Q3ListViewItem *parent, Q3ListViewItem *after)
This signal gets emitted whenever something acceptable is dropped onto the listview.
void moved(Q3PtrList< Q3ListViewItem > &items, Q3PtrList< Q3ListViewItem > &afterFirst, Q3PtrList< Q3ListViewItem > &afterNow)
This signal is emitted after all the items have been moved.
void moved()
This signal is emitted when ever the user moves an item in the list via DnD.
void contextMenu(K3ListView *l, Q3ListViewItem *i, const QPoint &p)
This signal is emitted whenever a context-menu should be shown for item i.
void aboutToMove()
Connect to this signal if you want to do some preprocessing before a move is made,...
Tooltip
void itemRenamed(Q3ListViewItem *item)
Same as above, but without the extra information.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.