diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcontextmenuevent.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcontextmenuevent.html')
-rw-r--r-- | doc/html/qcontextmenuevent.html | 24 |
1 files changed, 12 insertions, 12 deletions
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; } <p>The TQContextMenuEvent class contains parameters that describe a context menu event. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qcontextmenuevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -64,13 +64,13 @@ The TQContextMenuEvent class contains parameters that describe a context menu ev context menu. What triggers this is platform dependent. For example, on Windows, pressing the menu button or releasing the right mouse button will cause this event to be sent. -<p> When this event occurs it is customary to show a <a href="qpopupmenu.html">TQPopupMenu</a> with a +<p> When this event occurs it is customary to show a <a href="ntqpopupmenu.html">TQPopupMenu</a> with a context menu, if this is relevant to the context. <p> Context menu events contain a special accept flag that indicates whether the receiver accepted the event. If the event handler does not accept the event, then whatever triggered the event will be handled as a regular input event if possible. -<p> <p>See also <a href="qpopupmenu.html">TQPopupMenu</a> and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="ntqpopupmenu.html">TQPopupMenu</a> and <a href="events.html">Event Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Reason-enum"></a>TQContextMenuEvent::Reason</h3> @@ -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="qpoint.html">TQPoint</a> & pos, const <a href="qpoint.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="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.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="qpoint.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="ntqpoint.html">TQPoint</a> & pos, int state ) </h3> <p> Constructs a context menu event object with the accept parameter @@ -106,7 +106,7 @@ flag set to FALSE. <p> The <em>pos</em> parameter specifies the mouse position relative to the receiving widget. <em>state</em> is the ButtonState at the time of the event. -<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="qcursor.html#pos">TQCursor::pos</a>(), which may not be +<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="ntqcursor.html#pos">TQCursor::pos</a>(), which may not be appropriate. Use the other constructor to specify the global position explicitly. @@ -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="qpoint.html">TQPoint</a> & <a name="globalPos"></a>TQContextMenuEvent::globalPos () const +<h3 class=fn>const <a href="ntqpoint.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="qpoint.html">TQPoint</a> & <a name="pos"></a>TQContextMenuEvent::pos () const +<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQContextMenuEvent::pos () const </h3> <p> Returns the position of the mouse pointer relative to the widget @@ -187,14 +187,14 @@ that received the event. <p> Returns the reason for this context event. -<h3 class=fn><a href="qt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQContextMenuEvent::state () const +<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQContextMenuEvent::state () const </h3> <p> 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. -<p> The returned value is <a href="qt.html#ButtonState-enum">LeftButton</a>, <a href="qt.html#ButtonState-enum">RightButton</a>, <a href="qt.html#ButtonState-enum">MidButton</a>, -<a href="qt.html#ButtonState-enum">ShiftButton</a>, <a href="qt.html#ButtonState-enum">ControlButton</a> and <a href="qt.html#ButtonState-enum">AltButton</a> OR'ed together. +<p> The returned value is <a href="ntqt.html#ButtonState-enum">LeftButton</a>, <a href="ntqt.html#ButtonState-enum">RightButton</a>, <a href="ntqt.html#ButtonState-enum">MidButton</a>, +<a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a> and <a href="ntqt.html#ButtonState-enum">AltButton</a> OR'ed together. <h3 class=fn>int <a name="x"></a>TQContextMenuEvent::x () const </h3> |