com.trolltech.qt.core
Class Global.QtMsgType
java.lang.Object
java.lang.Enum
com.trolltech.qt.core.Global.QtMsgType
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- Global
public static final class Global.QtMsgType
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
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 |
QtDebugMsg
public static final Global.QtMsgType QtDebugMsg
QtWarningMsg
public static final Global.QtMsgType QtWarningMsg
QtCriticalMsg
public static final Global.QtMsgType QtCriticalMsg
QtFatalMsg
public static final Global.QtMsgType QtFatalMsg
values
public static Global.QtMsgType[] values()
valueOf
public static Global.QtMsgType valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static Global.QtMsgType resolve(int value)
- Returns the QtMsgType constant with the specified int.