|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.network.QFtp.State
public static final class QFtp.State
This enum defines the connection state.
stateChanged() , and state().
| Field Summary | |
|---|---|
static QFtp.State |
Closing
The connection is closing down, but it is not yet closed. |
static QFtp.State |
Connected
Connection to the host has been achieved. |
static QFtp.State |
Connecting
An attempt to connect to the host is in progress. |
static QFtp.State |
HostLookup
A host name lookup is in progress. |
static QFtp.State |
LoggedIn
Connection and user login have been achieved. |
static QFtp.State |
Unconnected
There is no connection to the host. |
| Method Summary | |
|---|---|
static QFtp.State |
resolve(int value)
|
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 |
|---|
public static final QFtp.State Unconnected
public static final QFtp.State HostLookup
public static final QFtp.State Connecting
public static final QFtp.State Connected
public static final QFtp.State LoggedIn
public static final QFtp.State Closing
| Method Detail |
|---|
public static QFtp.State[] values()
public static QFtp.State valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QFtp.State resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||