|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.Qt.WhiteSpaceMode
public static final class Qt.WhiteSpaceMode
This enum describes the types of whitespace mode that are used by the QTextDocument
class to meet the requirements of different kinds of textual information. This enum is defined in the <QTextDocument> header file.
Field Summary | |
---|---|
static Qt.WhiteSpaceMode |
WhiteSpaceModeUndefined
|
static Qt.WhiteSpaceMode |
WhiteSpaceNormal
The whitespace mode used to display normal word wrapped text in paragraphs. |
static Qt.WhiteSpaceMode |
WhiteSpaceNoWrap
|
static Qt.WhiteSpaceMode |
WhiteSpacePre
A preformatted text mode in which whitespace is reproduced exactly. |
Method Summary | |
---|---|
static Qt.WhiteSpaceMode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.WhiteSpaceMode |
valueOf(java.lang.String name)
|
static Qt.WhiteSpaceMode[] |
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 Qt.WhiteSpaceMode WhiteSpaceNormal
public static final Qt.WhiteSpaceMode WhiteSpacePre
public static final Qt.WhiteSpaceMode WhiteSpaceNoWrap
public static final Qt.WhiteSpaceMode WhiteSpaceModeUndefined
Method Detail |
---|
public static Qt.WhiteSpaceMode[] values()
public static Qt.WhiteSpaceMode valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.WhiteSpaceMode resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |