//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQColor; import org.kde.qt.TQFont; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPixmap; import org.kde.qt.TQMouseEvent; import org.kde.qt.TQCursor; import org.kde.qt.TQEvent; import org.kde.qt.TQWidget; public interface KURLLabelSignals { /** Emitted when the mouse has passed over the label. @param url The URL for this label. @short Emitted when the mouse has passed over the label. */ void enteredURL(String url); /** Emitted when the mouse has passed over the label. @short Emitted when the mouse has passed over the label. */ void enteredURL(); /** Emitted when the mouse is no longer over the label. @param url The URL for this label. @short Emitted when the mouse is no longer over the label. */ void leftURL(String url); /** Emitted when the mouse is no longer over the label. @short Emitted when the mouse is no longer over the label. */ void leftURL(); /** Emitted when the user clicked the left mouse button on this label. @param url The URL for this label. @short Emitted when the user clicked the left mouse button on this label. */ void leftClickedURL(String url); /** Emitted when the user clicked the left mouse button on this label. @short Emitted when the user clicked the left mouse button on this label. */ void leftClickedURL(); /** Emitted when the user clicked the right mouse button on this label. @param url The URL for this label. @short Emitted when the user clicked the right mouse button on this label. */ void rightClickedURL(String url); /** Emitted when the user clicked the right mouse button on this label. @short Emitted when the user clicked the right mouse button on this label. */ void rightClickedURL(); /** Emitted when the user clicked the middle mouse button on this label. @param url The URL for this label. @short Emitted when the user clicked the middle mouse button on this label. */ void middleClickedURL(String url); /** Emitted when the user clicked the left mouse button on this label. @short Emitted when the user clicked the left mouse button on this label. */ void middleClickedURL(); }