summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURLLabelSignals.java
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit90825e2392b2d70e43c7a25b8a3752299a933894 (patch)
treee33aa27f02b74604afbfd0ea4f1cfca8833d882a /kdejava/koala/org/kde/koala/KURLLabelSignals.java
downloadtdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz
tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();
+}