|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QClipboard.Mode
public static final class QClipboard.Mode
This enum type is used to control which part of the system clipboard is used by QClipboard::mimeData(), QClipboard::setMimeData() and related functions.
QClipboard::supportsSelection().
| Field Summary | |
|---|---|
static QClipboard.Mode |
Clipboard
indicates that data should be stored and retrieved from the global clipboard. |
static QClipboard.Mode |
FindBuffer
indicates that data should be stored and retrieved from the Find buffer. |
static QClipboard.Mode |
Selection
indicates that data should be stored and retrieved from the global mouse selection. |
| Method Summary | |
|---|---|
static QClipboard.Mode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QClipboard.Mode |
valueOf(java.lang.String name)
|
static QClipboard.Mode[] |
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 QClipboard.Mode Clipboard
public static final QClipboard.Mode Selection
public static final QClipboard.Mode FindBuffer
| Method Detail |
|---|
public static QClipboard.Mode[] values()
public static QClipboard.Mode valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QClipboard.Mode resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||