You can not 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/KTextBrowserSignals.java

30 lines
1018 B

//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.QPopupMenu;
import org.kde.qt.QPoint;
import org.kde.qt.QMouseEvent;
import org.kde.qt.QKeyEvent;
import org.kde.qt.QWidget;
import org.kde.qt.QWheelEvent;
public interface KTextBrowserSignals {
/**
Emitted when a mail link has been activated and the widget has
been configured to emit the signal.
@param name The destination name. It is null at the moment.
@param address The destination address.
@short Emitted when a mail link has been activated and the widget has been configured to emit the signal.
*/
void mailClick(String name, String address);
/**
Emitted if mailClick() is not emitted and the widget has been
configured to emit the signal.
@param url The destination address.
@short Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
*/
void urlClick(String url);
}