java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomColorGroup
- All Implemented Interfaces:
io.qt.QtObjectInterface
public class DomColorGroup
extends io.qt.QtObject
Java wrapper for Qt class DomColorGroup
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDomColorGroup(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal io.qt.core.QVector<DomColor>final io.qt.core.QVector<DomColorRole>final voidread(io.qt.core.QXmlStreamReader reader) final voidsetElementColor(Collection<? extends DomColor> a) final voidsetElementColorRole(Collection<? extends DomColorRole> a) final voidwrite(io.qt.core.QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomColorGroup
public DomColorGroup() -
DomColorGroup
protected DomColorGroup(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
elementColor
-
elementColorRole
-
read
@QtUninvokable public final void read(io.qt.core.QXmlStreamReader reader) -
setElementColor
-
setElementColorRole
-
write
@QtUninvokable public final void write(io.qt.core.QXmlStreamWriter writer) Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
-