|
|||||||||
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.QTextStream.RealNumberNotation
public static final class QTextStream.RealNumberNotation
This enum specifies which notations to use for expressing float and double as strings.
setRealNumberNotation()
.
Field Summary | |
---|---|
static QTextStream.RealNumberNotation |
FixedNotation
Fixed-point notation (printf()'s %f flag). |
static QTextStream.RealNumberNotation |
ScientificNotation
Scientific notation (printf()'s %e flag). |
static QTextStream.RealNumberNotation |
SmartNotation
Scientific or fixed-point notation, depending on which makes most sense (printf()'s %g flag). |
Method Summary | |
---|---|
static QTextStream.RealNumberNotation |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextStream.RealNumberNotation |
valueOf(java.lang.String name)
|
static QTextStream.RealNumberNotation[] |
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 QTextStream.RealNumberNotation SmartNotation
public static final QTextStream.RealNumberNotation FixedNotation
public static final QTextStream.RealNumberNotation ScientificNotation
Method Detail |
---|
public static QTextStream.RealNumberNotation[] values()
public static QTextStream.RealNumberNotation valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextStream.RealNumberNotation resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |