-
Methods in io.qt.core that return Qt.Edge
Modifier and Type |
Method |
Description |
Qt.Edge[] |
Qt.Edges.flags() |
Returns an array of flag objects represented by this Edges.
|
static Qt.Edge |
Qt.Edge.resolve(int value) |
Returns the corresponding enum entry for the given value.
|
static Qt.Edge |
Qt.Edge.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Qt.Edge[] |
Qt.Edge.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructors in io.qt.core with parameters of type Qt.Edge
Constructor |
Description |
Edges(Qt.Edge... args) |
Creates a new Edges where the flags in args are set.
|
-