Uses of Class
io.qt.internal.PropertyAttributes

Packages that use io.qt.internal.PropertyAttributes
Package
Description
 
  • Uses of io.qt.internal.PropertyAttributes in io.qt.internal

    Methods in io.qt.internal that return io.qt.internal.PropertyAttributes in in
    Modifier and Type
    Method
    Description
    final io.qt.internal.PropertyAttributes
    PropertyAttributes.clone()
    Clones the flags
    final io.qt.internal.PropertyAttributes
    PropertyAttributes.combined(io.qt.internal.PropertyFlags e)
    Combines this flags with enum entry.
    final io.qt.internal.PropertyAttributes
    PropertyAttributes.setFlag(io.qt.internal.PropertyFlags e)
    Sets the flag e
    final io.qt.internal.PropertyAttributes
    PropertyAttributes.setFlag(io.qt.internal.PropertyFlags e, boolean on)
    Sets or clears the flag flag
    Methods in io.qt.internal with parameters of type io.qt.internal.PropertyAttributes in in
    Modifier and Type
    Method
    Description
    final int
    PropertyAttributes.compareTo(io.qt.internal.PropertyAttributes other)
    Compares this flag with the specified flag for order.