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.EdgeQt.Edge.resolve(int value) Returns the corresponding enum entry for the given value.static Qt.EdgeReturns 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.EdgesCombines this flags with enum entry.static Qt.EdgesCreates a newQt.Edgesfrom the entries.final Qt.EdgesSets the flagefinal Qt.EdgesSets or clears the flagflagConstructors in io.qt.core with parameters of type Qt.Edge -
Uses of Qt.Edge in io.qt.gui
Modifier and TypeMethodDescriptionfinal booleanQWindow.startSystemResize(Qt.Edge ... edges) Overloaded function forQWindow.startSystemResize(io.qt.core.Qt.Edges).