org.kde.koala
public class KIconView extends QIconView
UNKNOWN: A variant of QIconView that honors KDE's system-wide settings.
Field Summary | |
---|---|
static int | Execute
KIconView has two different operating modes. |
static int | Select |
Constructor Summary | |
---|---|
protected | KIconView(Class dummy) |
KIconView(QWidget parent, String name, int f) | |
KIconView(QWidget parent, String name) | |
KIconView(QWidget parent) | |
KIconView() |
Method Summary | |
---|---|
protected void | cancelPendingHeldSignal()
This method allows to handle correctly cases where a subclass
needs the held() signal to not be triggered without calling
a KIconView.contentsDragEvent() method (which have side effects
because they forward to QIconView). |
String | className() |
protected void | contentsDragEnterEvent(QDragEnterEvent e) |
protected void | contentsDragLeaveEvent(QDragLeaveEvent e) |
protected void | contentsDragMoveEvent(QDragMoveEvent e) |
protected void | contentsDropEvent(QDropEvent e) |
protected void | contentsMouseDoubleClickEvent(QMouseEvent e) |
protected void | contentsMousePressEvent(QMouseEvent e) |
protected void | contentsMouseReleaseEvent(QMouseEvent e) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | emitExecute(QIconViewItem item, QPoint pos) |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusOutEvent(QFocusEvent fe) |
int | iconTextHeight() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | leaveEvent(QEvent e) |
QMetaObject | metaObject() |
int | mode() |
void | setFont(QFont arg1)
Reimplemented for internal purposes |
void | setIconTextHeight(int n)
Set the maximum number of lines that will be used to display icon text.
|
void | setMode(int m)
Sets the mode to Execute or Select.
|
protected void | slotAutoSelect()
Auto selection happend. |
protected void | slotOnItem(QIconViewItem item) |
protected void | slotOnViewport() |
protected void | slotSettingsChanged(int arg1) |
void | takeItem(QIconViewItem item)
Reimplemented for held() signal behavior internal purposes |
protected void | updateDragHoldItem(QDropEvent e) |
protected void | wheelEvent(QWheelEvent e) |
UNKNOWN: KIconView has two different operating modes.
UNKNOWN: This method allows to handle correctly cases where a subclass needs the held() signal to not be triggered without calling a KIconView.contentsDrag Event() method (which have side effects because they forward to QIconView).
Returns: The height of icon text in lines
UNKNOWN:
Returns: the current Mode, either Execute or Select.
UNKNOWN:
UNKNOWN: Reimplemented for internal purposes
Parameters: n Number of lines
UNKNOWN: Set the maximum number of lines that will be used to display icon text.
UNKNOWN: Sets the mode to Execute or Select.
UNKNOWN: Auto selection happend.
UNKNOWN: Reimplemented for held() signal behavior internal purposes