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
- Since:
- This class was introduced in Qt 4.4.
-
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
- Parameters:
other
-
-
-
Method Details
-
assign
- Parameters:
other
-
-
equals
See
operator==(QXmlNamePool,
QXmlNamePool) - Parameters:
arg2
-- Returns:
-
equals
See
operator==(QXmlNamePool,
QXmlNamePool) -
hashCode
Returns the objects's hash code computed byqHash(QXmlNamePool)
. -
clone
Creates and returns a copy of this object.
-