com.trolltech.qt.network
Class QFtp.State

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.network.QFtp.State
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QFtp

public static final class QFtp.State
extends java.lang.Enum
implements QtEnumerator

This enum describes the state of a window. Most of the transitional states are set just before a call to QScreen::exposeRegion() and reset immediately afterwards.

See also:
state(), and QScreen::exposeRegion().

See Also:
Serialized Form

Field Summary
static QFtp.State Closing
           
static QFtp.State Connected
           
static QFtp.State Connecting
           
static QFtp.State HostLookup
           
static QFtp.State LoggedIn
           
static QFtp.State Unconnected
           
 
Method Summary
static QFtp.State resolve(int value)
          Returns the State 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 QFtp.State valueOf(java.lang.String name)
           
static QFtp.State[] 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

Unconnected

public static final QFtp.State Unconnected

HostLookup

public static final QFtp.State HostLookup

Connecting

public static final QFtp.State Connecting

Connected

public static final QFtp.State Connected

LoggedIn

public static final QFtp.State LoggedIn

Closing

public static final QFtp.State Closing
Method Detail

values

public static QFtp.State[] values()

valueOf

public static QFtp.State 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 QFtp.State resolve(int value)
Returns the State constant with the specified int.