summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/KFileTreeBranchSignals.java
blob: 237d156e5ab478e7436acd4a79bf8813c4ddcaed (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.trinitydesktop.koala;

import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.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);
}