StringDetectRule Class
(TextEditor::Internal::StringDetectRule)Inherits: | TextEditor::Internal::DynamicRule |
Public Functions
virtual | ~StringDetectRule() |
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
virtual bool | doMatchSucceed(const int &text, const int length, TextEditor::Internal::ProgressData *progress) |
virtual void | doReplaceExpressions(const int &captures) |
Reimplemented Protected Functions
virtual TextEditor::Internal::StringDetectRule * | doClone() const |
- 6 protected functions inherited from TextEditor::Internal::Rule
Member Function Documentation
[virtual]
StringDetectRule::~StringDetectRule()
Destroys the instance of StringDetectRule. The destructor is virtual.