java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextOption.Tab
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QTextOption
public static class QTextOption.Tab extends QtObject implements Cloneable
Java wrapper for Qt class QTextOption::Tab
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description Tab()
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
Tab(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextOption.Tab
clone()
char
delimiter()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
double
position()
void
setDelimiter(char delimiter)
void
setPosition(double position)
void
setType(QTextOption.TabType type)
QTextOption.TabType
type()
-
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
-
delimiter
-
setPosition
-
position
-
setType
-
type
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-