|
|||||||||
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.HitTestAccuracy
public static final class Qt.HitTestAccuracy
This enum contains the types of accuracy that can be used by the QTextDocument
class when testing for mouse clicks on text documents. This enum is defined in the <QTextDocument> header file.
Field Summary | |
---|---|
static Qt.HitTestAccuracy |
ExactHit
The point at which input occurred must coincide exactly with input-sensitive parts of the document. |
static Qt.HitTestAccuracy |
FuzzyHit
The point at which input occurred can lie close to input-sensitive parts of the document. |
Method Summary | |
---|---|
static Qt.HitTestAccuracy |
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.HitTestAccuracy |
valueOf(java.lang.String name)
|
static Qt.HitTestAccuracy[] |
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.HitTestAccuracy ExactHit
public static final Qt.HitTestAccuracy FuzzyHit
Method Detail |
---|
public static Qt.HitTestAccuracy[] values()
public static Qt.HitTestAccuracy valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.HitTestAccuracy resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |