org.kde.koala
Interface KFileTreeBranchSignals


public interface KFileTreeBranchSignals


Method Summary
 void directoryChildCount(KFileTreeViewItem item, int count)
          emitted with the exact count of children for a directory.
 void populateFinished(KFileTreeViewItem arg1)
          emitted with the item of a directory which was finished to populate
 

Method Detail

populateFinished

void populateFinished(KFileTreeViewItem arg1)
emitted with the item of a directory which was finished to populate


directoryChildCount

void directoryChildCount(KFileTreeViewItem item,
                         int count)
emitted with the exact count of children for a directory.