|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QSystemSemaphore.SystemSemaphoreError
public static final class QSystemSemaphore.SystemSemaphoreError
Field Summary | |
---|---|
static QSystemSemaphore.SystemSemaphoreError |
AlreadyExists
The operation failed because a system semaphore with the specified key already existed. |
static QSystemSemaphore.SystemSemaphoreError |
KeyError
The operation failed because of an invalid key. |
static QSystemSemaphore.SystemSemaphoreError |
NoError
No error occurred. |
static QSystemSemaphore.SystemSemaphoreError |
NotFound
The operation failed because a system semaphore with the specified key could not be found. |
static QSystemSemaphore.SystemSemaphoreError |
OutOfResources
The operation failed because there was not enough memory available to fill the request. |
static QSystemSemaphore.SystemSemaphoreError |
PermissionDenied
The operation failed because the caller didn't have the required permissions. |
static QSystemSemaphore.SystemSemaphoreError |
UnknownError
Something else happened and it was bad. |
Method Summary | |
---|---|
static QSystemSemaphore.SystemSemaphoreError |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSystemSemaphore.SystemSemaphoreError |
valueOf(java.lang.String name)
|
static QSystemSemaphore.SystemSemaphoreError[] |
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 QSystemSemaphore.SystemSemaphoreError NoError
public static final QSystemSemaphore.SystemSemaphoreError PermissionDenied
public static final QSystemSemaphore.SystemSemaphoreError KeyError
public static final QSystemSemaphore.SystemSemaphoreError AlreadyExists
public static final QSystemSemaphore.SystemSemaphoreError NotFound
public static final QSystemSemaphore.SystemSemaphoreError OutOfResources
public static final QSystemSemaphore.SystemSemaphoreError UnknownError
Method Detail |
---|
public static QSystemSemaphore.SystemSemaphoreError[] values()
public static QSystemSemaphore.SystemSemaphoreError valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QSystemSemaphore.SystemSemaphoreError resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |