diff options
Diffstat (limited to 'doc/html/qcontextmenuevent.html')
-rw-r--r-- | doc/html/qcontextmenuevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qcontextmenuevent.html b/doc/html/qcontextmenuevent.html index b700b9e94..2f84bbea8 100644 --- a/doc/html/qcontextmenuevent.html +++ b/doc/html/qcontextmenuevent.html @@ -87,7 +87,7 @@ Windows this means the menu button was pressed. the mouse or keyboard). </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQContextMenuEvent"></a>TQContextMenuEvent::TQContextMenuEvent ( <a href="qcontextmenuevent.html#Reason-enum">Reason</a> reason, const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & globalPos, int state ) +<h3 class=fn><a name="TQContextMenuEvent"></a>TQContextMenuEvent::TQContextMenuEvent ( <a href="qcontextmenuevent.html#Reason-enum">Reason</a> reason, const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & globalPos, int state ) </h3> <p> Constructs a context menu event object with the accept parameter @@ -97,7 +97,7 @@ flag set to FALSE. receiving widget. <em>globalPos</em> is the mouse position in absolute coordinates. <em>state</em> is the ButtonState at the time of the event. -<h3 class=fn><a name="TQContextMenuEvent-2"></a>TQContextMenuEvent::TQContextMenuEvent ( <a href="qcontextmenuevent.html#Reason-enum">Reason</a> reason, const <a href="ntqpoint.html">TQPoint</a> & pos, int state ) +<h3 class=fn><a name="TQContextMenuEvent-2"></a>TQContextMenuEvent::TQContextMenuEvent ( <a href="qcontextmenuevent.html#Reason-enum">Reason</a> reason, const <a href="tqpoint.html">TQPoint</a> & pos, int state ) </h3> <p> Constructs a context menu event object with the accept parameter @@ -130,7 +130,7 @@ parent classes.) <p> The consumed flag is not set by default. <p> <p>See also <a href="#ignore">ignore</a>() and <a href="#accept">accept</a>(). -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQContextMenuEvent::globalPos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQContextMenuEvent::globalPos () const </h3> <p> 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. <p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>(). -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQContextMenuEvent::pos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="pos"></a>TQContextMenuEvent::pos () const </h3> <p> Returns the position of the mouse pointer relative to the widget |