summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java b/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java
new file mode 100644
index 00000000..5cc86082
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java
@@ -0,0 +1,20 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.kde.koala;
+
+import org.kde.qt.QMetaObject;
+import org.kde.qt.QtSupport;
+import org.kde.qt.QPixmap;
+
+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);
+}