![]() ![]() ![]() ![]() wxfinddialogeventwxfindreplacedialog events derived from include files <wx/fdrepdlg.h> event table macros to process a command event from wxfindreplacedialog, use these event handler macros to direct input to member functions that take a wxfinddialogevent argument. the id parameter is the identifier of the find dialog and you may usually specify -1 for it unless you plan to have several find dialogs sending events to the same owner window simultaneously.
wxfinddialogevent::wxfinddialogevent
wxfinddialogevent::wxfinddialogeventwxfinddialogevent(wxeventtype commandtype = wxevt_null, int id = 0) constuctor used by wxwidgets only.
wxfinddialogevent::getflagsint getflags() const get the currently selected flags: this is the combination of wxfr_down, wxfr_wholeword and wxfr_matchcase flags.
wxfinddialogevent::getfindstringwxstring getfindstring() const return the string to find (never empty).
wxfinddialogevent::getreplacestringconst wxstring& getreplacestring() const return the string to replace the search string with (only for replace and replace all events).
wxfinddialogevent::getdialogwxfindreplacedialog* getdialog() const return the pointer to the dialog which generated this event.
|