|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KIconViewSignals
Method Summary | |
---|---|
void |
doubleClicked(org.kde.qt.QIconViewItem item,
org.kde.qt.QPoint pos)
This signal gets emitted whenever the user double clicks into the iconview. |
void |
executed(org.kde.qt.QIconViewItem item)
This signal is emitted whenever the user executes an iconview item. |
void |
executed(org.kde.qt.QIconViewItem item,
org.kde.qt.QPoint pos)
This signal is emitted whenever the user executes an iconview item. |
void |
held(org.kde.qt.QIconViewItem item)
This signal is emitted whenever the user hold something on an iconview during a drag'n'drop. |
Method Detail |
---|
void executed(org.kde.qt.QIconViewItem item)
item
- is the pointer to the executed iconview item.
Note that you may not delete any QIconViewItem objects in slots
connected to this signal.void executed(org.kde.qt.QIconViewItem item, org.kde.qt.QPoint pos)
item
- is the pointer to the executed iconview item.pos
- is the position where the user has clicked
Note that you may not delete any QIconViewItem objects in slots
connected to this signal.void held(org.kde.qt.QIconViewItem item)
item
- is the pointer to the iconview item the hold event occur.
Note that you may not delete any QIconViewItem objects in slots
connected to this signal.void doubleClicked(org.kde.qt.QIconViewItem item, org.kde.qt.QPoint pos)
item
- is the pointer to the clicked iconview item.pos
- is the position where the user has clicked, and
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |