struct EE::UI::Doc::TextSearchParams¶
#include <textdocument.hpp> struct TextSearchParams { // fields String text; TextRange range = TextRange(); bool caseSensitive { false }; bool wholeWord { false }; bool escapeSequences { false }; TextDocument::FindReplaceType type { TextDocument::FindReplaceType::Normal }; // methods bool operator==(const TextSearchParams& other); bool operator!=(const TextSearchParams& other); bool isEmpty(); void reset(); };