diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
| commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
| tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqstylesheetitem.html | |
| parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
| download | tqt-a30f5359.tar.gz tqt-a30f5359.zip | |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqstylesheetitem.html')
| -rw-r--r-- | doc/html/tqstylesheetitem.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/tqstylesheetitem.html b/doc/html/tqstylesheetitem.html index f502f36ed..ce9013bb1 100644 --- a/doc/html/tqstylesheetitem.html +++ b/doc/html/tqstylesheetitem.html @@ -207,11 +207,11 @@ Returns TRUE if this style can be nested into an element of style <em>s</em>; otherwise returns FALSE. <p> <p>See also <a href="#contexts">contexts</a>() and <a href="#setContexts">setContexts</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="color"></a>TQStyleSheetItem::color () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="color"></a>TQStyleSheetItem::color () const </h3> Returns the text color of this style or an invalid color if no color has been set. -<p> <p>See also <a href="#setColor">setColor</a>() and <a href="ntqcolor.html#isValid">TQColor::isValid</a>(). +<p> <p>See also <a href="#setColor">setColor</a>() and <a href="tqcolor.html#isValid">TQColor::isValid</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="contexts"></a>TQStyleSheetItem::contexts () const </h3> @@ -252,7 +252,7 @@ Returns the <a href="#DisplayMode-enum">display </h3> Returns the font family setting of the style. This is either a valid font family or <a href="tqstring.html#TQString-null">TQString::null</a> if no family has been set. -<p> <p>See also <a href="#setFontFamily">setFontFamily</a>(), <a href="ntqfont.html#family">TQFont::family</a>(), and <a href="ntqfont.html#setFamily">TQFont::setFamily</a>(). +<p> <p>See also <a href="#setFontFamily">setFontFamily</a>(), <a href="tqfont.html#family">TQFont::family</a>(), and <a href="tqfont.html#setFamily">TQFont::setFamily</a>(). <h3 class=fn>bool <a name="fontItalic"></a>TQStyleSheetItem::fontItalic () const </h3> @@ -264,7 +264,7 @@ FALSE. </h3> Returns the font size setting of the style. This is either a valid point size or <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. -<p> <p>See also <a href="#setFontSize">setFontSize</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#setFontSize">setFontSize</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>bool <a name="fontStrikeOut"></a>TQStyleSheetItem::fontStrikeOut () const </h3> @@ -281,8 +281,8 @@ returns FALSE. <h3 class=fn>int <a name="fontWeight"></a>TQStyleSheetItem::fontWeight () const </h3> Returns the font weight setting of the style. This is either a -valid <a href="ntqfont.html#Weight-enum">TQFont::Weight</a> or the value <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. -<p> <p>See also <a href="#setFontWeight">setFontWeight</a>() and <a href="ntqfont.html">TQFont</a>. +valid <a href="tqfont.html#Weight-enum">TQFont::Weight</a> or the value <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. +<p> <p>See also <a href="#setFontWeight">setFontWeight</a>() and <a href="tqfont.html">TQFont</a>. <h3 class=fn>bool <a name="isAnchor"></a>TQStyleSheetItem::isAnchor () const </h3> @@ -303,7 +303,7 @@ Returns the list style of the style. </h3> Returns the logical font size setting of the style. This is either a valid size between 1 and 7 or <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. -<p> <p>See also <a href="#setLogicalFontSize">setLogicalFontSize</a>(), <a href="#setLogicalFontSizeStep">setLogicalFontSizeStep</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#setLogicalFontSize">setLogicalFontSize</a>(), <a href="#setLogicalFontSizeStep">setLogicalFontSizeStep</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>int <a name="logicalFontSizeStep"></a>TQStyleSheetItem::logicalFontSizeStep () const </h3> @@ -354,7 +354,7 @@ link); otherwise sets it to not be an anchor. Elements in this style link to other documents or anchors. <p> <p>See also <a href="#isAnchor">isAnchor</a>(). -<h3 class=fn>void <a name="setColor"></a>TQStyleSheetItem::setColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQStyleSheetItem::setColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the text color of this style to <em>c</em>. <p> <p>See also <a href="#color">color</a>(). @@ -374,7 +374,7 @@ Sets the display mode of the style to <em>m</em>. <h3 class=fn>void <a name="setFontFamily"></a>TQStyleSheetItem::setFontFamily ( const <a href="tqstring.html">TQString</a> & fam ) </h3> Sets the font family setting of the style to <em>fam</em>. -<p> <p>See also <a href="#fontFamily">fontFamily</a>(), <a href="ntqfont.html#family">TQFont::family</a>(), and <a href="ntqfont.html#setFamily">TQFont::setFamily</a>(). +<p> <p>See also <a href="#fontFamily">fontFamily</a>(), <a href="tqfont.html#family">TQFont::family</a>(), and <a href="tqfont.html#setFamily">TQFont::setFamily</a>(). <h3 class=fn>void <a name="setFontItalic"></a>TQStyleSheetItem::setFontItalic ( bool italic ) </h3> @@ -385,7 +385,7 @@ upright. <h3 class=fn>void <a name="setFontSize"></a>TQStyleSheetItem::setFontSize ( int s ) </h3> Sets the font size setting of the style to <em>s</em> points. -<p> <p>See also <a href="#fontSize">fontSize</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#fontSize">fontSize</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>void <a name="setFontStrikeOut"></a>TQStyleSheetItem::setFontStrikeOut ( bool strikeOut ) </h3> @@ -402,8 +402,8 @@ sets no underline. <h3 class=fn>void <a name="setFontWeight"></a>TQStyleSheetItem::setFontWeight ( int w ) </h3> Sets the font weight setting of the style to <em>w</em>. Valid values -are those defined by <a href="ntqfont.html#Weight-enum">TQFont::Weight</a>. -<p> <p>See also <a href="ntqfont.html">TQFont</a> and <a href="#fontWeight">fontWeight</a>(). +are those defined by <a href="tqfont.html#Weight-enum">TQFont::Weight</a>. +<p> <p>See also <a href="tqfont.html">TQFont</a> and <a href="#fontWeight">fontWeight</a>(). <h3 class=fn>void <a name="setListStyle"></a>TQStyleSheetItem::setListStyle ( <a href="tqstylesheetitem.html#ListStyle-enum">ListStyle</a> s ) </h3> @@ -415,7 +415,7 @@ Sets the list style of the style to <em>s</em>. </h3> Sets the logical font size setting of the style to <em>s</em>. Valid logical sizes are 1 to 7. -<p> <p>See also <a href="#logicalFontSize">logicalFontSize</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#logicalFontSize">logicalFontSize</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>void <a name="setLogicalFontSizeStep"></a>TQStyleSheetItem::setLogicalFontSizeStep ( int s ) </h3> |
