java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomPropertySpecifications
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class DomPropertySpecifications
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeDomPropertySpecifications::
DomPropertySpecifications() -
Method Summary
Modifier and TypeMethodDescriptionSeeDomPropertySpecifications::
elementStringpropertyspecification()const final QVector<DomPropertyToolTip>
SeeDomPropertySpecifications::
elementTooltip()const final void
read
(QXmlStreamReader reader) SeeDomPropertySpecifications::
read(QXmlStreamReader&) final void
SeeDomPropertySpecifications::
setElementStringpropertyspecification(QVector<DomStringPropertySpecification*>) final void
setElementTooltip
(Collection<? extends DomPropertyToolTip> a) SeeDomPropertySpecifications::
setElementTooltip(QVector<DomPropertyToolTip*>) final void
write
(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)
withtagName = (String)null
.final void
write
(QXmlStreamWriter writer, String tagName) SeeDomPropertySpecifications::
write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomPropertySpecifications
public DomPropertySpecifications()See
DomPropertySpecifications::
DomPropertySpecifications()
-
-
Method Details
-
elementStringpropertyspecification
@QtUninvokable public final QVector<DomStringPropertySpecification> elementStringpropertyspecification()See
DomPropertySpecifications::
elementStringpropertyspecification()const -
elementTooltip
See
DomPropertySpecifications::
elementTooltip()const -
read
See
DomPropertySpecifications::
read(QXmlStreamReader&) -
setElementStringpropertyspecification
@QtUninvokable public final void setElementStringpropertyspecification(Collection<? extends DomStringPropertySpecification> a) See
DomPropertySpecifications::
setElementStringpropertyspecification(QVector<DomStringPropertySpecification*>) -
setElementTooltip
See
DomPropertySpecifications::
setElementTooltip(QVector<DomPropertyToolTip*>) -
write
See
DomPropertySpecifications::
write(QXmlStreamWriter&, QString)const -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)
withtagName = (String)null
.
-