From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qcontextmenuevent.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/qcontextmenuevent.html') diff --git a/doc/html/qcontextmenuevent.html b/doc/html/qcontextmenuevent.html index 509cdc37f..9bf3fd177 100644 --- a/doc/html/qcontextmenuevent.html +++ b/doc/html/qcontextmenuevent.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }

The TQContextMenuEvent class contains parameters that describe a context menu event. More... -

#include <qevent.h> -

Inherits TQEvent. +

#include <ntqevent.h> +

Inherits TQEvent.

List of all member functions.

Public Members


Member Function Documentation

-

TQContextMenuEvent::TQContextMenuEvent ( Reason reason, const TQPoint & pos, const TQPoint & globalPos, int state ) +

TQContextMenuEvent::TQContextMenuEvent ( Reason reason, const TQPoint & pos, const TQPoint & globalPos, int state )

Constructs a context menu event object with the accept parameter @@ -97,7 +97,7 @@ flag set to FALSE. receiving widget. globalPos is the mouse position in absolute coordinates. state is the ButtonState at the time of the event. -

TQContextMenuEvent::TQContextMenuEvent ( Reason reason, const TQPoint & pos, int state ) +

TQContextMenuEvent::TQContextMenuEvent ( Reason reason, const TQPoint & pos, int state )

Constructs a context menu event object with the accept parameter @@ -106,7 +106,7 @@ flag set to FALSE.

The pos parameter specifies the mouse position relative to the receiving widget. state is the ButtonState at the time of the event. -

The globalPos() is initialized to TQCursor::pos(), which may not be +

The globalPos() is initialized to TQCursor::pos(), which may not be appropriate. Use the other constructor to specify the global position explicitly. @@ -130,7 +130,7 @@ parent classes.)

The consumed flag is not set by default.

See also ignore() and accept(). -

const TQPoint & TQContextMenuEvent::globalPos () const +

const TQPoint & TQContextMenuEvent::globalPos () const

Returns the global position of the mouse pointer at the time of @@ -175,7 +175,7 @@ returns FALSE. receiver has blocked the event; otherwise returns FALSE.

See also accept(), ignore(), and consume(). -

const TQPoint & TQContextMenuEvent::pos () const +

const TQPoint & TQContextMenuEvent::pos () const

Returns the position of the mouse pointer relative to the widget @@ -187,14 +187,14 @@ that received the event.

Returns the reason for this context event. -

ButtonState TQContextMenuEvent::state () const +

ButtonState TQContextMenuEvent::state () const

Returns the button state (a combination of mouse buttons and keyboard modifiers), i.e. what buttons and keys were being pressed immediately before the event was generated. -

The returned value is LeftButton, RightButton, MidButton, -ShiftButton, ControlButton and AltButton OR'ed together. +

The returned value is LeftButton, RightButton, MidButton, +ShiftButton, ControlButton and AltButton OR'ed together.

int TQContextMenuEvent::x () const

-- cgit v1.2.1