java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QTextBoundaryFinder
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Way of finding Unicode text boundaries in a string
Java wrapper for Qt class QTextBoundaryFinder
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QTextBoundaryFinder::BoundaryReasonstatic final class
QFlags type for enumQTextBoundaryFinder.BoundaryReason
static enum
Java wrapper for Qt enum QTextBoundaryFinder::BoundaryTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQTextBoundaryFinder
(QTextBoundaryFinder.BoundaryType type, String string) protected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTextBoundaryFinder
public QTextBoundaryFinder() -
QTextBoundaryFinder
-
QTextBoundaryFinder
-
QTextBoundaryFinder
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details