StringDetectRule Class
(TextEditor::Internal::StringDetectRule)Inherits: | TextEditor::Internal::DynamicRule |
Public Functions
virtual | ~StringDetectRule() override |
void | setInsensitive(const int &insensitive) |
void | setString(const int &s) |
- 3 public functions inherited from TextEditor::Internal::DynamicRule
- 21 public functions inherited from TextEditor::Internal::Rule
Protected Functions
bool | doMatchSucceed(const int &text, const int length, TextEditor::Internal::ProgressData *progress) override |
void | doReplaceExpressions(const int &captures) override |
Reimplemented Protected Functions
virtual TextEditor::Internal::StringDetectRule * | doClone() const override |
- 6 protected functions inherited from TextEditor::Internal::Rule
Member Function Documentation
[override virtual]
StringDetectRule::~StringDetectRule()
Destroys the instance of StringDetectRule. The destructor is virtual.