//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPixmap; public interface KFileTreeBranchSignals { /** emitted with the item of a directory which was finished to populate @short emitted with the item of a directory which was finished to populate */ void populateFinished(KFileTreeViewItem arg1); // void newTreeViewItems(KFileTreeBranch* arg1,const KFileTreeViewItemList& arg2); >>>> NOT CONVERTED /** emitted with the exact count of children for a directory. @short emitted with the exact count of children for a directory. */ void directoryChildCount(KFileTreeViewItem item, int count); }