java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomResource
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class DomResource
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringSeeDomResource::attributeLocation()const final voidSeeDomResource::clearAttributeLocation() final booleanSeeDomResource::hasAttributeLocation()const final voidread(QXmlStreamReader reader) SeeDomResource::read(QXmlStreamReader&) final voidSeeDomResource::setAttributeLocation(QString) final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(QXmlStreamWriter writer, String tagName) SeeDomResource::write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomResource
public DomResource()See
DomResource::DomResource()
-
-
Method Details
-
attributeLocation
See
DomResource::attributeLocation()const -
clearAttributeLocation
See
DomResource::clearAttributeLocation() -
hasAttributeLocation
See
DomResource::hasAttributeLocation()const -
read
See
DomResource::read(QXmlStreamReader&) -
setAttributeLocation
See
DomResource::setAttributeLocation(QString) -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomResource::write(QXmlStreamWriter&, QString)const
-