com.trolltech.qt.gui
Class QWhatsThisClickedEvent
java.lang.Object
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QEvent
com.trolltech.qt.gui.QWhatsThisClickedEvent
- All Implemented Interfaces:
- QtJambiInterface
public class QWhatsThisClickedEvent
- extends QEvent
The QWhatsThisClickedEvent
class provides an event that can be used to handle hyperlinks in a "What's This?" text.
See also:
QWhatsThis
, QHelpEvent
, and QStatusTipEvent
.
Nested classes/interfaces inherited from class com.trolltech.qt.core.QEvent |
QEvent.Type |
Constructor Summary |
QWhatsThisClickedEvent(java.lang.String href)
Constructs an event containing a URL specified by href when a link is clicked in a "What's This?" message. |
Method Summary |
static QWhatsThisClickedEvent |
fromNativePointer(QNativePointer nativePointer)
This method returns the QWhatsThisClickedEvent instance pointed to by nativePointer. |
java.lang.String |
href()
Returns the URL that was clicked by the user in the "What's This?" text. |
java.lang.String |
toString()
Returns a string representation of the this QWhatsThisClickedEvent. |
Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QWhatsThisClickedEvent
public QWhatsThisClickedEvent(java.lang.String href)
- Constructs an event containing a URL specified by href when a link is clicked in a "What's This?" message.
- See also:
href()
.
href
public final java.lang.String href()
- Returns the URL that was clicked by the user in the "What's This?" text.
fromNativePointer
public static QWhatsThisClickedEvent fromNativePointer(QNativePointer nativePointer)
- This method returns the QWhatsThisClickedEvent instance pointed to by nativePointer.
toString
public java.lang.String toString()
- Returns a string representation of the this QWhatsThisClickedEvent.
- Overrides:
toString
in class QEvent