Uses of Enum
io.qt.internal.PropertyFlags

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

    Methods in io.qt.internal that return io.qt.internal.PropertyFlags in in
    Modifier and Type
    Method
    Description
    final io.qt.internal.PropertyFlags []
    PropertyAttributes.flags()
    Returns an array of flag objects represented by this PropertyAttributes.
    static io.qt.internal.PropertyFlags
    PropertyFlags.resolve(int value)
    Returns the corresponding enum entry for the given value.
    static io.qt.internal.PropertyFlags
    PropertyFlags.valueOf(String name)
     
    static io.qt.internal.PropertyFlags[]
    PropertyFlags.values()
     
    Methods in io.qt.internal with parameters of type io.qt.internal.PropertyFlags in in
    Modifier and Type
    Method
    Description
    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.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
    Constructors in io.qt.internal with parameters of type io.qt.internal.PropertyFlags in in
    Modifier
    Constructor
    Description
     
    PropertyAttributes(io.qt.internal.PropertyFlags ... args)
    Creates a new PropertyAttributes where the flags in args are set.