diff options
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r-- | doc/html/tqevent.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index f0513e1ce..5731d2477 100644 --- a/doc/html/tqevent.html +++ b/doc/html/tqevent.html @@ -36,7 +36,7 @@ event classes. Event objects contain event parameters. <a href="#details">More...</a> <p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="tqfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="tqhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="tqimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>. +<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="tqmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="tqfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="tqmoveevent.html">TQMoveEvent</a>, <a href="tqresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="tqhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="tqimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>. <p><a href="tqevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -81,10 +81,10 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::None</tt> - Not an event. <li><tt>TQEvent::Accessibility</tt> - Accessibility information is requested <li><tt>TQEvent::Timer</tt> - Regular timer events, <a href="tqtimerevent.html">TQTimerEvent</a>. -<li><tt>TQEvent::MouseButtonPress</tt> - Mouse press, <a href="qmouseevent.html">TQMouseEvent</a>. -<li><tt>TQEvent::MouseButtonRelease</tt> - Mouse release, <a href="qmouseevent.html">TQMouseEvent</a>. -<li><tt>TQEvent::MouseButtonDblClick</tt> - Mouse press again, <a href="qmouseevent.html">TQMouseEvent</a>. -<li><tt>TQEvent::MouseMove</tt> - Mouse move, <a href="qmouseevent.html">TQMouseEvent</a>. +<li><tt>TQEvent::MouseButtonPress</tt> - Mouse press, <a href="tqmouseevent.html">TQMouseEvent</a>. +<li><tt>TQEvent::MouseButtonRelease</tt> - Mouse release, <a href="tqmouseevent.html">TQMouseEvent</a>. +<li><tt>TQEvent::MouseButtonDblClick</tt> - Mouse press again, <a href="tqmouseevent.html">TQMouseEvent</a>. +<li><tt>TQEvent::MouseMove</tt> - Mouse move, <a href="tqmouseevent.html">TQMouseEvent</a>. <li><tt>TQEvent::KeyPress</tt> - Key press (including Shift, for example), <a href="tqkeyevent.html">TQKeyEvent</a>. <li><tt>TQEvent::KeyRelease</tt> - Key release, <a href="tqkeyevent.html">TQKeyEvent</a>. <li><tt>TQEvent::IMStart</tt> - The start of input method composition, <a href="tqimevent.html">TQIMEvent</a>. @@ -95,8 +95,8 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::Enter</tt> - Mouse enters widget's boundaries. <li><tt>TQEvent::Leave</tt> - Mouse leaves widget's boundaries. <li><tt>TQEvent::Paint</tt> - Screen update necessary, <a href="tqpaintevent.html">TQPaintEvent</a>. -<li><tt>TQEvent::Move</tt> - Widget's position changed, <a href="qmoveevent.html">TQMoveEvent</a>. -<li><tt>TQEvent::Resize</tt> - Widget's size changed, <a href="qresizeevent.html">TQResizeEvent</a>. +<li><tt>TQEvent::Move</tt> - Widget's position changed, <a href="tqmoveevent.html">TQMoveEvent</a>. +<li><tt>TQEvent::Resize</tt> - Widget's size changed, <a href="tqresizeevent.html">TQResizeEvent</a>. <li><tt>TQEvent::Show</tt> - Widget was shown on screen, <a href="qshowevent.html">TQShowEvent</a>. <li><tt>TQEvent::Hide</tt> - Widget was hidden, <a href="tqhideevent.html">TQHideEvent</a>. <li><tt>TQEvent::ShowToParent</tt> - A child widget has been shown. |