|
|||||||||
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.QMessageBox.Icon
public static final class QMessageBox.Icon
This enum has the following values.
Field Summary | |
---|---|
static QMessageBox.Icon |
Critical
an icon indicating that the message represents a critical problem. |
static QMessageBox.Icon |
Information
an icon indicating that the message is nothing out of the ordinary. |
static QMessageBox.Icon |
NoIcon
the message box does not have any icon. |
static QMessageBox.Icon |
Question
an icon indicating that the message is asking a question. |
static QMessageBox.Icon |
Warning
an icon indicating that the message is a warning, but can be dealt with. |
Method Summary | |
---|---|
static QMessageBox.Icon |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QMessageBox.Icon |
valueOf(java.lang.String name)
|
static QMessageBox.Icon[] |
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 QMessageBox.Icon NoIcon
public static final QMessageBox.Icon Information
public static final QMessageBox.Icon Warning
public static final QMessageBox.Icon Critical
public static final QMessageBox.Icon Question
Method Detail |
---|
public static QMessageBox.Icon[] values()
public static QMessageBox.Icon valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QMessageBox.Icon resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |