Uses of Enum
io.qt.core.QCborValue.DiagnosticNotationOption
Packages that use QCborValue.DiagnosticNotationOption
-
Uses of QCborValue.DiagnosticNotationOption in io.qt.core
Methods in io.qt.core that return QCborValue.DiagnosticNotationOptionModifier and TypeMethodDescriptionfinal QCborValue.DiagnosticNotationOption []
QCborValue.DiagnosticNotationOptions.flags()
Returns an array of flag objects represented by this DiagnosticNotationOptions.QCborValue.DiagnosticNotationOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QCborValue.DiagnosticNotationOption[]
QCborValue.DiagnosticNotationOption.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 QCborValue.DiagnosticNotationOptionModifier and TypeMethodDescriptionQCborValue.DiagnosticNotationOption.cleared
(QCborValue.DiagnosticNotationOption e) Excludes other enum entry from a flag of this entry.QCborValue.DiagnosticNotationOption.combined
(QCborValue.DiagnosticNotationOption e) Combines this entry with other enum entry.QCborValue.DiagnosticNotationOptions.combined
(QCborValue.DiagnosticNotationOption e) Combines this flags with enum entry.QCborValue.DiagnosticNotationOption.flags
(QCborValue.DiagnosticNotationOption ... values) Creates a newQCborValue.DiagnosticNotationOptions
from the entries.QCborValue.DiagnosticNotationOptions.setFlag
(QCborValue.DiagnosticNotationOption e) Sets the flage
QCborValue.DiagnosticNotationOptions.setFlag
(QCborValue.DiagnosticNotationOption e, boolean on) Sets or clears the flagflag
final String
QCborValue.toDiagnosticNotation
(QCborValue.DiagnosticNotationOption ... opts) Overloaded function forQCborValue.toDiagnosticNotation(io.qt.core.QCborValue.DiagnosticNotationOptions)
.Constructors in io.qt.core with parameters of type QCborValue.DiagnosticNotationOptionModifierConstructorDescriptionCreates a new DiagnosticNotationOptions where the flags inargs
are set.