|
|
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.
|
~ |
enum |
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 |
Sets the mode to Execute or Select.
Default is Execute.
Mode |
[const]
Returns: the current Mode, either Execute or Select.
int |
[const]
Returns the index of @param item or -1 if @param item doesn't exist in this icon view.
void |
[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:
void |
[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:
void |
[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:
void |
[protected slot]
void |
[protected slot]
void |
[protected slot]
void |
[protected slot]
Auto selection happend.
void |
[protected]
void |
[protected virtual]
void |
[protected virtual]
void |
[protected virtual]
void |
[protected virtual]
void |
[protected virtual]
QCursor |
[protected]
bool |
[protected]
bool |
[protected]
QIconViewItem* |
[protected]
QTimer* |
[protected]
int |
[protected]
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:26 2000, using kdoc 2.0a40. |