Uses of Class
io.qt.internal.MethodAttributes

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

    Methods in io.qt.internal that return io.qt.internal.MethodAttributes in in
    Modifier and Type
    Method
    Description
    io.qt.internal.MethodAttributes
    MethodFlags.asFlags()
    Create a QFlags of the enum entry.
    io.qt.internal.MethodAttributes
    MethodFlags.cleared(io.qt.internal.MethodFlags e)
    Excludes other enum entry from a flag of this entry.
    final io.qt.internal.MethodAttributes
    MethodAttributes.clone()
    Clones the flags
    final io.qt.internal.MethodAttributes
    MethodAttributes.combined(io.qt.internal.MethodFlags e)
    Combines this flags with enum entry.
    io.qt.internal.MethodAttributes
    MethodFlags.combined(io.qt.internal.MethodFlags e)
    Combines this entry with other enum entry.
    static io.qt.internal.MethodAttributes
    MethodFlags.flags(io.qt.internal.MethodFlags ... values)
    Creates a new MethodAttributes from the entries.
    final io.qt.internal.MethodAttributes
    MethodAttributes.setFlag(io.qt.internal.MethodFlags e)
    Sets the flag e
    final io.qt.internal.MethodAttributes
    MethodAttributes.setFlag(io.qt.internal.MethodFlags e, boolean on)
    Sets or clears the flag flag
    Methods in io.qt.internal with parameters of type io.qt.internal.MethodAttributes in in
    Modifier and Type
    Method
    Description
    final int
    MethodAttributes.compareTo(io.qt.internal.MethodAttributes other)
    Compares this flag with the specified flag for order.