summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqstylesheet.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqstylesheet.html')
-rw-r--r--doc/html/ntqstylesheet.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqstylesheet.html b/doc/html/ntqstylesheet.html
index 8282c55a1..c28691718 100644
--- a/doc/html/ntqstylesheet.html
+++ b/doc/html/ntqstylesheet.html
@@ -283,7 +283,7 @@ the child still exists).
Destroys the style sheet. All styles inserted into the style sheet
will be deleted.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="convertFromPlainText"></a>TQStyleSheet::convertFromPlainText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;plain, <a href="qstylesheetitem.html#WhiteSpaceMode-enum">TQStyleSheetItem::WhiteSpaceMode</a>&nbsp;mode = TQStyleSheetItem::WhiteSpacePre )<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="convertFromPlainText"></a>TQStyleSheet::convertFromPlainText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;plain, <a href="qstylesheetitem.html#WhiteSpaceMode-enum">TQStyleSheetItem::WhiteSpaceMode</a>&nbsp;mode = TQStyleSheetItem::WhiteSpacePre )<tt> [static]</tt>
</h3> Auxiliary function. Converts the plain text string <em>plain</em> to a
rich text formatted paragraph while preserving most of its look.
<p> <em>mode</em> defines the whitespace mode. Possible values are <a href="qstylesheetitem.html#WhiteSpaceMode-enum">TQStyleSheetItem::WhiteSpacePre</a> (no wrapping, all whitespaces
@@ -302,7 +302,7 @@ initial style sheet for the more complex render widgets, <a href="ntqtextedit.ht
and <a href="ntqtextbrowser.html">TQTextBrowser</a>.
<p> <p>See also <a href="#setDefaultSheet">setDefaultSheet</a>().
-<h3 class=fn>void <a name="error"></a>TQStyleSheet::error ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;msg ) const<tt> [virtual]</tt>
+<h3 class=fn>void <a name="error"></a>TQStyleSheet::error ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;msg ) const<tt> [virtual]</tt>
</h3>
<p> This virtual function is called when an error occurs when
@@ -313,23 +313,23 @@ not understood by the stylesheet, if some tags are nested
incorrectly, or if tags are not closed properly.
<p> <em>msg</em> is the error message.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="escape"></a>TQStyleSheet::escape ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;plain )<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="escape"></a>TQStyleSheet::escape ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;plain )<tt> [static]</tt>
</h3>
Auxiliary function. Converts the plain text string <em>plain</em> to a
rich text formatted string with any HTML meta-characters escaped.
<p> <p>See also <a href="#convertFromPlainText">convertFromPlainText</a>().
-<h3 class=fn><a href="qstylesheetitem.html">TQStyleSheetItem</a>&nbsp;* <a name="item"></a>TQStyleSheet::item ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
+<h3 class=fn><a href="qstylesheetitem.html">TQStyleSheetItem</a>&nbsp;* <a name="item"></a>TQStyleSheet::item ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Returns the style called <em>name</em> or 0 if there is no such style.
-<h3 class=fn>const&nbsp;<a href="qstylesheetitem.html">TQStyleSheetItem</a>&nbsp;* <a name="item-2"></a>TQStyleSheet::item ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
+<h3 class=fn>const&nbsp;<a href="qstylesheetitem.html">TQStyleSheetItem</a>&nbsp;* <a name="item-2"></a>TQStyleSheet::item ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the style called <em>name</em> or 0 if there is no such style
(const version)
-<h3 class=fn>bool <a name="mightBeRichText"></a>TQStyleSheet::mightBeRichText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [static]</tt>
+<h3 class=fn>bool <a name="mightBeRichText"></a>TQStyleSheet::mightBeRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [static]</tt>
</h3>
Returns TRUE if the string <em>text</em> is likely to be rich text;
otherwise returns FALSE.
@@ -354,7 +354,7 @@ deleting any style sheet previously set. The ownership is
transferred to TQStyleSheet.
<p> <p>See also <a href="#defaultSheet">defaultSheet</a>().
-<h3 class=fn>TQTextCustomItem * <a name="tag"></a>TQStyleSheet::tag ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqmap.html">TQMap</a>&lt;TQString,&nbsp;TQString&gt;&nbsp;&amp;&nbsp;attr, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;context, const&nbsp;<a href="qmimesourcefactory.html">TQMimeSourceFactory</a>&nbsp;&amp;&nbsp;factory, bool&nbsp;emptyTag, TQTextDocument&nbsp;*&nbsp;doc ) const<tt> [virtual]</tt>
+<h3 class=fn>TQTextCustomItem * <a name="tag"></a>TQStyleSheet::tag ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqmap.html">TQMap</a>&lt;TQString,&nbsp;TQString&gt;&nbsp;&amp;&nbsp;attr, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context, const&nbsp;<a href="qmimesourcefactory.html">TQMimeSourceFactory</a>&nbsp;&amp;&nbsp;factory, bool&nbsp;emptyTag, TQTextDocument&nbsp;*&nbsp;doc ) const<tt> [virtual]</tt>
</h3>
<p><b>This function is under development and is subject to change.</b>
<p> Generates an internal object for the tag called <em>name</em>, given the