summaryrefslogtreecommitdiffstats
path: root/doc/html/qmacstyle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmacstyle.html')
-rw-r--r--doc/html/qmacstyle.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html
index 93ecffbb9..ea6c58172 100644
--- a/doc/html/qmacstyle.html
+++ b/doc/html/qmacstyle.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQMacStyle class implements an Appearance Manager style.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qmacstyle_mac-h.html">qmacstyle_mac.h</a>&gt;</tt>
-<p>Inherits <a href="qwindowsstyle.html">TQWindowsStyle</a>.
+<p>Inherits <a href="ntqwindowsstyle.html">TQWindowsStyle</a>.
<p><a href="qmacstyle-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -58,7 +58,7 @@ The TQMacStyle class implements an Appearance Manager style.
<p> This class is implemented as a wrapper to the Apple Appearance
Manager. This allows your application to be styled by whatever
theme your Macintosh is using. This is done by having primitives
-in <a href="qstyle.html">TQStyle</a> implemented in terms of what the Macintosh would
+in <a href="ntqstyle.html">TQStyle</a> implemented in terms of what the Macintosh would
normally theme (i.e. the Finder).
<p> There are additional issues that should be taken
into consideration to make an application compatible with the
@@ -67,7 +67,7 @@ below.
<p> <ul>
<p> <li> Layout - The restrictions on window layout are such that some
aspects of layout that are style-dependent cannot be achieved
-using <a href="qlayout.html">TQLayout</a>. Changes are being considered (and feedback would be
+using <a href="ntqlayout.html">TQLayout</a>. Changes are being considered (and feedback would be
appreciated) to make layouts TQStyle-able. Some of the restrictions
involve horizontal and vertical widget alignment and widget size
(covered below).
@@ -75,11 +75,11 @@ involve horizontal and vertical widget alignment and widget size
does not fully implement this behaviour so as to maintain multiplatform
compatibility. As a result some widgets sizes may be inappropriate (and
subsequently not rendered correctly by the Appearance Manager).The
-<a href="qwidget.html#sizeHint">TQWidget::sizeHint</a>() will return the appropriate size for many
-managed widgets (widgets enumerated in <a href="qstyle.html#ContentsType-enum">TQStyle::ContentsType</a>).
+<a href="ntqwidget.html#sizeHint">TQWidget::sizeHint</a>() will return the appropriate size for many
+managed widgets (widgets enumerated in <a href="ntqstyle.html#ContentsType-enum">TQStyle::ContentsType</a>).
<p> <li> Effects - TQMacStyle (in contrast to TQAquaStyle) is not emulating
(except where Appearance Manager does not provide certain
-capabilities), for example <a href="qpushbutton.html">TQPushButton</a> pulsing effects. In this case a
+capabilities), for example <a href="ntqpushbutton.html">TQPushButton</a> pulsing effects. In this case a
near matching emulation has been implemented, but naturally this will
not be identical to the similar functionality built into the Appearance
Manager. Please report any issues you see in effects or non-standard
@@ -90,7 +90,7 @@ your application (including the general color scheme to match the
Aqua colors). The Guidelines mentioned above will remain current
with new advances and design suggestions for Mac OS X.
<p> Note that the functions provided by TQMacStyle are
-reimplementations of <a href="qstyle.html">TQStyle</a> functions; see TQStyle for their
+reimplementations of <a href="ntqstyle.html">TQStyle</a> functions; see TQStyle for their
documentation.
<p>See also <a href="appearance.html">Widget Appearance and Style</a>.
@@ -102,8 +102,8 @@ documentation.
<li><tt>TQMacStyle::FocusEnabled</tt> - show a focus rectangle when the widget has focus.
<li><tt>TQMacStyle::FocusDisabled</tt> - never show a focus rectangle for the widget.
<li><tt>TQMacStyle::FocusDefault</tt> - show a focus rectangle when the widget has
-focus and the widget is a TQSpinWidget, <a href="qdatetimeedit.html">TQDateTimeEdit</a>, <a href="qlineedit.html">TQLineEdit</a>,
-<a href="qlistbox.html">TQListBox</a>, <a href="qlistview.html">TQListView</a>, editable <a href="qtextedit.html">TQTextEdit</a>, or one of their
+focus and the widget is a TQSpinWidget, <a href="ntqdatetimeedit.html">TQDateTimeEdit</a>, <a href="ntqlineedit.html">TQLineEdit</a>,
+<a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, editable <a href="ntqtextedit.html">TQTextEdit</a>, or one of their
subclasses.
</ul>
<h3 class=fn><a name="WidgetSizePolicy-enum"></a>TQMacStyle::WidgetSizePolicy</h3>
@@ -123,25 +123,25 @@ Constructs a TQMacStyle object.
</h3>
Destructs a TQMacStyle object.
-<h3 class=fn><a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a> <a name="focusRectPolicy"></a>TQMacStyle::focusRectPolicy ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [static]</tt>
+<h3 class=fn><a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a> <a name="focusRectPolicy"></a>TQMacStyle::focusRectPolicy ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [static]</tt>
</h3>
Returns the focus rectangle policy for the widget <em>w</em>.
<p> The focus rectangle policy can be one of <a href="#FocusRectPolicy-enum">TQMacStyle::FocusRectPolicy</a>.
<p> <p>See also <a href="#setFocusRectPolicy">setFocusRectPolicy</a>().
-<h3 class=fn>void <a name="setFocusRectPolicy"></a>TQMacStyle::setFocusRectPolicy ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;w, <a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a>&nbsp;policy )<tt> [static]</tt>
+<h3 class=fn>void <a name="setFocusRectPolicy"></a>TQMacStyle::setFocusRectPolicy ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, <a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a>&nbsp;policy )<tt> [static]</tt>
</h3>
Sets the focus rectangle policy of <em>w</em>. The <em>policy</em> can be one of
<a href="#FocusRectPolicy-enum">TQMacStyle::FocusRectPolicy</a>.
<p> <p>See also <a href="#focusRectPolicy">focusRectPolicy</a>().
-<h3 class=fn>void <a name="setWidgetSizePolicy"></a>TQMacStyle::setWidgetSizePolicy ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;w, <a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a>&nbsp;policy )<tt> [static]</tt>
+<h3 class=fn>void <a name="setWidgetSizePolicy"></a>TQMacStyle::setWidgetSizePolicy ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, <a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a>&nbsp;policy )<tt> [static]</tt>
</h3>
Sets the widget size policy of <em>w</em>. The <em>policy</em> can be one of
<a href="#WidgetSizePolicy-enum">TQMacStyle::WidgetSizePolicy</a>.
<p> <p>See also <a href="#widgetSizePolicy">widgetSizePolicy</a>().
-<h3 class=fn><a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a> <a name="widgetSizePolicy"></a>TQMacStyle::widgetSizePolicy ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [static]</tt>
+<h3 class=fn><a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a> <a name="widgetSizePolicy"></a>TQMacStyle::widgetSizePolicy ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [static]</tt>
</h3>
Returns the widget size policy for the widget <em>w</em>.
<p> The widget size policy can be one of <a href="#WidgetSizePolicy-enum">TQMacStyle::WidgetSizePolicy</a>.