class KIconView

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

Definition#include <kiconview.h>
InheritsQIconView (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Signals

Protected Methods

Protected Slots


Detailed Description

This Widget extends the functionality of QIconView 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 QIconView::clicked() or QIconView::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 QIconView::selectionChanged() signal.

 KIconView ( QWidget *parent = 0, const char *name = 0, WFlags f = 0 )

KIconView

 ~KIconView ()

~KIconView

enum Mode { Execute, Select }

Mode

KIconView has two different operating modes. Execute mode is depending on the configuration of single-click or double-click where the signal executed() will be emitted upon click/double-click. In Select mode, this signal will not be emitted.

Default is Execute mode.

void  setMode ( Mode m )

setMode

Sets the mode to Execute or Select.

Default is Execute.

Mode  mode ()

mode

[const]

Returns: the current Mode, either Execute or Select.

void  setFont ( const QFont & )

setFont

[virtual]

Reimplemented for internal purposes

void  executed ( QIconViewItem *item )

executed

[signal]

This signal is emitted whenever the user executes an iconview 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 QIconViewItem objects in slots connected to this signal.

Parameters:
itemis the pointer to the executed iconview item.

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

executed

[signal]

This signal is emitted whenever the user executes an iconview 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 QIconViewItem objects in slots connected to this signal.

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

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

doubleClicked

[signal]

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

Note that you may not delete any QIconViewItem 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:
itemis the pointer to the clicked iconview item.
posis the position where the user has clicked, and

void  slotOnItem ( QIconViewItem *item )

slotOnItem

[protected slots slot]

void  slotOnViewport ()

slotOnViewport

[protected slots slot]

void  slotSettingsChanged (int)

slotSettingsChanged

[protected slots slot]

void  slotAutoSelect ()

slotAutoSelect

[protected slots slot]

Auto selection happend.

void  emitExecute ( QIconViewItem *item, const QPoint &pos )

emitExecute

[protected]

void  focusOutEvent ( QFocusEvent *fe )

focusOutEvent

[protected virtual]

void  leaveEvent ( QEvent *e )

leaveEvent

[protected virtual]

void  contentsMousePressEvent ( QMouseEvent *e )

contentsMousePressEvent

[protected virtual]

void  contentsMouseDoubleClickEvent ( QMouseEvent * e )

contentsMouseDoubleClickEvent

[protected virtual]

void  contentsMouseReleaseEvent ( QMouseEvent *e )

contentsMouseReleaseEvent

[protected virtual]

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]


Generated by: dfaure on faure on Tue Apr 16 08:49:25 2002, using kdoc 2.0a53.