Uses of Enum
io.qt.core.QChar.SpecialCharacter
Packages that use QChar.SpecialCharacter
-
Uses of QChar.SpecialCharacter in io.qt.core
Methods in io.qt.core that return QChar.SpecialCharacterModifier and TypeMethodDescriptionstatic QChar.SpecialCharacter
QChar.SpecialCharacter.resolve
(int value) Returns the corresponding enum entry for the given value.static QChar.SpecialCharacter
Returns the enum constant of this type with the specified name.static QChar.SpecialCharacter[]
QChar.SpecialCharacter.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 QChar.SpecialCharacterModifier and TypeMethodDescriptionfinal void
QString.plusAssign
(QChar.SpecialCharacter c) SeeQString::
operator+=(QChar::SpecialCharacter)