diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qstylesheetitem.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qstylesheetitem.html')
-rw-r--r-- | doc/html/qstylesheetitem.html | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/doc/html/qstylesheetitem.html b/doc/html/qstylesheetitem.html index b6150acf4..a435f73b1 100644 --- a/doc/html/qstylesheetitem.html +++ b/doc/html/qstylesheetitem.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQStyleSheetItem class provides an encapsulation of a set of text styles. <a href="#details">More...</a> -<p><tt>#include <<a href="qstylesheet-h.html">qstylesheet.h</a>></tt> -<p>Inherits <a href="qt.html">TQt</a>. +<p><tt>#include <<a href="qstylesheet-h.html">ntqstylesheet.h</a>></tt> +<p>Inherits <a href="ntqt.html">TQt</a>. <p><a href="qstylesheetitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -100,7 +100,7 @@ body { background: #ffffff; color: black; } The TQStyleSheetItem class provides an encapsulation of a set of text styles. <p> <p> A style sheet item consists of a name and a set of attributes that -specifiy its font, color, etc. When used in a <a href="qstylesheet.html">style sheet</a> (see <a href="#styleSheet">styleSheet</a>()), items define the <a href="#name">name</a>() of +specifiy its font, color, etc. When used in a <a href="ntqstylesheet.html">style sheet</a> (see <a href="#styleSheet">styleSheet</a>()), items define the <a href="#name">name</a>() of a rich text tag and the display property changes associated with it. <p> The <a href="#DisplayMode-enum">display mode</a> @@ -167,7 +167,7 @@ baseline of the parent </ul><p> <h3 class=fn><a name="WhiteSpaceMode-enum"></a>TQStyleSheetItem::WhiteSpaceMode</h3> -<p> This enum defines the ways in which <a href="qstylesheet.html">TQStyleSheet</a> can treat +<p> This enum defines the ways in which <a href="ntqstylesheet.html">TQStyleSheet</a> can treat whitespace. <ul> <li><tt>TQStyleSheetItem::WhiteSpaceNormal</tt> - any sequence of whitespace (including @@ -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="qstylesheet.html">TQStyleSheet</a> * parent, const <a href="qstring.html">TQString</a> & name ) +<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> 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 @@ -194,12 +194,12 @@ to any style sheet. <h3 class=fn><a name="~TQStyleSheetItem"></a>TQStyleSheetItem::~TQStyleSheetItem () </h3> Destroys the style. Note that TQStyleSheetItem objects become -owned by <a href="qstylesheet.html">TQStyleSheet</a> when they are created. +owned by <a href="ntqstylesheet.html">TQStyleSheet</a> when they are created. <h3 class=fn>int <a name="alignment"></a>TQStyleSheetItem::alignment () const </h3> -Returns the alignment of this style. Possible values are <a href="qt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="qt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="qt.html#AlignmentFlags-enum">AlignRight</a>, <a href="qt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="qt.html#AlignmentFlags-enum">AlignJustify</a>. -<p> <p>See also <a href="#setAlignment">setAlignment</a>() and <a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +Returns the alignment of this style. Possible values are <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignJustify</a>. +<p> <p>See also <a href="#setAlignment">setAlignment</a>() and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>bool <a name="allowedInContext"></a>TQStyleSheetItem::allowedInContext ( const <a href="qstylesheetitem.html">TQStyleSheetItem</a> * s ) const </h3> @@ -207,13 +207,13 @@ 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="qcolor.html">TQColor</a> <a name="color"></a>TQStyleSheetItem::color () const +<h3 class=fn><a href="ntqcolor.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="qcolor.html#isValid">TQColor::isValid</a>(). +<p> <p>See also <a href="#setColor">setColor</a>() and <a href="ntqcolor.html#isValid">TQColor::isValid</a>(). -<h3 class=fn><a href="qstring.html">TQString</a> <a name="contexts"></a>TQStyleSheetItem::contexts () const +<h3 class=fn><a href="ntqstring.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,11 +248,11 @@ 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="qstring.html">TQString</a> <a name="fontFamily"></a>TQStyleSheetItem::fontFamily () const +<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> if no family has been set. -<p> <p>See also <a href="#setFontFamily">setFontFamily</a>(), <a href="qfont.html#family">TQFont::family</a>(), and <a href="qfont.html#setFamily">TQFont::setFamily</a>(). +valid font family or <a href="ntqstring.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 </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="qfont.html#pointSize">TQFont::pointSize</a>(), and <a href="qfont.html#setPointSize">TQFont::setPointSize</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>(). <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="qfont.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="qfont.html">TQFont</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>. <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="qfont.html#pointSize">TQFont::pointSize</a>(), and <a href="qfont.html#setPointSize">TQFont::setPointSize</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>(). <h3 class=fn>int <a name="logicalFontSizeStep"></a>TQStyleSheetItem::logicalFontSizeStep () const </h3> @@ -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="qstring.html">TQString</a> <a name="name"></a>TQStyleSheetItem::name () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQStyleSheetItem::name () const </h3> Returns the name of the style item. @@ -343,9 +343,9 @@ returns FALSE. </h3> Sets the alignment to <em>f</em>. This only makes sense for styles with a <a href="#DisplayMode-enum">display mode</a> of -DisplayBlock. Possible values are <a href="qt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="qt.html#AlignmentFlags-enum">AlignLeft</a>, -<a href="qt.html#AlignmentFlags-enum">AlignRight</a>, <a href="qt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="qt.html#AlignmentFlags-enum">AlignJustify</a>. -<p> <p>See also <a href="#alignment">alignment</a>(), <a href="#displayMode">displayMode</a>(), and <a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +DisplayBlock. Possible values are <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, +<a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignJustify</a>. +<p> <p>See also <a href="#alignment">alignment</a>(), <a href="#displayMode">displayMode</a>(), and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>void <a name="setAnchor"></a>TQStyleSheetItem::setAnchor ( bool anc ) </h3> @@ -354,12 +354,12 @@ 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="qcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQStyleSheetItem::setColor ( const <a href="ntqcolor.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>(). -<h3 class=fn>void <a name="setContexts"></a>TQStyleSheetItem::setContexts ( const <a href="qstring.html">TQString</a> & c ) +<h3 class=fn>void <a name="setContexts"></a>TQStyleSheetItem::setContexts ( const <a href="ntqstring.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,10 +371,10 @@ 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="qstring.html">TQString</a> & fam ) +<h3 class=fn>void <a name="setFontFamily"></a>TQStyleSheetItem::setFontFamily ( const <a href="ntqstring.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="qfont.html#family">TQFont::family</a>(), and <a href="qfont.html#setFamily">TQFont::setFamily</a>(). +<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>(). <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="qfont.html#pointSize">TQFont::pointSize</a>(), and <a href="qfont.html#setPointSize">TQFont::setPointSize</a>(). +<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>(). <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="qfont.html#Weight-enum">TQFont::Weight</a>. -<p> <p>See also <a href="qfont.html">TQFont</a> and <a href="#fontWeight">fontWeight</a>(). +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>(). <h3 class=fn>void <a name="setListStyle"></a>TQStyleSheetItem::setListStyle ( <a href="qstylesheetitem.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="qfont.html#pointSize">TQFont::pointSize</a>(), and <a href="qfont.html#setPointSize">TQFont::setPointSize</a>(). +<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>(). <h3 class=fn>void <a name="setLogicalFontSizeStep"></a>TQStyleSheetItem::setLogicalFontSizeStep ( int s ) </h3> @@ -458,11 +458,11 @@ Sets the vertical alignment to <em>valign</em>. Possible values are Sets the whitespace mode to <em>m</em>. <p> <p>See also <a href="#WhiteSpaceMode-enum">WhiteSpaceMode</a>. -<h3 class=fn><a href="qstylesheet.html">TQStyleSheet</a> * <a name="styleSheet"></a>TQStyleSheetItem::styleSheet () +<h3 class=fn><a href="ntqstylesheet.html">TQStyleSheet</a> * <a name="styleSheet"></a>TQStyleSheetItem::styleSheet () </h3> Returns the style sheet this item is in. -<h3 class=fn>const <a href="qstylesheet.html">TQStyleSheet</a> * <a name="styleSheet-2"></a>TQStyleSheetItem::styleSheet () const +<h3 class=fn>const <a href="ntqstylesheet.html">TQStyleSheet</a> * <a name="styleSheet-2"></a>TQStyleSheetItem::styleSheet () const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the style sheet this item is in. |