KDE3Support
k3listbox.cpp
Go to the documentation of this file.
37 connect( KGlobalSettings::self(), SIGNAL(settingsChanged(int)), SLOT(slotSettingsChanged(int)) );
182 if( !( m_bUseSingle && ((keybstate & Qt::ShiftModifier) || (keybstate & Qt::ControlModifier)) ) ) {
227 if( (selectionMode() == Extended) && (e->modifiers() & Qt::ShiftModifier) && !(e->modifiers() & Qt::ControlModifier) ) {
static bool singleClick()
int timeout
K3ListBox(QWidget *parent=0, const char *name=0, Qt::WindowFlags f=0)
Definition: k3listbox.cpp:29
virtual void contentsMousePressEvent(QMouseEvent *e)
Definition: k3listbox.cpp:225
static KGlobalSettings * self()
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void executed(Q3ListBoxItem *item)
Emitted whenever the user executes an listbox item.
virtual void contentsMouseDoubleClickEvent(QMouseEvent *e)
Definition: k3listbox.cpp:239
static bool changeCursorOverIcon()
void doubleClicked(Q3ListBoxItem *item, const QPoint &pos)
This signal gets emitted whenever the user double clicks into the listbox.
static int autoSelectDelay()
void emitExecute(Q3ListBoxItem *item, const QPoint &pos)
Definition: k3listbox.cpp:175
This file is part of the KDE documentation.
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
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.