org.kde.koala
public class KFileListViewItem extends KListViewItem
UNKNOWN: An item for the listiew, that has a reference to its corresponding KFileItem.
| Constructor Summary | |
|---|---|
| protected | KFileListViewItem(Class dummy) |
| KFileListViewItem(QListView parent, String text, QPixmap icon, KFileItem fi) | |
| KFileListViewItem(QListView parent, KFileItem fi) | |
| KFileListViewItem(QListView parent, String text, QPixmap icon, KFileItem fi, QListViewItem after) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| KFileItem | fileInfo() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | init() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| String | key(int arg1, boolean arg2) |
| QRect | rect() |
| void | setKey(String key) |
UNKNOWN:
Returns: the corresponding KFileItem
UNKNOWN:
UNKNOWN: