IFindSupport Class
class Core::IFindSupportThe IFindSupport class provides functions for searching in a document or widget. More...
Header: | #include <coreplugin/find/ifindsupport.h> |
Inherits: | QObject |
Public Types
enum | Result { Found, NotFound, NotYetFound } |
Detailed Description
See also Core::BaseTextFind.
Member Type Documentation
enum IFindSupport::Result
This enum holds whether the search term was found within the search scope using the find flags.
Constant | Value | Description |
---|---|---|
Core::IFindSupport::Found | 0 | The search term was found. |
Core::IFindSupport::NotFound | 1 | The search term was not found. |
Core::IFindSupport::NotYetFound | 2 | The search term has not been found yet. |