Uses of Enum
io.qt.svg.QtSvg.Option
Packages that use QtSvg.Option
-
Uses of QtSvg.Option in io.qt.svg
Methods in io.qt.svg that return QtSvg.OptionModifier and TypeMethodDescriptionfinal QtSvg.Option []
QtSvg.Options.flags()
Returns an array of flag objects represented by this Options.static QtSvg.Option
QtSvg.Option.resolve
(int value) Returns the corresponding enum entry for the given value.static QtSvg.Option
Returns the enum constant of this type with the specified name.static QtSvg.Option[]
QtSvg.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.svg with parameters of type QtSvg.OptionModifier and TypeMethodDescriptionQtSvg.Option.cleared
(QtSvg.Option e) Excludes other enum entry from a flag of this entry.QtSvg.Option.combined
(QtSvg.Option e) Combines this entry with other enum entry.final QtSvg.Options
QtSvg.Options.combined
(QtSvg.Option e) Combines this flags with enum entry.static QtSvg.Options
QtSvg.Option.flags
(QtSvg.Option ... values) Creates a newQtSvg.Options
from the entries.static void
QSvgRenderer.setDefaultOptions
(QtSvg.Option ... flags) Overloaded function forQSvgRenderer.setDefaultOptions(io.qt.svg.QtSvg.Options)
.final QtSvg.Options
QtSvg.Options.setFlag
(QtSvg.Option e) Sets the flage
final QtSvg.Options
QtSvg.Options.setFlag
(QtSvg.Option e, boolean on) Sets or clears the flagflag
final void
QSvgRenderer.setOptions
(QtSvg.Option ... flags) Overloaded function forQSvgRenderer.setOptions(io.qt.svg.QtSvg.Options)
.Constructors in io.qt.svg with parameters of type QtSvg.OptionModifierConstructorDescriptionOptions
(QtSvg.Option ... args) Creates a new Options where the flags inargs
are set. -
Uses of QtSvg.Option in io.qt.widgets.svg
Methods in io.qt.widgets.svg with parameters of type QtSvg.OptionModifier and TypeMethodDescriptionfinal void
QSvgWidget.setOptions
(QtSvg.Option ... options) Overloaded function forQSvgWidget.setOptions(io.qt.svg.QtSvg.Options)
.