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) ) {
virtual void contentsMouseDoubleClickEvent(QMouseEvent *e)
Definition: k3listbox.cpp:239
virtual void contentsMousePressEvent(QMouseEvent *e)
Definition: k3listbox.cpp:225
K3ListBox(QWidget *parent=0, const char *name=0, Qt::WindowFlags f=0)
Definition: k3listbox.cpp:29
void executed(Q3ListBoxItem *item)
Emitted whenever the user executes an listbox item.
void emitExecute(Q3ListBoxItem *item, const QPoint &pos)
Definition: k3listbox.cpp:175
void doubleClicked(Q3ListBoxItem *item, const QPoint &pos)
This signal gets emitted whenever the user double clicks into the listbox.
static bool singleClick()
static int autoSelectDelay()
static KGlobalSettings * self()
static bool changeCursorOverIcon()
SETTINGS_MOUSE
#define kDebug
int timeout
const char * name(StandardAction id)
This file is part of the KDE documentation.
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
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.