You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KFileViewSignalerSignals.java

23 lines
751 B
Java

//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.TQPoint;
import java.util.ArrayList;
import org.kde.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);
}