45 TQ_PROPERTY(
bool notifyClick READ isNotifyClick WRITE setNotifyClick )
56 bool notifyClick=
false );
69 void setNotifyClick(
bool notifyClick );
74 bool isNotifyClick()
const;
81 void setSource(
const TQString& name);
86 virtual void keyPressEvent(TQKeyEvent *e);
91 virtual void viewportMouseMoveEvent( TQMouseEvent* e);
96 virtual void contentsWheelEvent( TQWheelEvent *e );
103 virtual TQPopupMenu *createPopupMenu(
const TQPoint &pos );
113 void mailClick(
const TQString &name,
const TQString &address );
127 virtual void virtual_hook(
int id,
void* data );
129 class KTextBrowserPrivate;
130 KTextBrowserPrivate *d;
void urlClick(const TQString &url)
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
void mailClick(const TQString &name, const TQString &address)
Emitted when a mail link has been activated and the widget has been configured to emit the signal.