KeywordsCompletionAssistProvider Class
(TextEditor::KeywordsCompletionAssistProvider)Inherits: | TextEditor::CompletionAssistProvider |
Public Functions
KeywordsCompletionAssistProvider(const Keywords &keyWords = Keywords(), const QString &snippetGroup = QString( Constants::TEXT_SNIPPET_GROUP_ID )) |
Reimplemented Public Functions
virtual IAssistProcessor * | createProcessor() const override |
virtual RunType | runType() const override |
- 4 public functions inherited from TextEditor::CompletionAssistProvider
- 2 public functions inherited from TextEditor::IAssistProvider
- 32 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
KeywordsCompletionAssistProvider::KeywordsCompletionAssistProvider(const Keywords &keyWords = Keywords(), const QString &snippetGroup = QString( Constants::TEXT_SNIPPET_GROUP_ID ))
Default constructs an instance of KeywordsCompletionAssistProvider.