|
|||||||||
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.QTextListFormat.Style
public static final class QTextListFormat.Style
This enum describes the symbols used to decorate list items.
Field Summary | |
---|---|
static QTextListFormat.Style |
ListCircle
an empty circle |
static QTextListFormat.Style |
ListDecimal
decimal values in ascending order |
static QTextListFormat.Style |
ListDisc
a filled circle |
static QTextListFormat.Style |
ListLowerAlpha
lower case Latin characters in alphabetical order |
static QTextListFormat.Style |
ListSquare
a filled square |
static QTextListFormat.Style |
ListStyleUndefined
|
static QTextListFormat.Style |
ListUpperAlpha
upper case Latin characters in alphabetical order |
Method Summary | |
---|---|
static QTextListFormat.Style |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextListFormat.Style |
valueOf(java.lang.String name)
|
static QTextListFormat.Style[] |
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 QTextListFormat.Style ListDisc
public static final QTextListFormat.Style ListCircle
public static final QTextListFormat.Style ListSquare
public static final QTextListFormat.Style ListDecimal
public static final QTextListFormat.Style ListLowerAlpha
public static final QTextListFormat.Style ListUpperAlpha
public static final QTextListFormat.Style ListStyleUndefined
Method Detail |
---|
public static QTextListFormat.Style[] values()
public static QTextListFormat.Style valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextListFormat.Style resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |