java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomConnections
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class DomConnections
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QList<DomConnection>SeeDomConnections::elementConnection()const final voidread(QXmlStreamReader reader) SeeDomConnections::read(QXmlStreamReader&) final voidsetElementConnection(Collection<? extends DomConnection> a) SeeDomConnections::setElementConnection(QList<DomConnection*>) final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(QXmlStreamWriter writer, String tagName) SeeDomConnections::write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomConnections
public DomConnections()See
DomConnections::DomConnections()
-
-
Method Details
-
elementConnection
See
DomConnections::elementConnection()const -
read
See
DomConnections::read(QXmlStreamReader&) -
setElementConnection
See
DomConnections::setElementConnection(QList<DomConnection*>) -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomConnections::write(QXmlStreamWriter&, QString)const
-