IFindSupport Class

class Core::IFindSupport

The 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.

ConstantValueDescription
Core::IFindSupport::Found0The search term was found.
Core::IFindSupport::NotFound1The search term was not found.
Core::IFindSupport::NotYetFound2The search term has not been found yet.