Uses of Class
io.qt.core.QRegExp.CaretMode
Package | Description |
---|---|
io.qt.core |
-
Uses of QRegExp.CaretMode in io.qt.core
Methods in io.qt.core that return QRegExp.CaretMode Modifier and Type Method Description static QRegExp.CaretMode
QRegExp.CaretMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QRegExp.CaretMode
QRegExp.CaretMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRegExp.CaretMode[]
QRegExp.CaretMode. 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 QRegExp.CaretMode Modifier and Type Method Description int
QRegExp. indexIn(String str, int offset, QRegExp.CaretMode caretMode)
int
QRegExp. lastIndexIn(String str, int offset, QRegExp.CaretMode caretMode)