diff options
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r-- | doc/html/tqevent.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index 360e8e76b..f0513e1ce 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="qkeyevent.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="qimevent.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="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><a href="tqevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -85,11 +85,11 @@ types and the specialized classes for each type are these: <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::KeyPress</tt> - Key press (including Shift, for example), <a href="qkeyevent.html">TQKeyEvent</a>. -<li><tt>TQEvent::KeyRelease</tt> - Key release, <a href="qkeyevent.html">TQKeyEvent</a>. -<li><tt>TQEvent::IMStart</tt> - The start of input method composition, <a href="qimevent.html">TQIMEvent</a>. -<li><tt>TQEvent::IMCompose</tt> - Input method composition is taking place, <a href="qimevent.html">TQIMEvent</a>. -<li><tt>TQEvent::IMEnd</tt> - The end of input method composition, <a href="qimevent.html">TQIMEvent</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>. +<li><tt>TQEvent::IMCompose</tt> - Input method composition is taking place, <a href="tqimevent.html">TQIMEvent</a>. +<li><tt>TQEvent::IMEnd</tt> - The end of input method composition, <a href="tqimevent.html">TQIMEvent</a>. <li><tt>TQEvent::FocusIn</tt> - Widget gains <a href="focus.html#keyboard-focus">keyboard focus</a>, <a href="tqfocusevent.html">TQFocusEvent</a>. <li><tt>TQEvent::FocusOut</tt> - Widget loses keyboard focus, <a href="tqfocusevent.html">TQFocusEvent</a>. <li><tt>TQEvent::Enter</tt> - Mouse enters widget's boundaries. @@ -109,10 +109,10 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::ShowWindowRequest</tt> - Widget's window should be shown (obsolete). <li><tt>TQEvent::DeferredDelete</tt> - The object will be deleted after it has cleaned up. -<li><tt>TQEvent::Accel</tt> - Key press in child for shortcut key handling, <a href="qkeyevent.html">TQKeyEvent</a>. +<li><tt>TQEvent::Accel</tt> - Key press in child for shortcut key handling, <a href="tqkeyevent.html">TQKeyEvent</a>. <li><tt>TQEvent::Wheel</tt> - Mouse wheel rolled, <a href="qwheelevent.html">TQWheelEvent</a>. <li><tt>TQEvent::ContextMenu</tt> - Context popup menu, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a> -<li><tt>TQEvent::AccelOverride</tt> - Key press in child, for overriding shortcut key handling, <a href="qkeyevent.html">TQKeyEvent</a>. +<li><tt>TQEvent::AccelOverride</tt> - Key press in child, for overriding shortcut key handling, <a href="tqkeyevent.html">TQKeyEvent</a>. <li><tt>TQEvent::AccelAvailable</tt> - internal. <li><tt>TQEvent::WindowActivate</tt> - Window was activated. <li><tt>TQEvent::WindowDeactivate</tt> - Window was deactivated. |