|
|||||||||
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.QSystemTrayIcon.MessageIcon
public static final class QSystemTrayIcon.MessageIcon
This enum describes the icon that is shown when a balloon message is displayed.
QMessageBox
.
Field Summary | |
---|---|
static QSystemTrayIcon.MessageIcon |
Critical
A critical warning icon is shown. |
static QSystemTrayIcon.MessageIcon |
Information
An information icon is shown. |
static QSystemTrayIcon.MessageIcon |
NoIcon
No icon is shown. |
static QSystemTrayIcon.MessageIcon |
Warning
A standard warning icon is shown. |
Method Summary | |
---|---|
static QSystemTrayIcon.MessageIcon |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSystemTrayIcon.MessageIcon |
valueOf(java.lang.String name)
|
static QSystemTrayIcon.MessageIcon[] |
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 QSystemTrayIcon.MessageIcon NoIcon
public static final QSystemTrayIcon.MessageIcon Information
public static final QSystemTrayIcon.MessageIcon Warning
public static final QSystemTrayIcon.MessageIcon Critical
Method Detail |
---|
public static QSystemTrayIcon.MessageIcon[] values()
public static QSystemTrayIcon.MessageIcon valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QSystemTrayIcon.MessageIcon resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |