|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QImageWriter.ImageWriterError>
com.trolltech.qt.gui.QImageWriter.ImageWriterError
public static enum QImageWriter.ImageWriterError
This enum describes errors that can occur when writing images with QImageWriter.
Enum Constant Summary | |
---|---|
DeviceError
QImageWriter encountered a device error when writing the image data. |
|
UnknownError
An unknown error occurred. |
|
UnsupportedFormatError
Qt does not support the requested image format. |
Method Summary | |
---|---|
static QImageWriter.ImageWriterError |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QImageWriter.ImageWriterError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QImageWriter.ImageWriterError[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QImageWriter.ImageWriterError UnknownError
An unknown error occurred. If you get this value after calling write, it is most likely caused by a bug in QImageWriter.
public static final QImageWriter.ImageWriterError DeviceError
QImageWriter encountered a device error when writing the image data. Consult your device for more details on what went wrong.
public static final QImageWriter.ImageWriterError UnsupportedFormatError
Qt does not support the requested image format.
Method Detail |
---|
public static final QImageWriter.ImageWriterError[] values()
for(QImageWriter.ImageWriterError c : QImageWriter.ImageWriterError.values()) System.out.println(c);
public static QImageWriter.ImageWriterError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QImageWriter.ImageWriterError resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |