Qt:Документация 4.3.2/qcontextmenuevent-qt3

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Qt 3 Support Members for QContextMenuEvent

Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.



[править] Открытые функции


[править] Описание функций-членов

[править]
QContextMenuEvent::QContextMenuEvent ( Reason reason, const QPoint & pos, const QPoint & globalPos, int dummy )

Constructs a context menu event with the given reason for the position specified by pos in widget coordinates and globalPos in global screen coordinates. dummy is ignored.

[править]
QContextMenuEvent::QContextMenuEvent ( Reason reason, const QPoint & pos, int dummy )

Constructs a context menu event with the given reason for the position specified by pos in widget coordinates. dummy is ignored.

[править]
Qt::ButtonState QContextMenuEvent::state () const

Returns the button state (a combination of mouse buttons and keyboard modifiers) immediately before the event was generated.

The returned value is a selection of the following values, combined with the OR operator: Qt::LeftButton, Qt::RightButton, Qt::MidButton, Qt::ShiftButton, Qt::ControlButton, and Qt::AltButton.



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2