Extending Qt Creator Manual
Format
Extending Qt Creator Manual 4.7.1
List of All Members for Format
This is the complete list of members for
TextEditor::Format
, including inherited members.
Format
()
Format
(const QColor &, const QColor &)
background
() const : QColor
bold
() const : bool
createMixinFormat
() : TextEditor::Format
equals
(const TextEditor::Format &) const : bool
foreground
() const : QColor
fromString
(const QString &) : bool
italic
() const : bool
relativeBackgroundLightness
() const : double
relativeBackgroundSaturation
() const : double
relativeForegroundLightness
() const : double
relativeForegroundSaturation
() const : double
setBackground
(const QColor &)
setBold
(bool )
setForeground
(const QColor &)
setItalic
(bool )
setRelativeBackgroundLightness
(double )
setRelativeBackgroundSaturation
(double )
setRelativeForegroundLightness
(double )
setRelativeForegroundSaturation
(double )
setUnderlineColor
(const QColor &)
setUnderlineStyle
(int )
toString
() const : QString
underlineColor
() const : QColor
underlineStyle
() const : int