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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QXmlNamePool other) clone()Creates and returns a copy of this object.final booleanequals(QXmlNamePool arg2) Seeoperator==(QXmlNamePool,QXmlNamePool) booleanSeeoperator==(QXmlNamePool,QXmlNamePool) inthashCode()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.
-