java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomAction
- All Implemented Interfaces:
QtObjectInterface
,DomAttributeInterface
Java wrapper for Qt class DomAction
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
SeeDomAction::
attributeMenu()const final String
SeeDomAction::
attributeName()const final void
SeeDomAction::
clearAttributeMenu() final void
SeeDomAction::
clearAttributeName() final QList<DomProperty>
SeeDomAction::
elementAttribute()const final QList<DomProperty>
SeeDomAction::
elementProperty()const final boolean
SeeDomAction::
hasAttributeMenu()const final boolean
SeeDomAction::
hasAttributeName()const final void
read
(QXmlStreamReader reader) SeeDomAction::
read(QXmlStreamReader&) final void
SeeDomAction::
setAttributeMenu(QString) final void
SeeDomAction::
setAttributeName(QString) final void
setElementAttribute
(Collection<? extends DomProperty> a) SeeDomAction::
setElementAttribute(QList<DomProperty*>) final void
setElementProperty
(Collection<? extends DomProperty> a) SeeDomAction::
setElementProperty(QList<DomProperty*>) final void
write
(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)
withtagName = (String)null
.final void
write
(QXmlStreamWriter writer, String tagName) SeeDomAction::
write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomAction
public DomAction()See
DomAction::
DomAction()
-
-
Method Details
-
attributeMenu
See
DomAction::
attributeMenu()const -
attributeName
See
DomAction::
attributeName()const - Specified by:
attributeName
in interfaceDomAttributeInterface
-
clearAttributeMenu
See
DomAction::
clearAttributeMenu() -
clearAttributeName
See
DomAction::
clearAttributeName() -
elementAttribute
See
DomAction::
elementAttribute()const -
elementProperty
See
DomAction::
elementProperty()const -
hasAttributeMenu
See
DomAction::
hasAttributeMenu()const -
hasAttributeName
See
DomAction::
hasAttributeName()const -
read
See
DomAction::
read(QXmlStreamReader&) -
setAttributeMenu
See
DomAction::
setAttributeMenu(QString) -
setAttributeName
See
DomAction::
setAttributeName(QString) -
setElementAttribute
See
DomAction::
setElementAttribute(QList<DomProperty*>) -
setElementProperty
See
DomAction::
setElementProperty(QList<DomProperty*>) -
write
See
DomAction::
write(QXmlStreamWriter&, QString)const -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)
withtagName = (String)null
.
-