|
|||||||||
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.Qt.InputMethodQuery
public static final class Qt.InputMethodQuery
Field Summary | |
---|---|
static Qt.InputMethodQuery |
ImCurrentSelection
The currently selected text. |
static Qt.InputMethodQuery |
ImCursorPosition
The logical position of the cursor within the text surrounding the input area (see ImSurroundingText ). |
static Qt.InputMethodQuery |
ImFont
The currently used font for text input. |
static Qt.InputMethodQuery |
ImMicroFocus
The rectangle covering the area of the input cursor in widget coordinates. |
static Qt.InputMethodQuery |
ImSurroundingText
The plain text around the input area, for example the current paragraph. |
Method Summary | |
---|---|
static Qt.InputMethodQuery |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.InputMethodQuery |
valueOf(java.lang.String name)
|
static Qt.InputMethodQuery[] |
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 Qt.InputMethodQuery ImMicroFocus
public static final Qt.InputMethodQuery ImFont
public static final Qt.InputMethodQuery ImCursorPosition
ImSurroundingText
). If any text is selected, the position returned will be at the logical end of the selection, even if the real cursor is located at the logical start.
public static final Qt.InputMethodQuery ImSurroundingText
public static final Qt.InputMethodQuery ImCurrentSelection
Method Detail |
---|
public static Qt.InputMethodQuery[] values()
public static Qt.InputMethodQuery valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.InputMethodQuery resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |