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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilepickercmn.cpp49 IMPLEMENT_DYNAMIC_CLASS(wxFileDirPickerEvent, wxCommandEvent)
128 // string otherwise we would generate a wxFileDirPickerEvent when changing
145 wxFileDirPickerEvent event(GetEventType(), this, GetId(), newpath);
168 void wxFileDirPickerCtrlBase::OnFileDirChange(wxFileDirPickerEvent &ev)
174 wxFileDirPickerEvent event(GetEventType(), this, GetId(), ev.GetPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilepicker.h22 class WXDLLIMPEXP_FWD_CORE wxFileDirPickerEvent; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
128 void OnFileDirChange(wxFileDirPickerEvent &);
349 // wxFileDirPickerEvent: used by wxFilePickerCtrl and wxDirPickerCtrl only
357 class WXDLLIMPEXP_CORE wxFileDirPickerEvent : public wxCommandEvent class in inherits:wxCommandEvent
360 wxFileDirPickerEvent() {} function in class:wxFileDirPickerEvent
361 wxFileDirPickerEvent(wxEventType type, wxObject *generator, int id, const wxString &path) function in class:wxFileDirPickerEvent
372 virtual wxEvent *Clone() const { return new wxFileDirPickerEvent(*this); }
377 DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxFileDirPickerEvent)
384 typedef void (wxEvtHandler::*wxFileDirPickerEventFunction)(wxFileDirPickerEvent&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfilepickerg.cpp79 wxFileDirPickerEvent event(GetEventType(), this, GetId(), m_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilepicker.tex3 %% Purpose: wxFilePickerCtrl and wxFileDirPickerEvent documentation
55 functions that take a \helpref{wxFileDirPickerEvent}{wxfiledirpickerevent} argument.
69 \helpref{wxFileDirPickerEvent}{wxfiledirpickerevent}
147 %% wxFileDirPickerEvent documentation
149 \section{\class{wxFileDirPickerEvent}}\label{wxfiledirpickerevent}
167 direct input to member function that take a \helpref{wxFileDirPickerEvent}{wxfiledirpickerevent} argument:
182 \membersection{wxFileDirPickerEvent::wxFileDirPickerEvent}\label{wxfiledirpickereventctor}
184 \func{}{wxFileDirPickerEvent}{\param{wxEventType}{ type}, \param{wxObject *}{ generator}, \param{int}{ id}, \param{const wxString&}{ path}}
189 \membersection{wxFileDirPickerEvent
[all...]
H A Ddirpicker.tex50 functions that take a \helpref{wxFileDirPickerEvent}{wxfiledirpickerevent} argument.
63 \helpref{wxFileDirPickerEvent}{wxfiledirpickerevent}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddirpicker.cpp90 void OnDirChange(wxFileDirPickerEvent &ev);
229 void DirPickerWidgetsPage::OnDirChange(wxFileDirPickerEvent& event)
H A Dfilepicker.cpp99 void OnFileChange(wxFileDirPickerEvent &ev);
283 void FilePickerWidgetsPage::OnFileChange(wxFileDirPickerEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfilepicker.cpp127 wxFileDirPickerEvent event(wxEVT_COMMAND_FILEPICKER_CHANGED, this, GetId(), m_path);
179 wxFileDirPickerEvent event(wxEVT_COMMAND_DIRPICKER_CHANGED, p, p->GetId(), p->GetPath());
278 // to set the following flag to avoid sending a wxFileDirPickerEvent from this

Completed in 60 milliseconds