diff options
Diffstat (limited to 'doc/html/qstylesheetitem.html')
-rw-r--r-- | doc/html/qstylesheetitem.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qstylesheetitem.html b/doc/html/qstylesheetitem.html index a435f73b1..9f63283ad 100644 --- a/doc/html/qstylesheetitem.html +++ b/doc/html/qstylesheetitem.html @@ -179,7 +179,7 @@ WhiteSpaceNormal, but no automatic line-breaks occur. To break lines manually, use the <tt><br></tt> tag. </ul><p> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQStyleSheetItem"></a>TQStyleSheetItem::TQStyleSheetItem ( <a href="ntqstylesheet.html">TQStyleSheet</a> * parent, const <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn><a name="TQStyleSheetItem"></a>TQStyleSheetItem::TQStyleSheetItem ( <a href="ntqstylesheet.html">TQStyleSheet</a> * parent, const <a href="tqstring.html">TQString</a> & name ) </h3> Constructs a new style called <em>name</em> for the stylesheet <em>parent</em>. <p> All properties in TQStyleSheetItem are initially in the "do not @@ -213,7 +213,7 @@ 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>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="contexts"></a>TQStyleSheetItem::contexts () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="contexts"></a>TQStyleSheetItem::contexts () const </h3> Returns a space-separated list of names of styles that may contain elements of this style. If nothing has been set, <a href="#contexts">contexts</a>() @@ -248,10 +248,10 @@ Returns the <a href="#DisplayMode-enum">display mode</a> of the style. <p> <p>See also <a href="#setDisplayMode">setDisplayMode</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="fontFamily"></a>TQStyleSheetItem::fontFamily () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fontFamily"></a>TQStyleSheetItem::fontFamily () const </h3> Returns the font family setting of the style. This is either a -valid font family or <a href="ntqstring.html#TQString-null">TQString::null</a> if no family has been set. +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>(). <h3 class=fn>bool <a name="fontItalic"></a>TQStyleSheetItem::fontItalic () const @@ -318,7 +318,7 @@ Returns the width of margin <em>m</em> in pixels. <p> The margin, <em>m</em>, can be <a href="#Margin-enum">MarginLeft</a>, <a href="#Margin-enum">MarginRight</a>, <a href="#Margin-enum">MarginTop</a>, <a href="#Margin-enum">MarginBottom</a>, or <a href="#Margin-enum">MarginFirstLine</a>. <p> <p>See also <a href="#setMargin">setMargin</a>() and <a href="#Margin-enum">Margin</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQStyleSheetItem::name () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQStyleSheetItem::name () const </h3> Returns the name of the style item. @@ -359,7 +359,7 @@ style link to other documents or anchors. Sets the text color of this style to <em>c</em>. <p> <p>See also <a href="#color">color</a>(). -<h3 class=fn>void <a name="setContexts"></a>TQStyleSheetItem::setContexts ( const <a href="ntqstring.html">TQString</a> & c ) +<h3 class=fn>void <a name="setContexts"></a>TQStyleSheetItem::setContexts ( const <a href="tqstring.html">TQString</a> & c ) </h3> Sets a space-separated list of names of styles that may contain elements of this style. If <em>c</em> is empty, the style can be nested @@ -371,7 +371,7 @@ everywhere. Sets the display mode of the style to <em>m</em>. <p> <p>See also <a href="#displayMode">displayMode</a>(). -<h3 class=fn>void <a name="setFontFamily"></a>TQStyleSheetItem::setFontFamily ( const <a href="ntqstring.html">TQString</a> & fam ) +<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>(). |