Version: 2.9.4
Public Member Functions
wxFindDialogEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/fdrepdlg.h>

Inheritance diagram for wxFindDialogEvent:

Detailed Description

wxFindReplaceDialog events.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxFindDialogEvent& event)

Event macros:

Library:  wxCore
Category:  Events

Public Member Functions

 wxFindDialogEvent (wxEventType commandType=wxEVT_NULL, int id=0)
 Constructor used by wxWidgets only.
wxFindReplaceDialogGetDialog () 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 wxStringGetReplaceString () const
 Return the string to replace the search string with (only for replace and replace all events).

List of all members.


Constructor & Destructor Documentation

wxFindDialogEvent::wxFindDialogEvent ( wxEventType  commandType = wxEVT_NULL,
int  id = 0 
)

Constructor used by wxWidgets only.


Member Function Documentation

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines