Uses of Enum
io.qt.core.Qt.Edge
Packages that use Qt.Edge
-
Uses of Qt.Edge in io.qt.core
Methods in io.qt.core that return Qt.EdgeModifier and TypeMethodDescriptionfinal 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
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.Methods in io.qt.core with parameters of type Qt.EdgeModifier and TypeMethodDescriptionExcludes other enum entry from a flag of this entry.Combines this entry with other enum entry.final Qt.Edges
Combines this flags with enum entry.static Qt.Edges
Creates a newQt.Edges
from the entries.final Qt.Edges
Sets the flage
final Qt.Edges
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.Edge -
Uses of Qt.Edge in io.qt.gui
Modifier and TypeMethodDescriptionfinal boolean
QWindow.startSystemResize
(Qt.Edge ... edges) Overloaded function forQWindow.startSystemResize(io.qt.core.Qt.Edges)
.