org.kde.koala

Class KFileIconViewItem

public class KFileIconViewItem extends KIconViewItem

An item for the iconview, that has a reference to its corresponding KFileItem.

UNKNOWN: An item for the iconview, that has a reference to its corresponding KFileItem.

Constructor Summary
protected KFileIconViewItem(Class dummy)
KFileIconViewItem(QIconView parent, String text, QPixmap pixmap, KFileItem fi)
KFileIconViewItem(QIconView parent, KFileItem fi)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
KFileItemfileInfo()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KFileIconViewItem

protected KFileIconViewItem(Class dummy)

KFileIconViewItem

public KFileIconViewItem(QIconView parent, String text, QPixmap pixmap, KFileItem fi)

KFileIconViewItem

public KFileIconViewItem(QIconView parent, KFileItem fi)

UNKNOWN:

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

fileInfo

public KFileItem fileInfo()

Returns: the corresponding KFileItem

UNKNOWN:

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?