Uses of Class
io.qt.core.QCborValue.DiagnosticNotationOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QCborValue.DiagnosticNotationOption in io.qt.core
Methods in io.qt.core that return QCborValue.DiagnosticNotationOption Modifier and Type Method Description QCborValue.DiagnosticNotationOption[]
QCborValue.DiagnosticNotationOptions. flags()
Returns an array of flag objects represented by this DiagnosticNotationOptions.static QCborValue.DiagnosticNotationOption
QCborValue.DiagnosticNotationOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QCborValue.DiagnosticNotationOption
QCborValue.DiagnosticNotationOption. valueOf(String name)
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.Constructors in io.qt.core with parameters of type QCborValue.DiagnosticNotationOption Constructor Description DiagnosticNotationOptions(QCborValue.DiagnosticNotationOption... args)
Creates a new DiagnosticNotationOptions where the flags inargs
are set.