Searched refs:wxFilePickerCtrl (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.cpp3 // Purpose: wxFilePickerCtrl class implementation
186 IMPLEMENT_DYNAMIC_CLASS(wxFilePickerCtrl, wxPickerBase)
188 bool wxFilePickerCtrl::CheckPath(const wxString& path) const
197 wxString wxFilePickerCtrl::GetTextCtrlValue() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_filepicker.cpp3 // Purpose: XML resource handler for wxFilePickerCtrl
39 XRC_MAKE_INSTANCE(picker, wxFilePickerCtrl)
57 return IsOfClass(node, wxT("wxFilePickerCtrl"));
/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
11 \section{\class{wxFilePickerCtrl}}\label{wxfilepickerctrl}
39 picker button which is completely managed by the \helpref{wxFilePickerCtrl}{wxfilepickerctrl}
74 \membersection{wxFilePickerCtrl::wxFilePickerCtrl}\label{wxfilepickerctrlctor}
76 \func{}{wxFilePickerCtrl}{\param{wxWindow *}{parent},\rtfsp
91 \membersection{wxFilePickerCtrl::Create}\label{wxfilepickerctrlcreate}
131 \membersection{wxFilePickerCtrl::GetPath}\label{wxfilepickerctrlgetpath}
138 \membersection{wxFilePickerCtrl::SetPath}\label{wxfilepickerctrlsetpath}
152 \helpref{wxFilePickerCtrl}{wxfilepickerctr
[all...]
H A Dpickerbase.tex109 Very important: the contents of the text control could be containing an invalid representation of the entity which can be chosen through the picker (e.g. the user entered an invalid colour syntax because of a typo). Thus you should never parse the content of the textctrl to get the user's input; rather use the derived-class getter (e.g. \helpref{wxColourPickerCtrl::GetColour}{wxcolourpickerctrlgetcolour}, \helpref{wxFilePickerCtrl::GetPath}{wxfilepickerctrlgetpath}, etc).
H A Dcategory.tex136 \twocolitem{\helpref{wxFilePickerCtrl}{wxfilepickerctrl}}{A control which allows the user to choose a file}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilepicker.h3 // Purpose: wxFilePickerCtrl, wxDirPickerCtrl base header
167 // wxFilePickerCtrl: platform-independent class which embeds the
181 class WXDLLIMPEXP_CORE wxFilePickerCtrl : public wxFileDirPickerCtrlBase class in inherits:wxFileDirPickerCtrlBase
184 wxFilePickerCtrl() {} function in class:wxFilePickerCtrl
186 wxFilePickerCtrl(wxWindow *parent, function in class:wxFilePickerCtrl
254 DECLARE_DYNAMIC_CLASS(wxFilePickerCtrl)
349 // wxFileDirPickerEvent: used by wxFilePickerCtrl and wxDirPickerCtrl only
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dfilepicker.cpp105 wxFilePickerCtrl *m_filePicker;
202 m_filePicker = new wxFilePickerCtrl(this, PickerPage_File,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/collpane/
H A Dcollpane.cpp277 paneSz->Add(new wxFilePickerCtrl(win, -1), 1, wxALL|wxALIGN_CENTER, 2);

Completed in 56 milliseconds