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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringSeeDomAction::attributeMenu()const final StringSeeDomAction::attributeName()const final voidSeeDomAction::clearAttributeMenu() final voidSeeDomAction::clearAttributeName() final QList<DomProperty>SeeDomAction::elementAttribute()const final QList<DomProperty>SeeDomAction::elementProperty()const final booleanSeeDomAction::hasAttributeMenu()const final booleanSeeDomAction::hasAttributeName()const final voidread(QXmlStreamReader reader) SeeDomAction::read(QXmlStreamReader&) final voidSeeDomAction::setAttributeMenu(QString) final voidSeeDomAction::setAttributeName(QString) final voidsetElementAttribute(Collection<? extends DomProperty> a) SeeDomAction::setElementAttribute(QList<DomProperty*>) final voidsetElementProperty(Collection<? extends DomProperty> a) SeeDomAction::setElementProperty(QList<DomProperty*>) final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(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:
attributeNamein 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
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomAction::write(QXmlStreamWriter&, QString)const
-