Qt Reference Documentation
Home
Modules
Qt3SupportLight
Q3StyleSheetItem
List of All Members for Q3StyleSheetItem
This is the complete list of members for
Q3StyleSheetItem
, including inherited members.
enum
DisplayMode
enum
ListStyle
enum
Margin
enum
VerticalAlignment
enum
WhiteSpaceMode
Q3StyleSheetItem
( Q3StyleSheet *, const QString & )
Q3StyleSheetItem
( const Q3StyleSheetItem & )
~Q3StyleSheetItem
()
alignment
() const : int
allowedInContext
( const Q3StyleSheetItem * ) const : bool
color
() const : QColor
contexts
() const : QString
definesFontItalic
() const : bool
definesFontStrikeOut
() const : bool
definesFontUnderline
() const : bool
displayMode
() const : DisplayMode
fontFamily
() const : QString
fontItalic
() const : bool
fontSize
() const : int
fontStrikeOut
() const : bool
fontUnderline
() const : bool
fontWeight
() const : int
isAnchor
() const : bool
lineSpacing
() const : int
listStyle
() const : ListStyle
logicalFontSize
() const : int
logicalFontSizeStep
() const : int
margin
( Margin ) const : int
name
() const : QString
numberOfColumns
() const : int
selfNesting
() const : bool
setAlignment
( int )
setAnchor
( bool )
setColor
( const QColor & )
setContexts
( const QString & )
setDisplayMode
( DisplayMode )
setFontFamily
( const QString & )
setFontItalic
( bool )
setFontSize
( int )
setFontStrikeOut
( bool )
setFontUnderline
( bool )
setFontWeight
( int )
setListStyle
( ListStyle )
setLogicalFontSize
( int )
setLogicalFontSizeStep
( int )
setMargin
( Margin, int )
setNumberOfColumns
( int )
setSelfNesting
( bool )
setVerticalAlignment
( VerticalAlignment )
setWhiteSpaceMode
( WhiteSpaceMode )
styleSheet
() : Q3StyleSheet *
styleSheet
() const : const Q3StyleSheet *
verticalAlignment
() const : VerticalAlignment
whiteSpaceMode
() const : WhiteSpaceMode
operator=
( const Q3StyleSheetItem & ) : Q3StyleSheetItem &