java.lang.Object
io.qt.QtObject
io.qt.gui.QTextOption.Tab
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QTextOption
Java wrapper for Qt's class QTextOption::Tab
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionTab()
Tab
(double pos, QTextOption.TabType tabType) Overloaded constructor forTab(double, io.qt.gui.QTextOption.TabType, char)
withdelim = '\0'
.Tab
(double pos, QTextOption.TabType tabType, char delim) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final char
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final char
Kotlin property getter.final double
Kotlin property getter.final QTextOption.TabType
getType()
Kotlin property getter.int
hashCode()
final double
position()
final void
setDelimiter
(char delimiter) final void
setPosition
(double position) final void
setType
(QTextOption.TabType type) final QTextOption.TabType
type()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Tab
public Tab() -
Tab
Overloaded constructor for
Tab(double, io.qt.gui.QTextOption.TabType, char)
withdelim = '\0'
. -
Tab
-
Tab
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setDelimiter
-
getDelimiter
Kotlin property getter. In Java use
delimiter()
instead. -
delimiter
-
setPosition
-
getPosition
Kotlin property getter. In Java use
position()
instead. -
position
-
setType
-
getType
Kotlin property getter. In Java use
type()
instead. -
type
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-