diff options
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index c95062789..9d1a32f83 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -386,7 +386,7 @@ Initializes the window system and constructs an application object with <em>argc</em> command line arguments in <em>argv</em>. <p> The global <tt>tqApp</tt> pointer refers to this application object. Only one application object should be created. -<p> This application object must be constructed before any <a href="ntqpaintdevice.html">paint devices</a> (including widgets, pixmaps, bitmaps +<p> This application object must be constructed before any <a href="tqpaintdevice.html">paint devices</a> (including widgets, pixmaps, bitmaps etc.). <p> Note that <em>argc</em> and <em>argv</em> might be changed. TQt removes command line arguments that it recognizes. The modified <em>argc</em> and <em>argv</em> @@ -838,7 +838,7 @@ return to the event loop on asynchronous window systems like X11 or double buffered window systems like MacOS X, and you want to visualize these changes immediately (e.g. Splash Screens), call this function. -<p> <p>See also <a href="#flushX">flushX</a>(), <a href="#sendPostedEvents">sendPostedEvents</a>(), and <a href="ntqpainter.html#flush">TQPainter::flush</a>(). +<p> <p>See also <a href="#flushX">flushX</a>(), <a href="#sendPostedEvents">sendPostedEvents</a>(), and <a href="tqpainter.html#flush">TQPainter::flush</a>(). <h3 class=fn>void <a name="flushX"></a>TQApplication::flushX ()<tt> [static]</tt> </h3> @@ -854,17 +854,17 @@ returns almost immediately. Does nothing on other platforms. 0 if no widget in this application has the focus. <p> <p>See also <a href="tqwidget.html#setFocus">TQWidget::setFocus</a>(), <a href="tqwidget.html#focus-prop">TQWidget::focus</a>, and <a href="#activeWindow">activeWindow</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQApplication::font ( const <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQApplication::font ( const <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> </h3> Returns the default font for the widget <em>w</em>, or the default application font if <em>w</em> is 0. <p> <p>See also <a href="#setFont">setFont</a>(), <a href="#fontMetrics">fontMetrics</a>(), and <a href="tqwidget.html#font-prop">TQWidget::font</a>. <p>Examples: <a href="qfd-example.html#x1979">qfd/fontdisplayer.cpp</a>, <a href="themes-example.html#x264">themes/metal.cpp</a>, and <a href="themes-example.html#x321">themes/themes.cpp</a>. -<h3 class=fn><a href="ntqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQApplication::fontMetrics ()<tt> [static]</tt> +<h3 class=fn><a href="tqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQApplication::fontMetrics ()<tt> [static]</tt> </h3> Returns display (screen) font metrics for the application font. -<p> <p>See also <a href="#font">font</a>(), <a href="#setFont">setFont</a>(), <a href="tqwidget.html#fontMetrics">TQWidget::fontMetrics</a>(), and <a href="ntqpainter.html#fontMetrics">TQPainter::fontMetrics</a>(). +<p> <p>See also <a href="#font">font</a>(), <a href="#setFont">setFont</a>(), <a href="tqwidget.html#fontMetrics">TQWidget::fontMetrics</a>(), and <a href="tqpainter.html#fontMetrics">TQPainter::fontMetrics</a>(). <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="globalStrut"></a>TQApplication::globalStrut ()<tt> [static]</tt> </h3> @@ -1287,16 +1287,16 @@ colors, while the background windows will look less attractive. } </pre> -<p> <a href="ntqcolor.html">TQColor</a> provides more functionality for controlling color allocation and -freeing up certain colors. See <a href="ntqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>() for more +<p> <a href="tqcolor.html">TQColor</a> provides more functionality for controlling color allocation and +freeing up certain colors. See <a href="tqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>() for more information. -<p> To check what mode you end up with, call <a href="ntqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>() once +<p> To check what mode you end up with, call <a href="tqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>() once the TQApplication object exists. A value greater than 8 (typically 16, 24 or 32) means true color. <p> <sup>*</sup> The color cube used by TQt has 216 colors whose red, green, and blue components always have one of the following values: 0x00, 0x33, 0x66, 0x99, 0xCC, or 0xFF. -<p> <p>See also <a href="#colorSpec">colorSpec</a>(), <a href="ntqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>(), and <a href="ntqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>(). +<p> <p>See also <a href="#colorSpec">colorSpec</a>(), <a href="tqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>(), and <a href="tqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>(). <p>Examples: <a href="helpviewer-example.html#x1041">helpviewer/main.cpp</a>, <a href="showimg-example.html#x1361">showimg/main.cpp</a>, <a href="tutorial1-09.html#x2347">t9/main.cpp</a>, <a href="tetrix-example.html#x354">tetrix/tetrix.cpp</a>, and <a href="themes-example.html#x348">themes/main.cpp</a>. <h3 class=fn>void <a name="setCursorFlashTime"></a>TQApplication::setCursorFlashTime ( int msecs )<tt> [static]</tt> @@ -1348,7 +1348,7 @@ the effect will not be used. 16-bit color depth. <p> <p>See also <a href="#isEffectEnabled">isEffectEnabled</a>(), <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>, and <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>(). -<h3 class=fn>void <a name="setFont"></a>TQApplication::setFont ( const <a href="ntqfont.html">TQFont</a> & font, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> +<h3 class=fn>void <a name="setFont"></a>TQApplication::setFont ( const <a href="tqfont.html">TQFont</a> & font, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> </h3> Changes the default application font to <em>font</em>. If <em>informWidgets</em> is TRUE, then existing widgets are informed about the change and may adjust themselves to the new application setting. If <em>informWidgets</em> is FALSE, the change only affects newly @@ -1534,7 +1534,7 @@ widget, the widget should interpret the scroll operation as a single page up / page down operation instead. <p> <p>See also <a href="#wheelScrollLines">wheelScrollLines</a>(). -<h3 class=fn>void <a name="setWinStyleHighlightColor"></a>TQApplication::setWinStyleHighlightColor ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [static]</tt> +<h3 class=fn>void <a name="setWinStyleHighlightColor"></a>TQApplication::setWinStyleHighlightColor ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [static]</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. @@ -1705,7 +1705,7 @@ This function is available only on Windows. <p> If <em>gotFocus</em> is TRUE, <em>widget</em> will become the active window. Otherwise the active window is reset to NULL. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="winStyleHighlightColor"></a>TQApplication::winStyleHighlightColor ()<tt> [static]</tt> +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="winStyleHighlightColor"></a>TQApplication::winStyleHighlightColor ()<tt> [static]</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. |