Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QTextCharFormat
This is the complete list of members for
QTextCharFormat
, including inherited members.
enum
FormatType
enum
ObjectTypes
enum
Property
enum
PropertyType
QTextCharFormat
()
QList<int>
allPropertyIds
() const
QString
anchorHref
() const
QString
anchorName
() const
bool
boolProperty
( int
propertyId
, bool
defaultValue
= false ) const
QColor
color
() const
float
floatProperty
( int
propertyId
, float
defaultValue
= 0.0 ) const
QFont
font
() const
QString
fontFamily
() const
bool
fontFixedPitch
() const
bool
fontItalic
() const
bool
fontOverline
() const
float
fontPointSize
() const
bool
fontStrikeOut
() const
bool
fontUnderline
() const
int
fontWeight
() const
bool
hasProperty
( int
propertyId
) const
int
intProperty
( int
propertyId
, int
defaultValue
= 0 ) const
bool
isAnchor
() const
bool
isBlockFormat
() const
bool
isCharFormat
() const
bool
isFrameFormat
() const
bool
isImageFormat
() const
bool
isListFormat
() const
bool
isTableFormat
() const
bool
isValid
() const
void
merge
( const QTextFormat &
other
)
int
objectIndex
() const
int
objectType
() const
PropertyType
propertyType
( int
propertyId
) const
void
setAnchor
( bool
anchor
)
void
setAnchorHref
( const QString &
value
)
void
setAnchorName
( const QString &
name
)
void
setColor
( const QColor &
color
)
void
setFont
( const QFont &
font
)
void
setFontFamily
( const QString &
family
)
void
setFontFixedPitch
( bool
fixedPitch
)
void
setFontItalic
( bool
italic
)
void
setFontOverline
( bool
overline
)
void
setFontPointSize
( float
size
)
void
setFontStrikeOut
( bool
strikeOut
)
void
setFontUnderline
( bool
underline
)
void
setFontWeight
( int
weight
)
void
setObjectIndex
( int
o
)
void
setObjectType
( int
type
)
void
setProperty
( int
propertyId
, const QString &
value
)
void
setProperty
( int
propertyId
, bool
value
)
void
setProperty
( int
propertyId
, int
value
)
void
setProperty
( int
propertyId
, float
value
)
void
setTableCellColumnSpan
( int
tableCellColumnSpan
)
void
setTableCellRowSpan
( int
tableCellRowSpan
)
QString
stringProperty
( int
propertyId
, const QString &
defaultValue
= QString::null ) const
int
tableCellColumnSpan
() const
int
tableCellRowSpan
() const
QTextBlockFormat
toBlockFormat
() const
QTextCharFormat
toCharFormat
() const
QTextFrameFormat
toFrameFormat
() const
QTextImageFormat
toImageFormat
() const
QTextListFormat
toListFormat
() const
QTextTableFormat
toTableFormat
() const
int
type
() const
bool
operator!=
( const QTextFormat &
rhs
) const
QTextFormat &
operator=
( const QTextFormat &
rhs
)
bool
operator==
( const QTextFormat &
rhs
) const
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp1