diff options
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r-- | doc/html/tqevent.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index d04b17dcf..f9ff67947 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="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.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="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.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="qhideevent.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><a href="tqevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -101,7 +101,7 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::Hide</tt> - Widget was hidden, <a href="qhideevent.html">TQHideEvent</a>. <li><tt>TQEvent::ShowToParent</tt> - A child widget has been shown. <li><tt>TQEvent::HideToParent</tt> - A child widget has been hidden. -<li><tt>TQEvent::Close</tt> - Widget was closed (permanently), <a href="qcloseevent.html">TQCloseEvent</a>. +<li><tt>TQEvent::Close</tt> - Widget was closed (permanently), <a href="tqcloseevent.html">TQCloseEvent</a>. <li><tt>TQEvent::ShowNormal</tt> - Widget should be shown normally (obsolete). <li><tt>TQEvent::ShowMaximized</tt> - Widget should be shown maximized (obsolete). <li><tt>TQEvent::ShowMinimized</tt> - Widget should be shown minimized (obsolete). @@ -111,7 +111,7 @@ types and the specialized classes for each type are these: cleaned up. <li><tt>TQEvent::Accel</tt> - Key press in child for shortcut key handling, <a href="qkeyevent.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="qcontextmenuevent.html">TQContextMenuEvent</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::AccelAvailable</tt> - internal. <li><tt>TQEvent::WindowActivate</tt> - Window was activated. @@ -130,8 +130,8 @@ cleaned up. <li><tt>TQEvent::DragLeave</tt> - A drag-and-drop leaves widget, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>. <li><tt>TQEvent::Drop</tt> - A drag-and-drop is completed, <a href="tqdropevent.html">TQDropEvent</a>. <li><tt>TQEvent::DragResponse</tt> - Internal event used by TQt on some platforms. -<li><tt>TQEvent::ChildInserted</tt> - Object gets a child, <a href="qchildevent.html">TQChildEvent</a>. -<li><tt>TQEvent::ChildRemoved</tt> - Object loses a child, <a href="qchildevent.html">TQChildEvent</a>. +<li><tt>TQEvent::ChildInserted</tt> - Object gets a child, <a href="tqchildevent.html">TQChildEvent</a>. +<li><tt>TQEvent::ChildRemoved</tt> - Object loses a child, <a href="tqchildevent.html">TQChildEvent</a>. <li><tt>TQEvent::LayoutHint</tt> - Widget child has changed layout properties. <li><tt>TQEvent::ActivateControl</tt> - Internal event used by TQt on some platforms. <li><tt>TQEvent::DeactivateControl</tt> - Internal event used by TQt on some platforms. |