java.lang.Object
io.qt.QtObject
io.qt.gui.QFont.Tag
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<Object>
- Enclosing class:
QFont
QFont::Tag type provides access to advanced font features
Java wrapper for Qt class QFont::Tag
- Since:
- This class was introduced in Qt 6.7.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.int
Compares to other object depending on its type.final boolean
Seeoperator==(QFont::Tag,
QFont::Tag) final boolean
Overloaded function forequals(io.qt.gui.QFont.Tag)
.boolean
Checks for equality depending on the type of given object.fromString
(String view) fromValue
(int value) int
hashCode()
Returns the objects's hash code computed byqHash(QFont::Tag)
.final boolean
isValid()
void
readFrom
(QDataStream arg__1) Seeoperator>>(QDataStream&,
QFont::Tag&) final QByteArray
toString()
Seeoperator<<(QDebug,
QFont::Tag) final int
value()
void
writeTo
(QDataStream arg__1) Seeoperator<<(QDataStream&,
QFont::Tag) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Tag
public Tag() -
Tag
- Parameters:
other
-
-
Tag
- Parameters:
str
-
-
-
Method Details
-
isValid
- Returns:
-
writeTo
See
operator<<(QDataStream&,
QFont::Tag) - Parameters:
arg__1
-
-
equals
See
operator==(QFont::Tag,
QFont::Tag) - Parameters:
rhs
-- Returns:
-
readFrom
See
operator>>(QDataStream&,
QFont::Tag&) - Parameters:
arg__1
-
-
toByteArray
- Returns:
-
value
- Returns:
-
fromString
- Parameters:
view
-- Returns:
-
fromValue
- Parameters:
value
-- Returns:
-
equals
Checks for equality depending on the type of given object.
-
compareTo
Compares to other object depending on its type.
- Specified by:
compareTo
in interfaceComparable<Object>
-
hashCode
Returns the objects's hash code computed byqHash(QFont::Tag)
. -
toString
See
operator<<(QDebug,
QFont::Tag) -
clone
Creates and returns a copy of this object.
-
equals
Overloaded function for
equals(io.qt.gui.QFont.Tag)
.
-