12 #include <xtd/drawing/point> 14 #include <xtd/ustring> 80 bool match_case()
const noexcept;
88 bool show_match_case()
const noexcept;
96 bool show_whole_word()
const noexcept;
112 bool whole_word()
const noexcept;
158 void reset() noexcept;
166 void create_handle();
167 void destroy_handle();
168 void recreate_handle();
169 void on_dialog_closed();
170 void on_dialog_find(const
xtd::drawing::point& location, const
ustring& find_string, const
ustring& replace_string,
bool whole_word,
bool match_case);
171 void on_dialog_replace(const
xtd::drawing::point& location, const
ustring& find_string, const
ustring& replace_string,
bool replace_all,
bool whole_word,
bool match_case);
173 std::shared_ptr<data> data_;
Contains xtd::forms::dialog_appearance enum class.
Contains xtd::forms::dialog_closed_event_handler dialog.
Contains xtd::forms::layout::arranged_element_collection collection.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Contains xtd::forms::iwin32_window interface.
Represents an event.
Definition: event.h:21
Contains xtd::forms::replace_event_handler event handler.
Contains xtd::forms::component class.
Contains xtd::forms::find_event_handler event handler.