summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURLLabelSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KURLLabelSignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/KURLLabelSignals.java70
1 files changed, 70 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/KURLLabelSignals.java b/kdejava/koala/org/kde/koala/KURLLabelSignals.java
new file mode 100644
index 00000000..2d4d05b0
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/KURLLabelSignals.java
@@ -0,0 +1,70 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.kde.koala;
+
+import org.kde.qt.QColor;
+import org.kde.qt.QFont;
+import org.kde.qt.QMetaObject;
+import org.kde.qt.QtSupport;
+import org.kde.qt.QPixmap;
+import org.kde.qt.QMouseEvent;
+import org.kde.qt.QCursor;
+import org.kde.qt.QEvent;
+import org.kde.qt.QWidget;
+
+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();
+}