diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qkeyevent.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qkeyevent.html')
-rw-r--r-- | doc/html/qkeyevent.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qkeyevent.html b/doc/html/qkeyevent.html index eb75051c7..412f8fe98 100644 --- a/doc/html/qkeyevent.html +++ b/doc/html/qkeyevent.html @@ -66,9 +66,9 @@ Key events for multi media keys are ignored by default. You should call TQKeyEvent::accept() if your widget handles those events. <p> The TQWidget::setEnable() function can be used to enable or disable mouse and keyboard events for a widget. -<p> The event handlers <a href="ntqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>() and -<a href="ntqwidget.html#keyReleaseEvent">TQWidget::keyReleaseEvent</a>() receive key events. -<p> <p>See also <a href="qfocusevent.html">TQFocusEvent</a>, <a href="ntqwidget.html#grabKeyboard">TQWidget::grabKeyboard</a>(), and <a href="events.html">Event Classes</a>. +<p> The event handlers <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>() and +<a href="tqwidget.html#keyReleaseEvent">TQWidget::keyReleaseEvent</a>() receive key events. +<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="ntqstring.html">TQString</a> & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) @@ -106,7 +106,7 @@ recommend using <a href="#text">text</a>() instead. <p> Returns the number of single keys for this event. If <a href="#text">text</a>() is not empty, this is simply the length of the string. -<p> <p>See also <a href="ntqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). +<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). <h3 class=fn>void <a name="ignore"></a>TQKeyEvent::ignore () </h3> @@ -142,7 +142,7 @@ independent of the underlying window system. <p> A value of either 0 or Key_unknown means that the event is not the result of a known key (e.g. it may be the result of a compose sequence or a keyboard macro, or due to key event compression). -<p> <p>See also <a href="ntqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). +<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). <p>Example: <a href="fileiconview-example.html#x853">fileiconview/qfileiconview.cpp</a>. <h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQKeyEvent::state () const @@ -170,7 +170,7 @@ the event occurred. migth be empty, which is the case when pressing or releasing modifying keys as Shift, Control, Alt and Meta. In these cases <a href="#key">key</a>() will contain a valid value. -<p> <p>See also <a href="ntqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). +<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). <!-- eof --> <hr><p> |