java.lang.Object
io.qt.QtObject
io.qt.widgets.QTextEdit.ExtraSelection
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QTextEdit
QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document
Java wrapper for Qt's class QTextEdit::ExtraSelection
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QTextCursor
cursor()
final QTextCharFormat
format()
final QTextCursor
Kotlin property getter.final QTextCharFormat
Kotlin property getter.final void
setCursor
(QTextCursor cursor) final void
setFormat
(QTextCharFormat format) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
ExtraSelection
public ExtraSelection() -
ExtraSelection
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details