com.trolltech.qt.core
Class Global.QtMsgType

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static Global.QtMsgType QtCriticalMsg
           
static Global.QtMsgType QtDebugMsg
           
static Global.QtMsgType QtFatalMsg
           
static Global.QtMsgType QtWarningMsg
           
 
Method Summary
static Global.QtMsgType resolve(int value)
          Returns the QtMsgType constant with the specified int.
 int value()
          This function should return an integer value for the enum values of the enumeration that implements this interface.
static Global.QtMsgType valueOf(java.lang.String name)
           
static Global.QtMsgType[] 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

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
Method Detail

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.