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
ConstructorsConstructorDescriptionSeeDomPropertySpecifications::DomPropertySpecifications() -
Method Summary
Modifier and TypeMethodDescriptionSeeDomPropertySpecifications::elementStringpropertyspecification()const final QList<DomPropertyToolTip>SeeDomPropertySpecifications::elementTooltip()const final voidread(QXmlStreamReader reader) SeeDomPropertySpecifications::read(QXmlStreamReader&) final voidSeeDomPropertySpecifications::setElementStringpropertyspecification(QList<DomStringPropertySpecification*>) final voidsetElementTooltip(Collection<? extends DomPropertyToolTip> a) SeeDomPropertySpecifications::setElementTooltip(QList<DomPropertyToolTip*>) final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(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 QList<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(QList<DomStringPropertySpecification*>) -
setElementTooltip
See
DomPropertySpecifications::setElementTooltip(QList<DomPropertyToolTip*>) -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomPropertySpecifications::write(QXmlStreamWriter&, QString)const
-