Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Qt3::QStyleSheetItem Class Reference

#include </home/clem/local/src/opie/noncore/apps/opie-write/qstylesheet.h>

Inheritance diagram for Qt3::QStyleSheetItem:

Inheritance graph
[legend]
Collaboration diagram for Qt3::QStyleSheetItem:

Collaboration graph
[legend]
List of all members.

Public Types

enum  AdditionalStyleValues { Undefined = - 1 }
enum  DisplayMode { DisplayBlock, DisplayInline, DisplayListItem, DisplayNone }
enum  VerticalAlignment { VAlignBaseline, VAlignSub, VAlignSuper }
enum  WhiteSpaceMode { WhiteSpaceNormal, WhiteSpacePre, WhiteSpaceNoWrap }
enum  Margin {
  MarginLeft, MarginRight, MarginTop, MarginBottom,
  MarginFirstLine, MarginAll, MarginVertical, MarginHorizontal
}
enum  ListStyle {
  ListDisc, ListCircle, ListSquare, ListDecimal,
  ListLowerAlpha, ListUpperAlpha
}

Public Member Functions

 QStyleSheetItem (QStyleSheet *parent, const QString &name)
 QStyleSheetItem (const QStyleSheetItem &)
 ~QStyleSheetItem ()
QString name () const
QStyleSheetstyleSheet ()
const QStyleSheetstyleSheet () const
DisplayMode displayMode () const
void setDisplayMode (DisplayMode m)
int alignment () const
void setAlignment (int f)
VerticalAlignment verticalAlignment () const
void setVerticalAlignment (VerticalAlignment valign)
int fontWeight () const
void setFontWeight (int w)
int logicalFontSize () const
void setLogicalFontSize (int s)
int logicalFontSizeStep () const
void setLogicalFontSizeStep (int s)
int fontSize () const
void setFontSize (int s)
QString fontFamily () const
void setFontFamily (const QString &)
int numberOfColumns () const
void setNumberOfColumns (int ncols)
QColor color () const
void setColor (const QColor &)
bool fontItalic () const
void setFontItalic (bool)
bool definesFontItalic () const
bool fontUnderline () const
void setFontUnderline (bool)
bool definesFontUnderline () const
bool fontStrikeOut () const
void setFontStrikeOut (bool)
bool definesFontStrikeOut () const
bool isAnchor () const
void setAnchor (bool anc)
WhiteSpaceMode whiteSpaceMode () const
void setWhiteSpaceMode (WhiteSpaceMode m)
int margin (Margin m) const
void setMargin (Margin, int)
ListStyle listStyle () const
void setListStyle (ListStyle)
QString contexts () const
void setContexts (const QString &)
bool allowedInContext (const QStyleSheetItem *) const
bool selfNesting () const
void setSelfNesting (bool)
void setLineSpacing (int ls)
int lineSpacing () const

Private Member Functions

void init ()

Private Attributes

QStyleSheetItemDatad

Member Enumeration Documentation

enum Qt3::QStyleSheetItem::AdditionalStyleValues
 

Enumeration values:
Undefined 

Definition at line 70 of file qstylesheet.h.

enum Qt3::QStyleSheetItem::DisplayMode
 

Enumeration values:
DisplayBlock 
DisplayInline 
DisplayListItem 
DisplayNone 

Definition at line 72 of file qstylesheet.h.

enum Qt3::QStyleSheetItem::ListStyle
 

Enumeration values:
ListDisc 
ListCircle 
ListSquare 
ListDecimal 
ListLowerAlpha 
ListUpperAlpha 

Definition at line 148 of file qstylesheet.h.

enum Qt3::QStyleSheetItem::Margin
 

Enumeration values:
MarginLeft 
MarginRight 
MarginTop 
MarginBottom 
MarginFirstLine 
MarginAll 
MarginVertical 
MarginHorizontal 

Definition at line 134 of file qstylesheet.h.

enum Qt3::QStyleSheetItem::VerticalAlignment
 

Enumeration values:
VAlignBaseline 
VAlignSub 
VAlignSuper 

Definition at line 85 of file qstylesheet.h.

enum Qt3::QStyleSheetItem::WhiteSpaceMode
 

Enumeration values:
WhiteSpaceNormal 
WhiteSpacePre 
WhiteSpaceNoWrap 

Definition at line 130 of file qstylesheet.h.


Constructor & Destructor Documentation

QStyleSheetItem::QStyleSheetItem QStyleSheet parent,
const QString name
 

Constructs a new style called name for the stylesheet parent.

All properties in QStyleSheetItem are initially in the "do not change" state, except display mode, which defaults to DisplayInline.

Definition at line 149 of file qstylesheet.cpp.

References d, init(), Qt3::QStyleSheet::insert(), QString::lower(), Qt3::QStyleSheetItemData::sheet, and Qt3::QStyleSheetItemData::stylename.

QStyleSheetItem::QStyleSheetItem const QStyleSheetItem other  ) 
 

Copy constructor. Constructs a copy of other that is not bound to any style sheet.

Definition at line 163 of file qstylesheet.cpp.

References d.

QStyleSheetItem::~QStyleSheetItem  ) 
 

Destroys the style. Note that QStyleSheetItem objects become owned by QStyleSheet when they are created.

Definition at line 174 of file qstylesheet.cpp.

References d.


Member Function Documentation

int QStyleSheetItem::alignment  )  const
 

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

See also:
setAlignment(), Qt::AlignmentFlags

Definition at line 284 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::align, and d.

bool QStyleSheetItem::allowedInContext const QStyleSheetItem s  )  const
 

Returns TRUE if this style can be nested into an element of style s; otherwise returns FALSE.

See also:
contexts(), setContexts()

Definition at line 769 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::contxt, d, QString::find(), QString::isEmpty(), name(), and TRUE.

QColor QStyleSheetItem::color  )  const
 

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

See also:
setColor() QColor::isValid()

Definition at line 597 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::col, and d.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

QString QStyleSheetItem::contexts  )  const
 

Returns a space-separated list of names of styles that may contain elements of this style. If nothing has been set, contexts() returns an empty string, which indicates that this style can be nested everywhere.

See also:
setContexts()

Definition at line 746 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::contxt, and d.

bool QStyleSheetItem::definesFontItalic  )  const
 

Returns TRUE if the style defines a font shape; otherwise returns FALSE. A style does not define any shape until setFontItalic() is called.

See also:
setFontItalic(), fontItalic()

Definition at line 374 of file qstylesheet.cpp.

References d, Qt3::QStyleSheetItemData::fontitalic, and Undefined.

Referenced by Qt3::QTextFormat::makeTextFormat().

bool QStyleSheetItem::definesFontStrikeOut  )  const
 

Returns TRUE if the style defines a setting for the strikeOut property of the font; otherwise returns FALSE. A style does not define this until setFontStrikeOut() is called.

See also:
setFontStrikeOut(), fontStrikeOut()

Definition at line 443 of file qstylesheet.cpp.

References d, Qt3::QStyleSheetItemData::fontstrikeout, and Undefined.

Referenced by Qt3::QTextFormat::makeTextFormat().

bool QStyleSheetItem::definesFontUnderline  )  const
 

Returns TRUE if the style defines a setting for the underline property of the font; otherwise returns FALSE. A style does not define this until setFontUnderline() is called.

See also:
setFontUnderline(), fontUnderline()

Definition at line 408 of file qstylesheet.cpp.

References d, Qt3::QStyleSheetItemData::fontunderline, and Undefined.

Referenced by Qt3::QTextFormat::makeTextFormat().

QStyleSheetItem::DisplayMode QStyleSheetItem::displayMode  )  const
 

Returns the display mode of the style.

See also:
setDisplayMode()

Definition at line 244 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::disp.

Referenced by Qt3::QTextDocument::setRichTextInternal(), and Qt3::QTextDocument::setRichTextMarginsInternal().

QString QStyleSheetItem::fontFamily  )  const
 

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

See also:
setFontFamily(), QFont::family(), QFont::setFamily()

Definition at line 547 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontfamily.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

bool QStyleSheetItem::fontItalic  )  const
 

Returns TRUE if the style sets an italic font; otherwise returns FALSE.

See also:
setFontItalic(), definesFontItalic()

Definition at line 351 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontitalic.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

int QStyleSheetItem::fontSize  )  const
 

Returns the font size setting of the style. This is either a valid point size or QStyleSheetItem::Undefined.

See also:
setFontSize(), QFont::pointSize(), QFont::setPointSize()

Definition at line 535 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontsize.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

bool QStyleSheetItem::fontStrikeOut  )  const
 

Returns TRUE if the style sets a strike out font; otherwise returns FALSE.

See also:
setFontStrikeOut(), definesFontStrikeOut()

Definition at line 420 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontstrikeout.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

bool QStyleSheetItem::fontUnderline  )  const
 

Returns TRUE if the style sets an underlined font; otherwise returns FALSE.

See also:
setFontUnderline(), definesFontUnderline()

Definition at line 385 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontunderline.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

int QStyleSheetItem::fontWeight  )  const
 

Returns the font weight setting of the style. This is either a valid QFont::Weight or the value QStyleSheetItem::Undefined.

See also:
setFontWeight(), QFont

Definition at line 455 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontweight.

Referenced by Qt3::QTextFormat::makeTextFormat(), and Qt3::QTextFormat::QTextFormat().

void QStyleSheetItem::init  )  [private]
 

For internal use only.

Internal initialization

Definition at line 203 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::align, Qt3::QStyleSheetItemData::anchor, Qt3::QStyleSheetItemData::col, d, Qt3::QStyleSheetItemData::disp, DisplayInline, FALSE, Qt3::QStyleSheetItemData::fontitalic, Qt3::QStyleSheetItemData::fontsize, Qt3::QStyleSheetItemData::fontsizelog, Qt3::QStyleSheetItemData::fontsizestep, Qt3::QStyleSheetItemData::fontstrikeout, Qt3::QStyleSheetItemData::fontunderline, Qt3::QStyleSheetItemData::fontweight, Qt3::QStyleSheetItemData::lineSpacing, Qt3::QStyleSheetItemData::list, Qt3::QStyleSheetItemData::margin, Qt3::QStyleSheetItemData::ncolumns, Qt3::QStyleSheetItemData::selfnest, TRUE, Undefined, Qt3::QStyleSheetItemData::valign, VAlignBaseline, and Qt3::QStyleSheetItemData::whitespacemode.

Referenced by QStyleSheetItem().

bool QStyleSheetItem::isAnchor  )  const
 

Returns whether this style is an anchor.

See also:
setAnchor()

Definition at line 617 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::anchor, and d.

Referenced by Qt3::QTextFormat::makeTextFormat().

int QStyleSheetItem::lineSpacing  )  const
 

Returns the linespacing

Definition at line 823 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::lineSpacing.

Referenced by Qt3::QTextDocument::setRichTextMarginsInternal().

QStyleSheetItem::ListStyle QStyleSheetItem::listStyle  )  const
 

Returns the list style of the style.

See also:
setListStyle() ListStyle

Definition at line 705 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::list.

Referenced by Qt3::QTextDocument::richText(), and Qt3::QTextDocument::setRichTextMarginsInternal().

int QStyleSheetItem::logicalFontSize  )  const
 

Returns the logical font size setting of the style. This is either a valid size between 1 and 7 or QStyleSheetItem::Undefined.

See also:
setLogicalFontSize(), setLogicalFontSizeStep(), QFont::pointSize(), QFont::setPointSize()

Definition at line 477 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontsizelog.

Referenced by Qt3::QTextFormat::makeTextFormat().

int QStyleSheetItem::logicalFontSizeStep  )  const
 

Returns the logical font size step of this style.

The default is 0. Tags such as big define +1; small defines -1.

See also:
setLogicalFontSizeStep()

Definition at line 502 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontsizestep.

Referenced by Qt3::QTextFormat::makeTextFormat().

int QStyleSheetItem::margin Margin  m  )  const
 

Returns the width of margin m in pixels.

The margin, m, can be MarginLeft, MarginRight, MarginTop, MarginBottom, MarginAll, MarginVertical or MarginHorizontal.

See also:
setMargin() Margin

Definition at line 665 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::margin.

Referenced by margin_to_string(), and Qt3::QTextDocument::setRichTextMarginsInternal().

QString QStyleSheetItem::name  )  const
 

Returns the name of the style item.

Definition at line 233 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::stylename.

Referenced by allowedInContext(), Qt3::QTextFormat::makeTextFormat(), Qt3::QTextDocument::setRichTextInternal(), and Qt3::QStyleSheet::tag().

int QStyleSheetItem::numberOfColumns  )  const
 

Returns the number of columns for this style.

See also:
setNumberOfColumns(), displayMode(), setDisplayMode()

Definition at line 569 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::ncolumns.

bool QStyleSheetItem::selfNesting  )  const
 

Returns TRUE if this style has self-nesting enabled; otherwise returns FALSE.

See also:
setSelfNesting()

Definition at line 783 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::selfnest.

void QStyleSheetItem::setAlignment int  f  ) 
 

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(), Qt::AlignmentFlags

Definition at line 297 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::align, and d.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setAnchor bool  anc  ) 
 

If anc is TRUE, sets this style to be an anchor (hypertext link); otherwise sets it to not be an anchor. Elements in this style link to other documents or anchors.

See also:
isAnchor()

Definition at line 629 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::anchor, and d.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setColor const QColor &  c  ) 
 

Sets the text color of this style to c.

See also:
color()

Definition at line 607 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::col, and d.

void QStyleSheetItem::setContexts const QString 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 everywhere.

See also:
contexts()

Definition at line 758 of file qstylesheet.cpp.

References Qt3::QStyleSheetItemData::contxt, and d.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setDisplayMode DisplayMode  m  ) 
 

Sets the display mode of the style to m.

See also:
displayMode()

Definition at line 271 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::disp.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setFontFamily const QString fam  ) 
 

Sets the font family setting of the style to fam.

See also:
fontFamily(), QFont::family(), QFont::setFamily()

Definition at line 557 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontfamily.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setFontItalic bool  italic  ) 
 

If italic is TRUE sets italic for the style; otherwise sets upright.

See also:
fontItalic(), definesFontItalic()

Definition at line 362 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontitalic.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setFontSize int  s  ) 
 

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

See also:
fontSize(), QFont::pointSize(), QFont::setPointSize()

Definition at line 524 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontsize.

void QStyleSheetItem::setFontStrikeOut bool  strikeOut  ) 
 

If strikeOut is TRUE, sets strike out for the style; otherwise sets no strike out.

See also:
fontStrikeOut(), definesFontStrikeOut()

Definition at line 431 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontstrikeout.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setFontUnderline bool  underline  ) 
 

If underline is TRUE, sets underline for the style; otherwise sets no underline.

See also:
fontUnderline(), definesFontUnderline()

Definition at line 396 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontunderline.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setFontWeight int  w  ) 
 

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

See also:
QFont, fontWeight()

Definition at line 466 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontweight.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setLineSpacing int  ls  ) 
 

Definition at line 812 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::lineSpacing.

void QStyleSheetItem::setListStyle ListStyle  s  ) 
 

Sets the list style of the style to s.

This is used by nested elements that have a display mode of DisplayListItem.

See also:
listStyle() DisplayMode ListStyle

Definition at line 732 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::list.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setLogicalFontSize int  s  ) 
 

Sets the logical font size setting of the style to s. Valid logical sizes are 1 to 7.

See also:
logicalFontSize(), QFont::pointSize(), QFont::setPointSize()

Definition at line 489 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontsizelog.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setLogicalFontSizeStep int  s  ) 
 

Sets the logical font size step of this style to s.

See also:
logicalFontSizeStep()

Definition at line 512 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::fontsizestep.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setMargin Margin  m,
int  v
 

Sets the width of margin m to v pixels.

The margin, m, can be MarginLeft, MarginRight, MarginTop, MarginBottom, MarginAll, MarginVertical or MarginHorizontal. The value v must be >= 0.

See also:
margin()

Definition at line 680 of file qstylesheet.cpp.

References d, Qt3::QStyleSheetItemData::margin, MarginAll, MarginBottom, MarginHorizontal, MarginLeft, MarginRight, MarginTop, and MarginVertical.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setNumberOfColumns int  ncols  ) 
 

Sets the number of columns for this style. Elements in the style are divided into columns.

This makes sense only if the style uses a block display mode (see QStyleSheetItem::DisplayMode).

See also:
numberOfColumns()

Definition at line 584 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::ncolumns.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setSelfNesting bool  nesting  ) 
 

Sets the self-nesting property for this style to nesting.

In order to support "dirty" HTML, paragraphs {

} and list items {} are not self-nesting. This means that starting a new paragraph or list item automatically closes the previous one.

See also:
selfNesting()

Definition at line 797 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::selfnest.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setVerticalAlignment VerticalAlignment  valign  ) 
 

Sets the vertical alignment to valign. Possible values are VAlignBaseline, VAlignSub or VAlignSuper.

The vertical alignment property is not inherited.

See also:
verticalAlignment()

Definition at line 339 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::valign.

Referenced by Qt3::QStyleSheet::init().

void QStyleSheetItem::setWhiteSpaceMode WhiteSpaceMode  m  ) 
 

Sets the whitespace mode to m.

See also:
WhiteSpaceMode

Definition at line 650 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::whitespacemode.

Referenced by Qt3::QStyleSheet::init().

const QStyleSheet * QStyleSheetItem::styleSheet  )  const
 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Returns the style sheet this item is in.

Definition at line 194 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::sheet.

QStyleSheet * QStyleSheetItem::styleSheet  ) 
 

Returns the style sheet this item is in.

Definition at line 184 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::sheet.

Referenced by Qt3::QTextFormat::makeTextFormat().

QStyleSheetItem::VerticalAlignment QStyleSheetItem::verticalAlignment  )  const
 

Returns the vertical alignment of the style. Possible values are VAlignBaseline, VAlignSub or VAlignSuper.

See also:
setVerticalAlignment()

Definition at line 309 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::valign.

Referenced by Qt3::QTextFormat::makeTextFormat().

QStyleSheetItem::WhiteSpaceMode QStyleSheetItem::whiteSpaceMode  )  const
 

Returns the whitespace mode.

See also:
setWhiteSpaceMode() WhiteSpaceMode

Definition at line 640 of file qstylesheet.cpp.

References d, and Qt3::QStyleSheetItemData::whitespacemode.


Member Data Documentation

QStyleSheetItemData* Qt3::QStyleSheetItem::d [private]
 

Definition at line 172 of file qstylesheet.h.

Referenced by alignment(), allowedInContext(), color(), contexts(), definesFontItalic(), definesFontStrikeOut(), definesFontUnderline(), displayMode(), fontFamily(), fontItalic(), fontSize(), fontStrikeOut(), fontUnderline(), fontWeight(), init(), isAnchor(), lineSpacing(), listStyle(), logicalFontSize(), logicalFontSizeStep(), margin(), name(), numberOfColumns(), QStyleSheetItem(), selfNesting(), setAlignment(), setAnchor(), setColor(), setContexts(), setDisplayMode(), setFontFamily(), setFontItalic(), setFontSize(), setFontStrikeOut(), setFontUnderline(), setFontWeight(), setLineSpacing(), setListStyle(), setLogicalFontSize(), setLogicalFontSizeStep(), setMargin(), setNumberOfColumns(), setSelfNesting(), setVerticalAlignment(), setWhiteSpaceMode(), styleSheet(), verticalAlignment(), whiteSpaceMode(), and ~QStyleSheetItem().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 18:03:44 2005 for OPIE by  doxygen 1.4.2