StringDetectRule Class

(TextEditor::Internal::StringDetectRule)

Public Functions

~StringDetectRule()
void setInsensitive(const int &insensitive)
void setString(const int &s)

Protected Functions

TextEditor::Internal::StringDetectRule *doClone() const
bool doMatchSucceed(const int &text, const int length, TextEditor::Internal::ProgressData *progress) override
void doReplaceExpressions(const int &captures) override

Member Function Documentation

StringDetectRule::~StringDetectRule()

Destroys the instance of StringDetectRule.

[protected] TextEditor::Internal::StringDetectRule *StringDetectRule::doClone() const

[protected] bool StringDetectRule::doMatchSucceed(const int &text, const int length, TextEditor::Internal::ProgressData *progress)

[protected] void StringDetectRule::doReplaceExpressions(const int &captures)

void StringDetectRule::setInsensitive(const int &insensitive)

void StringDetectRule::setString(const int &s)