summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaccel.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqaccel.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqaccel.html')
-rw-r--r--doc/html/ntqaccel.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html
index b0d2c23ce..dfc036899 100644
--- a/doc/html/ntqaccel.html
+++ b/doc/html/ntqaccel.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQAccel class handles keyboard accelerator and shortcut keys.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qaccel-h.html">ntqaccel.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qaccel-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -149,7 +149,7 @@ combination.
Constructs a TQAccel object called <em>name</em>, with parent <em>parent</em>.
The accelerator operates on <em>parent</em>.
-<h3 class=fn><a name="TQAccel-2"></a>TQAccel::TQAccel ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;watch, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAccel-2"></a>TQAccel::TQAccel ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;watch, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQAccel object called <em>name</em>, that operates on <em>watch</em>, and is a child of <em>parent</em>.
<p> This constructor is not needed for normal application programming.
@@ -176,7 +176,7 @@ is a number that identifies this particular accelerator item.
</h3>
Removes all accelerator items.
-<h3 class=fn>bool <a name="connectItem"></a>TQAccel::connectItem ( int&nbsp;id, const&nbsp;<a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member )
+<h3 class=fn>bool <a name="connectItem"></a>TQAccel::connectItem ( int&nbsp;id, const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member )
</h3>
Connects the accelerator item <em>id</em> to the slot <em>member</em> of <em>receiver</em>.
<p> <pre>
@@ -196,16 +196,16 @@ emitted if the associated key sequence is pressed but no <tt>activated(int id)</
</h3>
Returns the number of accelerator items in this accelerator.
-<h3 class=fn>bool <a name="disconnectItem"></a>TQAccel::disconnectItem ( int&nbsp;id, const&nbsp;<a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member )
+<h3 class=fn>bool <a name="disconnectItem"></a>TQAccel::disconnectItem ( int&nbsp;id, const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member )
</h3>
Disconnects an accelerator item with id <em>id</em> from the function
called <em>member</em> in the <em>receiver</em> object.
<p> <p>See also <a href="#connectItem">connectItem</a>().
-<h3 class=fn>bool <a name="eventFilter"></a>TQAccel::eventFilter ( <a href="ntqobject.html">TQObject</a>&nbsp;*, <a href="ntqevent.html">TQEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>bool <a name="eventFilter"></a>TQAccel::eventFilter ( <a href="tqobject.html">TQObject</a>&nbsp;*, <a href="ntqevent.html">TQEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
serves no purpose anymore
-<p>Reimplemented from <a href="ntqobject.html#eventFilter">TQObject</a>.
+<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>.
<h3 class=fn>int <a name="findKey"></a>TQAccel::findKey ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;key ) const
</h3>
Returns the identifier of the accelerator item with the key code
@@ -250,7 +250,7 @@ Returns the key sequence of the accelerator item with identifier
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Creates an accelerator string for the key <em>k</em>.
For instance CTRL+Key_O gives "Ctrl+O". The "Ctrl" etc.
-are translated (using <a href="ntqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" context.
+are translated (using <a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" context.
<p> The function is superfluous. Cast the <a href="ntqkeysequence.html">TQKeySequence</a> <em>k</em> to a
<a href="ntqstring.html">TQString</a> for the same effect.
@@ -301,21 +301,21 @@ other languages.
<p> Returns an accelerator code for the string <em>s</em>. For example
"Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl",
"Shift", "Alt" are recognized, as well as their translated
-equivalents in the "TQAccel" context (using <a href="ntqobject.html#tr">TQObject::tr</a>()). Returns 0
+equivalents in the "TQAccel" context (using <a href="tqobject.html#tr">TQObject::tr</a>()). Returns 0
if <em>s</em> is not recognized.
-<p> This function is typically used with <a href="ntqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in
+<p> This function is typically used with <a href="tqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in
translations:
<p> <pre>
<a href="ntqpopupmenu.html">TQPopupMenu</a> *file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this );
file-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>( p1, tr("&amp;Open..."), this, TQ_SLOT(open()),
- TQAccel::<a href="#stringToKey">stringToKey</a>(<a href="ntqobject.html#tr">tr</a>("Ctrl+O", "File|Open")) );
+ TQAccel::<a href="#stringToKey">stringToKey</a>(<a href="tqobject.html#tr">tr</a>("Ctrl+O", "File|Open")) );
</pre>
<p> Notice the <tt>"File|Open"</tt> translator comment. It is by no means
necessary, but it provides some context for the human translator.
<p> The function is superfluous. Construct a <a href="ntqkeysequence.html">TQKeySequence</a> from the
string <em>s</em> for the same effect.
-<p> <p>See also <a href="ntqobject.html#tr">TQObject::tr</a>() and <a href="i18n.html">Internationalization with TQt</a>.
+<p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>() and <a href="i18n.html">Internationalization with TQt</a>.
<p>Example: <a href="i18n-example.html#x1921">i18n/mywidget.cpp</a>.
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="whatsThis"></a>TQAccel::whatsThis ( int&nbsp;id ) const