diff options
Diffstat (limited to 'doc/html/qkeyevent.html')
-rw-r--r-- | doc/html/qkeyevent.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qkeyevent.html b/doc/html/qkeyevent.html index 6579d260f..ca0ef8096 100644 --- a/doc/html/qkeyevent.html +++ b/doc/html/qkeyevent.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qevent.cpp:679 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqevent.cpp:679 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQKeyEvent class contains describes a key event. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> -<p>Inherits <a href="ntqevent.html">TQEvent</a>. +<p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> +<p>Inherits <a href="tqevent.html">TQEvent</a>. <p><a href="qkeyevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -71,11 +71,11 @@ mouse and keyboard events for a widget. <p> <p>See also <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqwidget.html#grabKeyboard">TQWidget::grabKeyboard</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQKeyEvent"></a>TQKeyEvent::TQKeyEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, int key, int ascii, int state, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) +<h3 class=fn><a name="TQKeyEvent"></a>TQKeyEvent::TQKeyEvent ( <a href="tqevent.html#Type-enum">Type</a> type, int key, int ascii, int state, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) </h3> <p> Constructs a key event object. -<p> The <em>type</em> parameter must be <a href="ntqevent.html#Type-enum">TQEvent::KeyPress</a> or <a href="ntqevent.html#Type-enum">TQEvent::KeyRelease</a>. If <em>key</em> is 0 the event is not a result of a +<p> The <em>type</em> parameter must be <a href="tqevent.html#Type-enum">TQEvent::KeyPress</a> or <a href="tqevent.html#Type-enum">TQEvent::KeyRelease</a>. If <em>key</em> is 0 the event is not a result of a known key (e.g. it may be the result of a compose sequence or keyboard macro). <em>ascii</em> is the ASCII code of the key that was pressed or released. <em>state</em> holds the keyboard modifiers. <em>text</em> is the Unicode text that the key generated. If <em>autorep</em> is |