Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QRegExp
Sub-classes: CaretMode, QFlags_CaretMode, PatternSyntax, QFlags_PatternSyntax
new QRegExp | new | Constructor QRegExp::QRegExp() | |
new QRegExp | new | (string pattern, const Qt_CaseSensitivity cs = Qt::CaseSensitive, const QRegExp_PatternSyntax syntax = QRegExp::RegExp) | Constructor QRegExp::QRegExp(const QString &pattern, Qt::CaseSensitivity cs, QRegExp::PatternSyntax syntax) |
new QRegExp | new | (const QRegExp rx) | Constructor QRegExp::QRegExp(const QRegExp &rx) |
[const] | bool | != | (const QRegExp rx) | Method bool QRegExp::operator!=(const QRegExp &rx) |
[const] | bool | == | (const QRegExp rx) | Method bool QRegExp::operator==(const QRegExp &rx) |
void | _assign | (const QRegExp other) | Assigns another object to self | |
[const] | QRegExp ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
QRegExp | assign | (const QRegExp rx) | Method QRegExp &QRegExp::operator=(const QRegExp &rx) | |
[const] | string | cap | (int nth = 0) | Method QString QRegExp::cap(int nth) |
string | cap | (int nth = 0) | Method QString QRegExp::cap(int nth) | |
[const] | int | captureCount | Method int QRegExp::captureCount() | |
[const] | string[] | capturedTexts | Method QStringList QRegExp::capturedTexts() | |
string[] | capturedTexts | Method QStringList QRegExp::capturedTexts() | ||
[const] | Qt_CaseSensitivity | caseSensitivity | Method Qt::CaseSensitivity QRegExp::caseSensitivity() | |
void | caseSensitivity= | (const Qt_CaseSensitivity cs) | Method void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | |
[const] | new QRegExp ptr | dup | Creates a copy of self | |
[const] | string | errorString | Method QString QRegExp::errorString() | |
string | errorString | Method QString QRegExp::errorString() | ||
[const] | bool | exactMatch | (string str) | Method bool QRegExp::exactMatch(const QString &str) |
[const] | int | indexIn | (string str, int offset = 0, const QRegExp_CaretMode caretMode = QRegExp::CaretAtZero) | Method int QRegExp::indexIn(const QString &str, int offset, QRegExp::CaretMode caretMode) |
[const] | bool | isEmpty? | Method bool QRegExp::isEmpty() | |
[const] | bool | isMinimal? | Method bool QRegExp::isMinimal() | |
[const] | bool | isValid? | Method bool QRegExp::isValid() | |
[const] | int | lastIndexIn | (string str, int offset = -1, const QRegExp_CaretMode caretMode = QRegExp::CaretAtZero) | Method int QRegExp::lastIndexIn(const QString &str, int offset, QRegExp::CaretMode caretMode) |
[const] | int | matchedLength | Method int QRegExp::matchedLength() | |
[const] | bool | minimal | Method bool QRegExp::isMinimal() | |
void | minimal= | (bool minimal) | Method void QRegExp::setMinimal(bool minimal) | |
[const] | int | numCaptures | Method int QRegExp::numCaptures() | |
[const] | string | pattern | Method QString QRegExp::pattern() | |
void | pattern= | (string pattern) | Method void QRegExp::setPattern(const QString &pattern) | |
[const] | QRegExp_PatternSyntax | patternSyntax | Method QRegExp::PatternSyntax QRegExp::patternSyntax() | |
void | patternSyntax= | (const QRegExp_PatternSyntax syntax) | Method void QRegExp::setPatternSyntax(QRegExp::PatternSyntax syntax) | |
[const] | int | pos | (int nth = 0) | Method int QRegExp::pos(int nth) |
int | pos | (int nth = 0) | Method int QRegExp::pos(int nth) | |
void | setCaseSensitivity | (const Qt_CaseSensitivity cs) | Method void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | |
void | setMinimal | (bool minimal) | Method void QRegExp::setMinimal(bool minimal) | |
void | setPattern | (string pattern) | Method void QRegExp::setPattern(const QString &pattern) | |
void | setPatternSyntax | (const QRegExp_PatternSyntax syntax) | Method void QRegExp::setPatternSyntax(QRegExp::PatternSyntax syntax) |
[static,const] | QRegExp_CaretMode | CaretAtOffset | Enum constant QRegExp::CaretAtOffset | |
[static,const] | QRegExp_CaretMode | CaretAtZero | Enum constant QRegExp::CaretAtZero | |
[static,const] | QRegExp_CaretMode | CaretWontMatch | Enum constant QRegExp::CaretWontMatch | |
[static,const] | QRegExp_PatternSyntax | FixedString | Enum constant QRegExp::FixedString | |
[static,const] | QRegExp_PatternSyntax | RegExp | Enum constant QRegExp::RegExp | |
[static,const] | QRegExp_PatternSyntax | RegExp2 | Enum constant QRegExp::RegExp2 | |
[static,const] | QRegExp_PatternSyntax | W3CXmlSchema11 | Enum constant QRegExp::W3CXmlSchema11 | |
[static,const] | QRegExp_PatternSyntax | Wildcard | Enum constant QRegExp::Wildcard | |
[static,const] | QRegExp_PatternSyntax | WildcardUnix | Enum constant QRegExp::WildcardUnix | |
string | escape | (string str) | Static method QString QRegExp::escape(const QString &str) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QRegExp rx) Description: Method bool QRegExp::operator!=(const QRegExp &rx) |
== | Signature: [const] bool == (const QRegExp rx) Description: Method bool QRegExp::operator==(const QRegExp &rx) |
CaretAtOffset | Signature: [static,const] QRegExp_CaretMode CaretAtOffset Description: Enum constant QRegExp::CaretAtOffset Python specific notes: |
CaretAtZero | Signature: [static,const] QRegExp_CaretMode CaretAtZero Description: Enum constant QRegExp::CaretAtZero Python specific notes: |
CaretWontMatch | Signature: [static,const] QRegExp_CaretMode CaretWontMatch Description: Enum constant QRegExp::CaretWontMatch Python specific notes: |
FixedString | Signature: [static,const] QRegExp_PatternSyntax FixedString Description: Enum constant QRegExp::FixedString Python specific notes: |
RegExp | Signature: [static,const] QRegExp_PatternSyntax RegExp Description: Enum constant QRegExp::RegExp Python specific notes: |
RegExp2 | Signature: [static,const] QRegExp_PatternSyntax RegExp2 Description: Enum constant QRegExp::RegExp2 Python specific notes: |
W3CXmlSchema11 | Signature: [static,const] QRegExp_PatternSyntax W3CXmlSchema11 Description: Enum constant QRegExp::W3CXmlSchema11 Python specific notes: |
Wildcard | Signature: [static,const] QRegExp_PatternSyntax Wildcard Description: Enum constant QRegExp::Wildcard Python specific notes: |
WildcardUnix | Signature: [static,const] QRegExp_PatternSyntax WildcardUnix Description: Enum constant QRegExp::WildcardUnix Python specific notes: |
_assign | Signature: void _assign (const QRegExp other) Description: Assigns another object to self |
_const_cast | Signature: [const] QRegExp ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
assign | Signature: QRegExp assign (const QRegExp rx) Description: Method QRegExp &QRegExp::operator=(const QRegExp &rx) |
cap | (1) Signature: [const] string cap (int nth = 0) Description: Method QString QRegExp::cap(int nth) |
(2) Signature: string cap (int nth = 0) Description: Method QString QRegExp::cap(int nth) | |
captureCount | Signature: [const] int captureCount Description: Method int QRegExp::captureCount() |
capturedTexts | (1) Signature: [const] string[] capturedTexts Description: Method QStringList QRegExp::capturedTexts() |
(2) Signature: string[] capturedTexts Description: Method QStringList QRegExp::capturedTexts() | |
caseSensitivity | Signature: [const] Qt_CaseSensitivity caseSensitivity Description: Method Qt::CaseSensitivity QRegExp::caseSensitivity() Python specific notes: |
caseSensitivity= | Signature: void caseSensitivity= (const Qt_CaseSensitivity cs) Description: Method void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) Python specific notes: |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QRegExp ptr dup Description: Creates a copy of self Python specific notes: |
errorString | (1) Signature: [const] string errorString Description: Method QString QRegExp::errorString() |
(2) Signature: string errorString Description: Method QString QRegExp::errorString() | |
escape | Signature: [static] string escape (string str) Description: Static method QString QRegExp::escape(const QString &str) This method is static and can be called without an instance. |
exactMatch | Signature: [const] bool exactMatch (string str) Description: Method bool QRegExp::exactMatch(const QString &str) |
indexIn | Signature: [const] int indexIn (string str, int offset = 0, const QRegExp_CaretMode caretMode = QRegExp::CaretAtZero) Description: Method int QRegExp::indexIn(const QString &str, int offset, QRegExp::CaretMode caretMode) |
isEmpty? | Signature: [const] bool isEmpty? Description: Method bool QRegExp::isEmpty() |
isMinimal? | Signature: [const] bool isMinimal? Description: Method bool QRegExp::isMinimal() Python specific notes: |
isValid? | Signature: [const] bool isValid? Description: Method bool QRegExp::isValid() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
lastIndexIn | Signature: [const] int lastIndexIn (string str, int offset = -1, const QRegExp_CaretMode caretMode = QRegExp::CaretAtZero) Description: Method int QRegExp::lastIndexIn(const QString &str, int offset, QRegExp::CaretMode caretMode) |
matchedLength | Signature: [const] int matchedLength Description: Method int QRegExp::matchedLength() |
minimal | Signature: [const] bool minimal Description: Method bool QRegExp::isMinimal() Python specific notes: |
minimal= | Signature: void minimal= (bool minimal) Description: Method void QRegExp::setMinimal(bool minimal) Python specific notes: |
new | (1) Signature: [static] new QRegExp new Description: Constructor QRegExp::QRegExp() This method creates an object of class QRegExp. Python specific notes: |
(2) Signature: [static] new QRegExp new (string pattern, const Qt_CaseSensitivity cs = Qt::CaseSensitive, const QRegExp_PatternSyntax syntax = QRegExp::RegExp) Description: Constructor QRegExp::QRegExp(const QString &pattern, Qt::CaseSensitivity cs, QRegExp::PatternSyntax syntax) This method creates an object of class QRegExp. Python specific notes: | |
(3) Signature: [static] new QRegExp new (const QRegExp rx) Description: Constructor QRegExp::QRegExp(const QRegExp &rx) This method creates an object of class QRegExp. Python specific notes: | |
numCaptures | Signature: [const] int numCaptures Description: Method int QRegExp::numCaptures() |
pattern | Signature: [const] string pattern Description: Method QString QRegExp::pattern() Python specific notes: |
pattern= | Signature: void pattern= (string pattern) Description: Method void QRegExp::setPattern(const QString &pattern) Python specific notes: |
patternSyntax | Signature: [const] QRegExp_PatternSyntax patternSyntax Description: Method QRegExp::PatternSyntax QRegExp::patternSyntax() Python specific notes: |
patternSyntax= | Signature: void patternSyntax= (const QRegExp_PatternSyntax syntax) Description: Method void QRegExp::setPatternSyntax(QRegExp::PatternSyntax syntax) Python specific notes: |
pos | (1) Signature: [const] int pos (int nth = 0) Description: Method int QRegExp::pos(int nth) |
(2) Signature: int pos (int nth = 0) Description: Method int QRegExp::pos(int nth) | |
setCaseSensitivity | Signature: void setCaseSensitivity (const Qt_CaseSensitivity cs) Description: Method void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) Python specific notes: |
setMinimal | Signature: void setMinimal (bool minimal) Description: Method void QRegExp::setMinimal(bool minimal) Python specific notes: |
setPattern | Signature: void setPattern (string pattern) Description: Method void QRegExp::setPattern(const QString &pattern) Python specific notes: |
setPatternSyntax | Signature: void setPatternSyntax (const QRegExp_PatternSyntax syntax) Description: Method void QRegExp::setPatternSyntax(QRegExp::PatternSyntax syntax) Python specific notes: |