From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qstylesheetitem.html | 64 +++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'doc/html/qstylesheetitem.html') 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; }

The TQStyleSheetItem class provides an encapsulation of a set of text styles. More... -

#include <qstylesheet.h> -

Inherits TQt. +

#include <ntqstylesheet.h> +

Inherits TQt.

List of all member functions.

Public Members

TQStyleSheetItem::WhiteSpaceMode

-

This enum defines the ways in which TQStyleSheet can treat +

This enum defines the ways in which TQStyleSheet can treat whitespace.


Member Function Documentation

-

TQStyleSheetItem::TQStyleSheetItem ( TQStyleSheet * parent, const TQString & name ) +

TQStyleSheetItem::TQStyleSheetItem ( TQStyleSheet * parent, const TQString & name )

Constructs a new style called name for the stylesheet parent.

All properties in TQStyleSheetItem are initially in the "do not @@ -194,12 +194,12 @@ to any style sheet.

TQStyleSheetItem::~TQStyleSheetItem ()

Destroys the style. Note that TQStyleSheetItem objects become -owned by TQStyleSheet when they are created. +owned by TQStyleSheet when they are created.

int TQStyleSheetItem::alignment () const

-Returns the alignment of this style. Possible values are AlignAuto, AlignLeft, AlignRight, AlignCenter or AlignJustify. -

See also setAlignment() and TQt::AlignmentFlags. +Returns the alignment of this style. Possible values are AlignAuto, AlignLeft, AlignRight, AlignCenter or AlignJustify. +

See also setAlignment() and TQt::AlignmentFlags.

bool TQStyleSheetItem::allowedInContext ( const TQStyleSheetItem * s ) const

@@ -207,13 +207,13 @@ Returns TRUE if this style can be nested into an element of style s; otherwise returns FALSE.

See also contexts() and setContexts(). -

TQColor TQStyleSheetItem::color () const +

TQColor TQStyleSheetItem::color () const

Returns the text color of this style or an invalid color if no color has been set. -

See also setColor() and TQColor::isValid(). +

See also setColor() and TQColor::isValid(). -

TQString TQStyleSheetItem::contexts () const +

TQString TQStyleSheetItem::contexts () const

Returns a space-separated list of names of styles that may contain elements of this style. If nothing has been set, contexts() @@ -248,11 +248,11 @@ Returns the display mode of the style.

See also setDisplayMode(). -

TQString TQStyleSheetItem::fontFamily () const +

TQString TQStyleSheetItem::fontFamily () const

Returns the font family setting of the style. This is either a -valid font family or TQString::null if no family has been set. -

See also setFontFamily(), TQFont::family(), and TQFont::setFamily(). +valid font family or TQString::null if no family has been set. +

See also setFontFamily(), TQFont::family(), and TQFont::setFamily().

bool TQStyleSheetItem::fontItalic () const

@@ -264,7 +264,7 @@ FALSE. Returns the font size setting of the style. This is either a valid point size or TQStyleSheetItem::Undefined. -

See also setFontSize(), TQFont::pointSize(), and TQFont::setPointSize(). +

See also setFontSize(), TQFont::pointSize(), and TQFont::setPointSize().

bool TQStyleSheetItem::fontStrikeOut () const

@@ -281,8 +281,8 @@ returns FALSE.

int TQStyleSheetItem::fontWeight () const

Returns the font weight setting of the style. This is either a -valid TQFont::Weight or the value TQStyleSheetItem::Undefined. -

See also setFontWeight() and TQFont. +valid TQFont::Weight or the value TQStyleSheetItem::Undefined. +

See also setFontWeight() and TQFont.

bool TQStyleSheetItem::isAnchor () const

@@ -303,7 +303,7 @@ Returns the list style of the style. Returns the logical font size setting of the style. This is either a valid size between 1 and 7 or TQStyleSheetItem::Undefined. -

See also setLogicalFontSize(), setLogicalFontSizeStep(), TQFont::pointSize(), and TQFont::setPointSize(). +

See also setLogicalFontSize(), setLogicalFontSizeStep(), TQFont::pointSize(), and TQFont::setPointSize().

int TQStyleSheetItem::logicalFontSizeStep () const

@@ -318,7 +318,7 @@ Returns the width of margin m in pixels.

The margin, m, can be MarginLeft, MarginRight, MarginTop, MarginBottom, or MarginFirstLine.

See also setMargin() and Margin. -

TQString TQStyleSheetItem::name () const +

TQString TQStyleSheetItem::name () const

Returns the name of the style item. @@ -343,9 +343,9 @@ returns FALSE. Sets the alignment to f. This only makes sense for styles with a display mode of -DisplayBlock. Possible values are AlignAuto, AlignLeft, -AlignRight, AlignCenter or AlignJustify. -

See also alignment(), displayMode(), and TQt::AlignmentFlags. +DisplayBlock. Possible values are AlignAuto, AlignLeft, +AlignRight, AlignCenter or AlignJustify. +

See also alignment(), displayMode(), and TQt::AlignmentFlags.

void TQStyleSheetItem::setAnchor ( bool anc )

@@ -354,12 +354,12 @@ link); otherwise sets it to not be an anchor. Elements in this style link to other documents or anchors.

See also isAnchor(). -

void TQStyleSheetItem::setColor ( const TQColor & c ) +

void TQStyleSheetItem::setColor ( const TQColor & c )

Sets the text color of this style to c.

See also color(). -

void TQStyleSheetItem::setContexts ( const TQString & c ) +

void TQStyleSheetItem::setContexts ( const TQString & c )

Sets a space-separated list of names of styles that may contain elements of this style. If c is empty, the style can be nested @@ -371,10 +371,10 @@ everywhere. Sets the display mode of the style to m.

See also displayMode(). -

void TQStyleSheetItem::setFontFamily ( const TQString & fam ) +

void TQStyleSheetItem::setFontFamily ( const TQString & fam )

Sets the font family setting of the style to fam. -

See also fontFamily(), TQFont::family(), and TQFont::setFamily(). +

See also fontFamily(), TQFont::family(), and TQFont::setFamily().

void TQStyleSheetItem::setFontItalic ( bool italic )

@@ -385,7 +385,7 @@ upright.

void TQStyleSheetItem::setFontSize ( int s )

Sets the font size setting of the style to s points. -

See also fontSize(), TQFont::pointSize(), and TQFont::setPointSize(). +

See also fontSize(), TQFont::pointSize(), and TQFont::setPointSize().

void TQStyleSheetItem::setFontStrikeOut ( bool strikeOut )

@@ -402,8 +402,8 @@ sets no underline.

void TQStyleSheetItem::setFontWeight ( int w )

Sets the font weight setting of the style to w. Valid values -are those defined by TQFont::Weight. -

See also TQFont and fontWeight(). +are those defined by TQFont::Weight. +

See also TQFont and fontWeight().

void TQStyleSheetItem::setListStyle ( ListStyle s )

@@ -415,7 +415,7 @@ Sets the list style of the style to s. Sets the logical font size setting of the style to s. Valid logical sizes are 1 to 7. -

See also logicalFontSize(), TQFont::pointSize(), and TQFont::setPointSize(). +

See also logicalFontSize(), TQFont::pointSize(), and TQFont::setPointSize().

void TQStyleSheetItem::setLogicalFontSizeStep ( int s )

@@ -458,11 +458,11 @@ Sets the vertical alignment to valign. Possible values are Sets the whitespace mode to m.

See also WhiteSpaceMode. -

TQStyleSheet * TQStyleSheetItem::styleSheet () +

TQStyleSheet * TQStyleSheetItem::styleSheet ()

Returns the style sheet this item is in. -

const TQStyleSheet * TQStyleSheetItem::styleSheet () const +

const TQStyleSheet * TQStyleSheetItem::styleSheet () const

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Returns the style sheet this item is in. -- cgit v1.2.1