Module qtjambi.uic
Package io.qt.uic.ui4

Class DomPropertySpecifications

java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomPropertySpecifications
All Implemented Interfaces:
io.qt.QtObjectInterface

public class DomPropertySpecifications extends io.qt.QtObject

Java wrapper for Qt class DomPropertySpecifications

  • Constructor Details

    • DomPropertySpecifications

      public DomPropertySpecifications()
    • DomPropertySpecifications

      protected DomPropertySpecifications(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details

    • elementStringpropertyspecification

      @QtUninvokable public final io.qt.core.QVector<DomStringPropertySpecification> elementStringpropertyspecification()
    • elementTooltip

      @QtUninvokable public final io.qt.core.QVector<DomPropertyToolTip> elementTooltip()
    • read

      @QtUninvokable public final void read(io.qt.core.QXmlStreamReader reader)
    • setElementStringpropertyspecification

      @QtUninvokable public final void setElementStringpropertyspecification(Collection<? extends DomStringPropertySpecification> a)
    • setElementTooltip

      @QtUninvokable public final void setElementTooltip(Collection<? extends DomPropertyToolTip> a)
    • write

      @QtUninvokable public final void write(io.qt.core.QXmlStreamWriter writer)

      Overloaded function for write(io.qt.core.QXmlStreamWriter, java.lang.String) with tagName = (String)null.

    • write

      @QtUninvokable public final void write(io.qt.core.QXmlStreamWriter writer, String tagName)