#include </home/zeitlin/src/wx/github/interface/wx/fdrepdlg.h>
wxFindReplaceDialog events.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
wxFindDialogEvent (wxEventType commandType=wxEVT_NULL, int id=0) | |
Constructor used by wxWidgets only. | |
wxFindReplaceDialog * | GetDialog () const |
Return the pointer to the dialog which generated this event. | |
wxString | GetFindString () const |
Return the string to find (never empty). | |
int | GetFlags () const |
Get the currently selected flags: this is the combination of the wxFindReplaceFlags enumeration values. | |
const wxString & | GetReplaceString () const |
Return the string to replace the search string with (only for replace and replace all events). |
wxFindDialogEvent::wxFindDialogEvent | ( | wxEventType | commandType = wxEVT_NULL , |
int | id = 0 |
||
) |
Constructor used by wxWidgets only.
wxFindReplaceDialog* wxFindDialogEvent::GetDialog | ( | ) | const |
Return the pointer to the dialog which generated this event.
wxString wxFindDialogEvent::GetFindString | ( | ) | const |
Return the string to find (never empty).
int wxFindDialogEvent::GetFlags | ( | ) | const |
Get the currently selected flags: this is the combination of the wxFindReplaceFlags enumeration values.
const wxString& wxFindDialogEvent::GetReplaceString | ( | ) | const |
Return the string to replace the search string with (only for replace and replace all events).