summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/KFileViewSignalerSignals.java
blob: 6aca7fd7c24eb31e21cb42e8ea7354bc4459ecfc (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.trinitydesktop.koala;

import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQPoint;
import java.util.ArrayList;
import org.trinitydesktop.qt.TQDropEvent;

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, TQPoint arg2);
	void dropped(KFileItem arg1, TQDropEvent arg2, ArrayList arg3);
}