|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QTextCharFormat.UnderlineStyle
public static final class QTextCharFormat.UnderlineStyle
This enum describes the different ways drawing underlined text.
Qt::PenStyle
.
Field Summary | |
---|---|
static QTextCharFormat.UnderlineStyle |
DashDotDotLine
Underlines draw drawn using Qt::DashDotDotLine . |
static QTextCharFormat.UnderlineStyle |
DashDotLine
Dashs and dots are drawn using Qt::DashDotLine . |
static QTextCharFormat.UnderlineStyle |
DashUnderline
Dashes are drawn using Qt::DashLine . |
static QTextCharFormat.UnderlineStyle |
DotLine
Dots are drawn using Qt::DotLine ; |
static QTextCharFormat.UnderlineStyle |
NoUnderline
Text is draw without any underlining decoration. |
static QTextCharFormat.UnderlineStyle |
SingleUnderline
A line is drawn using Qt::SolidLine . |
static QTextCharFormat.UnderlineStyle |
SpellCheckUnderline
The underline is drawn depending on the QStyle.:SH_SpellCeckUnderlineStyle style hint of the QApplication style. |
static QTextCharFormat.UnderlineStyle |
WaveUnderline
The text is underlined using a wave shaped line. |
Method Summary | |
---|---|
static QTextCharFormat.UnderlineStyle |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextCharFormat.UnderlineStyle |
valueOf(java.lang.String name)
|
static QTextCharFormat.UnderlineStyle[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QTextCharFormat.UnderlineStyle NoUnderline
public static final QTextCharFormat.UnderlineStyle SingleUnderline
Qt::SolidLine
.
public static final QTextCharFormat.UnderlineStyle DashUnderline
Qt::DashLine
.
public static final QTextCharFormat.UnderlineStyle DotLine
Qt::DotLine
;
public static final QTextCharFormat.UnderlineStyle DashDotLine
Qt::DashDotLine
.
public static final QTextCharFormat.UnderlineStyle DashDotDotLine
Qt::DashDotDotLine
.
public static final QTextCharFormat.UnderlineStyle WaveUnderline
public static final QTextCharFormat.UnderlineStyle SpellCheckUnderline
QApplication
style. By default this is mapped to WaveUnderline
, on Mac OS X it is mapped to DashDotLine
.
Method Detail |
---|
public static QTextCharFormat.UnderlineStyle[] values()
public static QTextCharFormat.UnderlineStyle valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextCharFormat.UnderlineStyle resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |