summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java
blob: 79c8d27e36534967c97955ad9374300ad35a41de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//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);
}