java.lang.Object
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QXmlStreamAttribute>
,Collection<QXmlStreamAttribute>
,List<QXmlStreamAttribute>
public class QXmlStreamAttributes extends QtJambiVectorObject<QXmlStreamAttribute> implements Cloneable
Represents a vector of QXmlStreamAttribute
Java wrapper for Qt class QXmlStreamAttributes
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlStreamAttributes()
protected
QXmlStreamAttributes(QtObject.QPrivateConstructor p)
Constructor for internal use only.QXmlStreamAttributes(Collection<QXmlStreamAttribute> collection)
-
Method Summary
Methods inherited from class io.qt.internal.QtJambiAbstractListObject
addAll, addAll, listIterator, listIterator, remove, subList
Methods inherited from class io.qt.internal.QtJambiCollectionObject
castElement, checkElement, containsAll, iterator, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
QXmlStreamAttributes
public QXmlStreamAttributes() -
QXmlStreamAttributes
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
QXmlStreamAttributes
-
-
Method Details
-
append
-
append
-
append
- Specified by:
append
in classQtJambiAbstractListObject<QXmlStreamAttribute>
-
append
-
at
-
begin
- Specified by:
begin
in classQtJambiCollectionObject<QXmlStreamAttribute>
-
capacity
-
clear
- Specified by:
clear
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
clear
in interfaceList<QXmlStreamAttribute>
-
contains
-
count
-
count
-
detach
-
end
- Specified by:
end
in classQtJambiCollectionObject<QXmlStreamAttribute>
-
endsWith
-
fill
Overloaded function for
fill(io.qt.core.QXmlStreamAttribute, int)
withsize = -1
. -
fill
-
first
-
hasAttribute
-
hasAttribute
-
indexOf
Overloaded function for
indexOf(io.qt.core.QXmlStreamAttribute, int)
withfrom = 0
. -
indexOf
-
insert
-
insert
-
isDetached
-
isEmpty
- Specified by:
isEmpty
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
isEmpty
in interfaceList<QXmlStreamAttribute>
-
isSharedWith
-
last
-
lastIndexOf
Overloaded function for
lastIndexOf(io.qt.core.QXmlStreamAttribute, int)
withfrom = -1
. -
lastIndexOf
-
length
-
mid
Overloaded function for
mid(int, int)
withlen = -1
. -
mid
-
move
-
prepend
-
remove
-
removeAll
-
removeAt
- Specified by:
removeAt
in classQtJambiAbstractListObject<QXmlStreamAttribute>
-
removeFirst
-
removeLast
-
removeOne
-
replace
-
reserve
-
resize
-
setSharable
-
shrink_to_fit
-
size
- Specified by:
size
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
size
in interfaceList<QXmlStreamAttribute>
-
squeeze
-
startsWith
-
swapItemsAt
-
takeAt
-
takeFirst
-
takeLast
-
toList
-
value
-
value
-
value
-
value
-
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.- Specified by:
equals
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
equals
in interfaceList<QXmlStreamAttribute>
- Overrides:
equals
in classQtObject
- Parameters:
other
- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
hashCode
in interfaceList<QXmlStreamAttribute>
- Overrides:
hashCode
in classObject
-
clone
-
add
- Specified by:
add
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
add
in interfaceList<QXmlStreamAttribute>
-
add
- Specified by:
add
in interfaceList<QXmlStreamAttribute>
-
set
- Specified by:
set
in interfaceList<QXmlStreamAttribute>
-
remove
- Specified by:
remove
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
remove
in interfaceList<QXmlStreamAttribute>
-
indexOf
- Specified by:
indexOf
in interfaceList<QXmlStreamAttribute>
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<QXmlStreamAttribute>
-
get
- Specified by:
get
in interfaceList<QXmlStreamAttribute>
-
contains
- Specified by:
contains
in interfaceCollection<QXmlStreamAttribute>
- Specified by:
contains
in interfaceList<QXmlStreamAttribute>
-