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
    io.qt.internal.PropertyAttributes
    PropertyFlags.asFlags()
    Create a QFlags of the enum entry.
    io.qt.internal.PropertyAttributes
    PropertyFlags.cleared(io.qt.internal.PropertyFlags e)
    Excludes other enum entry from a flag of this entry.
    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.
    io.qt.internal.PropertyAttributes
    PropertyFlags.combined(io.qt.internal.PropertyFlags e)
    Combines this entry with other enum entry.
    static io.qt.internal.PropertyAttributes
    PropertyFlags.flags(io.qt.internal.PropertyFlags ... values)
    Creates a new PropertyAttributes from the entries.
    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.