class KListBox

A variant of QListBox that honors KDE's system-wide settings. More...

Definition#include <klistbox.h>
InheritsQListBox (qt)
Inherited byIconListBox, KCompletionBox
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods

Protected Slots

Protected Members


Detailed Description

Extends the functionality of QListBox to honor the system wide settings for Single Click/Double Click mode, Auto Selection and Change Cursor over Link.

There is a new signal executed(). It gets connected to either QListBox::clicked() or QListBox::doubleClicked() depending on the KDE wide Single Click/Double Click settings. It is strongly recomended that you use this signal instead of the above mentioned. This way you donīt need to care about the current settings. If you want to get informed when the user selects something connect to the QListBox::selectionChanged() signal.

void  executed ( QListBoxItem *item )

[signal]

Emitted whenever the user executes an listbox item.

That means depending on the KDE wide Single Click/Double Click setting the user clicked or double clicked on that item.

Note that you may not delete any QListBoxItem objects in slots connected to this signal.

Parameters:
itemis the pointer to the executed listbox item.

void  executed ( QListBoxItem *item, const QPoint &pos )

[signal]

Emitted whenever the user executes an listbox item.

That means depending on the KDE wide Single Click/Double Click setting the user clicked or double clicked on that item.

Note that you may not delete any QListBoxItem objects in slots connected to this signal.

Parameters:
itemis the pointer to the executed listbox item.
posis the position where the user has clicked

void  doubleClicked ( QListBoxItem *item, const QPoint &pos )

[signal]

This signal gets emitted whenever the user double clicks into the listbox.

Note that you may not delete any QListBoxItem objects in slots connected to this signal.

This signal is more or less here for the sake of completeness. You should normally not need to use this. In most cases itīs better to use executed() instead.

Parameters:
itemThe pointer to the clicked listbox item.
posThe position where the user has clicked.

void  slotAutoSelect ()

[protected slot]

Auto selection happend.

void  keyPressEvent (QKeyEvent *e)

[protected virtual]

@reimplemented

Reimplemented from QListBox

void  focusOutEvent ( QFocusEvent *fe )

[protected virtual]

@reimplemented

Reimplemented from QListBox

void  leaveEvent ( QEvent *e )

[protected virtual]

@reimplemented

Reimplemented from QWidget

void  contentsMousePressEvent ( QMouseEvent *e )

[protected virtual]

@reimplemented

Reimplemented from QScrollView

void  contentsMouseDoubleClickEvent ( QMouseEvent *e )

[protected virtual]

@reimplemented

Reimplemented from QScrollView


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:29:58 2001, using kdoc 2.0a35.