Qt:Документация 4.3.2/qwhatsthisclickedevent
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] QWhatsThisClickedEvent Class Reference
[модуль QtGui ]
The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text. Далее...
#include <QWhatsThisClickedEvent>
Inherits QEvent.
[править] Открытые функции
- QWhatsThisClickedEvent ( const QString & href )
- QString href () const
- 6 public functions inherited from QEvent
[править] Дополнительные унаследованные члены
- 1 property inherited from 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.
[править] Описание функций-членов
[править] 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.
See also href().
[править] QString QWhatsThisClickedEvent::href () const
Returns the URL that was clicked by the user in the "What's This?" text.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|