diff options
Diffstat (limited to 'doc/html/ntqsimplerichtext.html')
-rw-r--r-- | doc/html/ntqsimplerichtext.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html index 3bba1f9a5..1fc0f0bb7 100644 --- a/doc/html/ntqsimplerichtext.html +++ b/doc/html/ntqsimplerichtext.html @@ -83,7 +83,7 @@ laid out properly on the page. <p>See also <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSimpleRichText"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="ntqstring.html">TQString</a> & context = TQString::null, const <a href="ntqstylesheet.html">TQStyleSheet</a> * sheet = 0 ) +<h3 class=fn><a name="TQSimpleRichText"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context = TQString::null, const <a href="ntqstylesheet.html">TQStyleSheet</a> * sheet = 0 ) </h3> Constructs a TQSimpleRichText from the rich text string <em>text</em> and the font <em>fnt</em>. @@ -104,7 +104,7 @@ calculate the absolute path. See <p> The <em>sheet</em> is an optional style sheet. If it is 0, the default style sheet will be used (see <a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()). -<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="ntqstring.html">TQString</a> & context, const <a href="ntqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="ntqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = TRUE ) +<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context, const <a href="ntqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="ntqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = TRUE ) </h3> Constructs a TQSimpleRichText from the rich text string <em>text</em> and the font <em>fnt</em>. @@ -134,12 +134,12 @@ Destroys the rich text object, freeing memory. Adjusts the richt text object to a reasonable size. <p> <p>See also <a href="#setWidth">setWidth</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="anchorAt"></a>TQSimpleRichText::anchorAt ( const <a href="ntqpoint.html">TQPoint</a> & pos ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQSimpleRichText::anchorAt ( const <a href="ntqpoint.html">TQPoint</a> & pos ) const </h3> Returns the anchor at the requested position, <em>pos</em>. An empty string is returned if no anchor is specified for this position. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="context"></a>TQSimpleRichText::context () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="context"></a>TQSimpleRichText::context () const </h3> Returns the context of the rich text object. If no context has been specified in the constructor, a null string is returned. The |