org.kde.koala
public class KFileTreeViewItem extends KListViewItem
UNKNOWN: An item for a KFileTreeView that knows about its own KFileItem.
Constructor Summary | |
---|---|
protected | KFileTreeViewItem(Class dummy) |
KFileTreeViewItem(KFileTreeViewItem arg1, KFileItem arg2, KFileTreeBranch arg3) | |
KFileTreeViewItem(KFileTreeView arg1, KFileItem arg2, KFileTreeBranch arg3) |
Method Summary | |
---|---|
boolean | alreadyListed() |
KFileTreeBranch | branch() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
KFileItem | fileItem() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDir() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
String | path() |
void | setListed(boolean wasListed)
set the flag if the directory was already listed. |
KURL | url() |
Returns: if this directory was already seen by a KDirLister.
UNKNOWN:
Returns: the KFileTreeBranch the item is sorted in.
UNKNOWN:
Returns: the KFileItem the viewitem is representing.
UNKNOWN:
Returns: if the item represents a directory
UNKNOWN:
Returns: the path of the item.
UNKNOWN:
UNKNOWN: set the flag if the directory was already listed.
Returns: the items KURL
UNKNOWN: