You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java

21 lines
728 B

//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);
}