Uses of Enum
io.qt.svg.QtSvg.Option
-
Uses of QtSvg.Option in io.qt.svg
Modifier 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.Modifier 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)
.ModifierConstructorDescriptionOptions
(QtSvg.Option ... args) Creates a new Options where the flags inargs
are set. -
Uses of QtSvg.Option in io.qt.widgets.svg
Modifier and TypeMethodDescriptionfinal void
QSvgWidget.setOptions
(QtSvg.Option ... options) Overloaded function forQSvgWidget.setOptions(io.qt.svg.QtSvg.Options)
.