diff options
Diffstat (limited to 'doc/html/ntqstylesheet.html')
-rw-r--r-- | doc/html/ntqstylesheet.html | 14 |
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 <a href="ntqstring.html">TQString</a> & plain, <a href="qstylesheetitem.html#WhiteSpaceMode-enum">TQStyleSheetItem::WhiteSpaceMode</a> mode = TQStyleSheetItem::WhiteSpacePre )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="convertFromPlainText"></a>TQStyleSheet::convertFromPlainText ( const <a href="tqstring.html">TQString</a> & plain, <a href="qstylesheetitem.html#WhiteSpaceMode-enum">TQStyleSheetItem::WhiteSpaceMode</a> 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 <a href="ntqstring.html">TQString</a> & msg ) const<tt> [virtual]</tt> +<h3 class=fn>void <a name="error"></a>TQStyleSheet::error ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & plain )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="escape"></a>TQStyleSheet::escape ( const <a href="tqstring.html">TQString</a> & 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> * <a name="item"></a>TQStyleSheet::item ( const <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn><a href="qstylesheetitem.html">TQStyleSheetItem</a> * <a name="item"></a>TQStyleSheet::item ( const <a href="tqstring.html">TQString</a> & name ) </h3> Returns the style called <em>name</em> or 0 if there is no such style. -<h3 class=fn>const <a href="qstylesheetitem.html">TQStyleSheetItem</a> * <a name="item-2"></a>TQStyleSheet::item ( const <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>const <a href="qstylesheetitem.html">TQStyleSheetItem</a> * <a name="item-2"></a>TQStyleSheet::item ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & text )<tt> [static]</tt> +<h3 class=fn>bool <a name="mightBeRichText"></a>TQStyleSheet::mightBeRichText ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & name, const <a href="tqmap.html">TQMap</a><TQString, TQString> & attr, const <a href="ntqstring.html">TQString</a> & context, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> & factory, bool emptyTag, TQTextDocument * doc ) const<tt> [virtual]</tt> +<h3 class=fn>TQTextCustomItem * <a name="tag"></a>TQStyleSheet::tag ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqmap.html">TQMap</a><TQString, TQString> & attr, const <a href="tqstring.html">TQString</a> & context, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> & factory, bool emptyTag, TQTextDocument * 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 |