summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFileViewSignalerSignals.java
blob: a8297700af472542632cd94eed84bee962bd7964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//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.QPoint;
import java.util.ArrayList;
import org.kde.qt.QDropEvent;

public interface KFileViewSignalerSignals {
	void dirActivated(KFileItem arg1);
	void sortingChanged(int arg1);
	/**	
		 the item maybe be null, indicating that we're in multiselection mode and
		 the selection has changed.
		     		@short    the item maybe be 0L, indicating that we're in multiselection mode and  the selection has changed.
	*/
	void fileHighlighted(KFileItem arg1);
	void fileSelected(KFileItem arg1);
	void activatedMenu(KFileItem i, QPoint arg2);
	void dropped(KFileItem arg1, QDropEvent arg2, ArrayList arg3);
}