java.lang.Object
io.qt.QtObject
io.qt.xmlpatterns.QXmlNamePool
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Table of shared strings referenced by instances of QXmlName
Java wrapper for Qt class QXmlNamePool
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QXmlNamePool other) clone()
Creates and returns a copy of this object.final boolean
equals
(QXmlNamePool arg2) Seeoperator==(QXmlNamePool,
QXmlNamePool) boolean
Seeoperator==(QXmlNamePool,
QXmlNamePool) int
hashCode()
Returns the objects's hash code computed byqHash(QXmlNamePool)
.Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlNamePool
public QXmlNamePool() -
QXmlNamePool
-
-
Method Details
-
assign
-
equals
See
operator==(QXmlNamePool,
QXmlNamePool) -
equals
See
operator==(QXmlNamePool,
QXmlNamePool) -
hashCode
Returns the objects's hash code computed byqHash(QXmlNamePool)
. -
clone
Creates and returns a copy of this object.
-