|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QMessageBox.Icon>
com.trolltech.qt.gui.QMessageBox.Icon
public static enum QMessageBox.Icon
This enum has the following values.
Constant | Value | Description |
---|---|---|
NoIcon | 0 | the message box does not have any icon. |
Question | 4 | an icon indicating that the message is asking a question. |
Information | 1 | an icon indicating that the message is nothing out of the ordinary. |
Warning | 2 | an icon indicating that the message is a warning, but can be dealt with. |
Critical | 3 | an icon indicating that the message represents a critical problem. |
Enum Constant Summary | |
---|---|
Critical
an icon indicating that the message represents a critical problem. |
|
Information
an icon indicating that the message is nothing out of the ordinary. |
|
NoIcon
the message box does not have any icon. |
|
Question
an icon indicating that the message is asking a question. |
|
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)
Returns the enum constant of this type with the specified name. |
static QMessageBox.Icon[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final QMessageBox.Icon NoIcon
the message box does not have any icon.
public static final QMessageBox.Icon Information
an icon indicating that the message is nothing out of the ordinary.
public static final QMessageBox.Icon Warning
an icon indicating that the message is a warning, but can be dealt with.
public static final QMessageBox.Icon Critical
an icon indicating that the message represents a critical problem.
public static final QMessageBox.Icon Question
an icon indicating that the message is asking a question.
Method Detail |
---|
public static QMessageBox.Icon[] values()
for (QMessageBox.Icon c : QMessageBox.Icon.values()) System.out.println(c);
public static QMessageBox.Icon 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QMessageBox.Icon resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |