Uses of Enum
io.qt.core.QUrl.AceProcessingOption
-
Uses of QUrl.AceProcessingOption in io.qt.core
Modifier and TypeMethodDescriptionfinal QUrl.AceProcessingOption []
QUrl.AceProcessingOptions.flags()
Returns an array of flag objects represented by this AceProcessingOptions.static QUrl.AceProcessingOption
QUrl.AceProcessingOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QUrl.AceProcessingOption
Returns the enum constant of this type with the specified name.static QUrl.AceProcessingOption[]
QUrl.AceProcessingOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQUrl.AceProcessingOption.cleared
(QUrl.AceProcessingOption e) Excludes other enum entry from a flag of this entry.QUrl.AceProcessingOption.combined
(QUrl.AceProcessingOption e) Combines this entry with other enum entry.QUrl.AceProcessingOptions.combined
(QUrl.AceProcessingOption e) Combines this flags with enum entry.static QUrl.AceProcessingOptions
QUrl.AceProcessingOption.flags
(QUrl.AceProcessingOption ... values) Creates a newQUrl.AceProcessingOptions
from the entries.static String
QUrl.fromAce
(byte [] domain, QUrl.AceProcessingOption ... options) Overloaded function forQUrl.fromAce(io.qt.core.QByteArray, io.qt.core.QUrl.AceProcessingOptions)
.static String
QUrl.fromAce
(QByteArray domain, QUrl.AceProcessingOption ... options) Overloaded function forQUrl.fromAce(io.qt.core.QByteArray, io.qt.core.QUrl.AceProcessingOptions)
.QUrl.AceProcessingOptions.setFlag
(QUrl.AceProcessingOption e) Sets the flage
QUrl.AceProcessingOptions.setFlag
(QUrl.AceProcessingOption e, boolean on) Sets or clears the flagflag
static QByteArray
QUrl.toAce
(String domain, QUrl.AceProcessingOption ... options) Overloaded function forQUrl.toAce(java.lang.String, io.qt.core.QUrl.AceProcessingOptions)
.ModifierConstructorDescriptionAceProcessingOptions
(QUrl.AceProcessingOption ... args) Creates a new AceProcessingOptions where the flags inargs
are set.