#include <qevent.h>
Inheritance diagram for QWhatsThisClickedEvent:


Definition at line 577 of file qevent.h.
Public Member Functions | |
| QWhatsThisClickedEvent (const QString &href) | |
| ~QWhatsThisClickedEvent () | |
| QString | href () const |
Private Attributes | |
| QString | s |
| QWhatsThisClickedEvent::QWhatsThisClickedEvent | ( | const QString & | href | ) |
Constructs an event containing a URL specified by href when a link is clicked in a "What's This?" message.
Definition at line 2695 of file qevent.cpp.
02696 : QEvent(WhatsThisClicked), s(href) 02697 {}
| QWhatsThisClickedEvent::~QWhatsThisClickedEvent | ( | ) |
| QString QWhatsThisClickedEvent::href | ( | ) | const [inline] |
QString QWhatsThisClickedEvent::s [private] |
1.5.1