summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqapplication.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-24 21:06:28 +0900
committerMichele Calgaro <[email protected]>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/ntqapplication.html
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r--doc/html/ntqapplication.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index 9dbae37ad..7f4045597 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -747,7 +747,7 @@ time by the user changing the global desktop settings.
</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> Returns <a href="tqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>().
-<h3 class=fn><a href="ntqdesktopwidget.html">TQDesktopWidget</a>&nbsp;* <a name="desktop"></a>TQApplication::desktop ()<tt> [static]</tt>
+<h3 class=fn><a href="tqdesktopwidget.html">TQDesktopWidget</a>&nbsp;* <a name="desktop"></a>TQApplication::desktop ()<tt> [static]</tt>
</h3>
Returns the desktop widget (also called the root window).
<p> The desktop widget is useful for obtaining the size of the screen.
@@ -755,7 +755,7 @@ It may also be possible to draw on the desktop. We recommend against
assuming that it's possible to draw on the desktop, since this does
not work on all operating systems.
<p> <pre>
- <a href="ntqdesktopwidget.html">TQDesktopWidget</a> *d = TQApplication::<a href="#desktop">desktop</a>();
+ <a href="tqdesktopwidget.html">TQDesktopWidget</a> *d = TQApplication::<a href="#desktop">desktop</a>();
int w = d-&gt;<a href="tqwidget.html#width">width</a>(); // returns desktop width
int h = d-&gt;<a href="tqwidget.html#height">height</a>(); // returns desktop height
</pre>
@@ -781,13 +781,13 @@ control panel value is used.
it unless you really know what you are doing.
<p> Use <a href="#eventLoop">TQApplication::eventLoop</a>()->enterLoop() instead.
<p>
-<h3 class=fn><a href="ntqeventloop.html">TQEventLoop</a>&nbsp;* <a name="eventLoop"></a>TQApplication::eventLoop ()<tt> [static]</tt>
+<h3 class=fn><a href="tqeventloop.html">TQEventLoop</a>&nbsp;* <a name="eventLoop"></a>TQApplication::eventLoop ()<tt> [static]</tt>
</h3>
Returns the application event loop. This function will return
zero if called during and after destroying TQApplication.
-<p> To create your own instance of <a href="ntqeventloop.html">TQEventLoop</a> or TQEventLoop subclass create
+<p> To create your own instance of <a href="tqeventloop.html">TQEventLoop</a> or TQEventLoop subclass create
it before you create the TQApplication object.
-<p> <p>See also <a href="ntqeventloop.html">TQEventLoop</a>.
+<p> <p>See also <a href="tqeventloop.html">TQEventLoop</a>.
<p>Example: <a href="distributor-example.html#x2651">distributor/distributor.ui.h</a>.
<h3 class=fn>int <a name="exec"></a>TQApplication::exec ()
@@ -903,7 +903,7 @@ alignment <em>align</em> of AlignAuto into AlignLeft or
AlignRight according to the language used. The other horizontal
alignment flags are left untouched.
-<h3 class=fn>void <a name="installTranslator"></a>TQApplication::installTranslator ( <a href="ntqtranslator.html">TQTranslator</a>&nbsp;*&nbsp;mf )
+<h3 class=fn>void <a name="installTranslator"></a>TQApplication::installTranslator ( <a href="tqtranslator.html">TQTranslator</a>&nbsp;*&nbsp;mf )
</h3>
Adds the message file <em>mf</em> to the list of message files to be used
for translations.
@@ -911,7 +911,7 @@ for translations.
for in the last installed message file, then the one from last, and
so on, back to the first installed message file. The search stops as
soon as a matching translation is found.
-<p> <p>See also <a href="#removeTranslator">removeTranslator</a>(), <a href="#translate">translate</a>(), and <a href="ntqtranslator.html#load">TQTranslator::load</a>().
+<p> <p>See also <a href="#removeTranslator">removeTranslator</a>(), <a href="#translate">translate</a>(), and <a href="tqtranslator.html#load">TQTranslator::load</a>().
<p>Example: <a href="i18n-example.html#x1930">i18n/main.cpp</a>.
<h3 class=fn>bool <a name="isEffectEnabled"></a>TQApplication::isEffectEnabled ( <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>&nbsp;effect )<tt> [static]</tt>
@@ -1005,7 +1005,7 @@ Return FALSE for normal event dispatching.
widget.
<p> <p>See also <a href="#setMainWidget">setMainWidget</a>().
-<h3 class=fn>bool <a name="notify"></a>TQApplication::notify ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="ntqevent.html">TQEvent</a>&nbsp;*&nbsp;e )<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="notify"></a>TQApplication::notify ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="tqevent.html">TQEvent</a>&nbsp;*&nbsp;e )<tt> [virtual]</tt>
</h3>
Sends event <em>e</em> to <em>receiver</em>: <em>receiver</em>->event(<em>e</em>).
Returns the value that is returned from the receiver's event handler.
@@ -1068,7 +1068,7 @@ Instead, based on meta information like <a href="tqobject.html#className">TQObje
able to customize any kind of widget.
<p> <p>See also <a href="tqstyle.html#polish">TQStyle::polish</a>(), <a href="tqwidget.html#polish">TQWidget::polish</a>(), <a href="#setPalette">setPalette</a>(), and <a href="#setFont">setFont</a>().
-<h3 class=fn>void <a name="postEvent"></a>TQApplication::postEvent ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="ntqevent.html">TQEvent</a>&nbsp;*&nbsp;event )<tt> [static]</tt>
+<h3 class=fn>void <a name="postEvent"></a>TQApplication::postEvent ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="tqevent.html">TQEvent</a>&nbsp;*&nbsp;event )<tt> [static]</tt>
</h3><p><b>Note:</b> This function is <a href="threads.html#threadsafe">thread-safe</a> when TQt is built withthread support.</p>
Adds the event <em>event</em> with the object <em>receiver</em> as the receiver of the
@@ -1086,7 +1086,7 @@ Processes pending events, for 3 seconds or until there are no more
events to process, whichever is shorter.
<p> You can call this function occasionally when your program is busy
performing a long operation (e.g. copying a file).
-<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
+<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="tqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
<p>Examples: <a href="fileiconview-example.html#x808">fileiconview/tqfileiconview.cpp</a> and <a href="ftpclient-example.html#x778">network/ftpclient/main.cpp</a>.
<h3 class=fn>void <a name="processEvents-2"></a>TQApplication::processEvents ( int&nbsp;maxtime )
@@ -1096,7 +1096,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
there are no more events to process, whichever is shorter.
<p> You can call this function occasionally when you program is busy
doing a long operation (e.g. copying a file).
-<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
+<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="tqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
<h3 class=fn>void <a name="processOneEvent"></a>TQApplication::processOneEvent ()
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
@@ -1139,7 +1139,7 @@ be aware that killing events may cause <em>receiver</em> to break one or
more invariants.
<p>
-<h3 class=fn>void <a name="removeTranslator"></a>TQApplication::removeTranslator ( <a href="ntqtranslator.html">TQTranslator</a>&nbsp;*&nbsp;mf )
+<h3 class=fn>void <a name="removeTranslator"></a>TQApplication::removeTranslator ( <a href="tqtranslator.html">TQTranslator</a>&nbsp;*&nbsp;mf )
</h3>
Removes the message file <em>mf</em> from the list of message files used by
this application. (It does not delete the message file from the file
@@ -1185,7 +1185,7 @@ See <a href="tqsessionmanager.html#allowsInteraction">TQSessionManager::allowsIn
<a href="tqsessionmanager.html#allowsErrorInteraction">TQSessionManager::allowsErrorInteraction</a>() for details.
<p> <p>See also <a href="#isSessionRestored">isSessionRestored</a>(), <a href="#sessionId">sessionId</a>(), <a href="#commitData">commitData</a>(), and <a href="session.html">the Session Management overview</a>.
-<h3 class=fn>bool <a name="sendEvent"></a>TQApplication::sendEvent ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="ntqevent.html">TQEvent</a>&nbsp;*&nbsp;event )<tt> [static]</tt>
+<h3 class=fn>bool <a name="sendEvent"></a>TQApplication::sendEvent ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, <a href="tqevent.html">TQEvent</a>&nbsp;*&nbsp;event )<tt> [static]</tt>
</h3>
<p> Sends event <em>event</em> directly to receiver <em>receiver</em>, using the
@@ -1630,13 +1630,13 @@ the output text will be very long (as for help texts).
<p> <em>comment</em> is a disambiguating comment, for when the same <em>sourceText</em> is used in different roles within the same context. By
default, it is null. <em>encoding</em> indicates the 8-bit encoding of
character stings
-<p> See the <a href="ntqtranslator.html">TQTranslator</a> documentation for more information about
+<p> See the <a href="tqtranslator.html">TQTranslator</a> documentation for more information about
contexts and comments.
<p> If none of the message files contain a translation for <em>sourceText</em> in <em>context</em>, this function returns a <a href="tqstring.html">TQString</a>
equivalent of <em>sourceText</em>. The encoding of <em>sourceText</em> is
specified by <em>encoding</em>; it defaults to <a href="#Encoding-enum">DefaultCodec</a>.
<p> This function is not virtual. You can use alternative translation
-techniques by subclassing <a href="ntqtranslator.html">TQTranslator</a>.
+techniques by subclassing <a href="tqtranslator.html">TQTranslator</a>.
<p> <b>Warning:</b> This method is reentrant only if all translators are
installed <em>before</em> calling this method. Installing or removing
translators while performing translations is not supported. Doing