TTKMusicPlayer  4.3.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
RegularExpression Member List

This is the complete list of members for RegularExpression, including all inherited members.

captured(int index) const RegularExpression
capturedLength() const RegularExpression
CaseInsensitiveOption enum valueRegularExpression
escape(const QString &str)RegularExpressionstatic
hasMatch(const QString &str)RegularExpression
InvertedGreedinessOption enum valueRegularExpression
isCaseSensitivity() const RegularExpression
isGreediness() const RegularExpression
m_matchRegularExpressionprivate
m_regularRegularExpressionprivate
match(const QString &str, int pos=0)RegularExpression
NoPatternOption enum valueRegularExpression
operator const QRegularExpression &() const RegularExpression
operator QRegularExpression &()RegularExpression
pattern() const RegularExpression
PatternOption enum nameRegularExpression
patternOptions() const RegularExpression
RegularExpression()RegularExpression
RegularExpression(const QString &pattern, int option=NoPatternOption)RegularExpressionexplicit
setCaseSensitivity(bool v)RegularExpression
setGreediness(bool v)RegularExpression
setPattern(const QString &v)RegularExpression
setPatternOptions(const int option)RegularExpression
value() const RegularExpression