java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomPointF
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class DomPointF
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidSeeDomPointF::clearElementX() final voidSeeDomPointF::clearElementY() final doubleelementX()SeeDomPointF::elementX()const final doubleelementY()SeeDomPointF::elementY()const final booleanSeeDomPointF::hasElementX()const final booleanSeeDomPointF::hasElementY()const final voidread(QXmlStreamReader reader) SeeDomPointF::read(QXmlStreamReader&) final voidsetElementX(double a) SeeDomPointF::setElementX(double) final voidsetElementY(double a) SeeDomPointF::setElementY(double) final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(QXmlStreamWriter writer, String tagName) SeeDomPointF::write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomPointF
public DomPointF()See
DomPointF::DomPointF()
-
-
Method Details
-
clearElementX
See
DomPointF::clearElementX() -
clearElementY
See
DomPointF::clearElementY() -
elementX
See
DomPointF::elementX()const -
elementY
See
DomPointF::elementY()const -
hasElementX
See
DomPointF::hasElementX()const -
hasElementY
See
DomPointF::hasElementY()const -
read
See
DomPointF::read(QXmlStreamReader&) -
setElementX
See
DomPointF::setElementX(double) -
setElementY
See
DomPointF::setElementY(double) -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomPointF::write(QXmlStreamWriter&, QString)const
-