Searched refs:wxFindDialogEvent (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfdrepdlg.h21 class WXDLLIMPEXP_FWD_CORE wxFindDialogEvent; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
30 // flages used by wxFindDialogEvent::GetFlags()
116 void Send(wxFindDialogEvent& event);
140 class WXDLLEXPORT wxFindDialogEvent : public wxCommandEvent class in inherits:wxCommandEvent
143 wxFindDialogEvent(wxEventType commandType = wxEVT_NULL, int id = 0) function in class:wxFindDialogEvent
161 DECLARE_DYNAMIC_CLASS_NO_COPY(wxFindDialogEvent)
172 typedef void (wxEvtHandler::*wxFindDialogEventFunction)(wxFindDialogEvent&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfddlgcmn.cpp38 IMPLEMENT_DYNAMIC_CLASS(wxFindDialogEvent, wxCommandEvent)
67 void wxFindReplaceDialogBase::Send(wxFindDialogEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfdrepdlg.tex12 \section{\class{wxFindDialogEvent}}\label{wxfinddialogevent}
28 macros to direct input to member functions that take a wxFindDialogEvent
45 \membersection{wxFindDialogEvent::wxFindDialogEvent}\label{wxfinddialogeventwxfinddialogevent}
47 \func{}{wxFindDialogEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{id = 0}}
51 \membersection{wxFindDialogEvent::GetFlags}\label{wxfinddialogeventgetflags}
58 \membersection{wxFindDialogEvent::GetFindString}\label{wxfinddialogeventgetfindstring}
64 \membersection{wxFindDialogEvent::GetReplaceString}\label{wxfinddialogeventgetreplacestring}
71 \membersection{wxFindDialogEvent::GetDialog}\label{wxfinddialogeventgetdialog}
83 \helpref{wxFindDialogEvent}{wxfinddialogeven
[all...]
H A Dcategory.tex273 \twocolitem{\helpref{wxFindDialogEvent}{wxfinddialogevent}}{Event sent by
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfdrepdlg.cpp228 wxFindDialogEvent event(evtType, GetId());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.h261 void OnFindDialog(wxFindDialogEvent& event);
H A Ddialogs.cpp1332 void MyFrame::OnFindDialog(wxFindDialogEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfdrepdlg.cpp297 wxFindDialogEvent event(evtType, dialog->GetId());

Completed in 118 milliseconds