Searched refs:SetPath (Results 26 - 50 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h40 virtual void SetPath(const wxString& strPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilepicker.h47 virtual void SetPath(const wxString &str) { m_path=str; } function in class:wxFileDirPickerWidgetBase
120 void SetPath(const wxString &str);
369 void SetPath(const wxString &p) { m_path = p; } function in class:wxFileDirPickerEvent
H A Ddirdlg.h84 virtual void SetPath(const wxString& path) { m_path = path; } function in class:wxDirDialogBase
H A Dfileconf.h144 virtual void SetPath(const wxString& strPath);
205 // the same as SetPath("/")
208 // real SetPath() implementation, returns true if path could be set or false
H A Dconfbase.h123 virtual void SetPath(const wxString& strPath) = 0;
H A Dfiledlg.h104 virtual void SetPath(const wxString& path) { m_path = path; } function in class:wxFileDialogBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfilepickerg.h136 p->SetPath(m_path);
145 { wxStaticCast(p, wxFileDialog)->SetPath(m_path); }
204 { wxStaticCast(p, wxDirDialog)->SetPath(m_path); }
H A Ddirctrlg.h133 virtual void SetPath(const wxString& path);
H A Dfiledlgg.h69 virtual void SetPath(const wxString& path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilepicker.tex40 and which can be used by the user to specify a path (see \helpref{SetPath}{wxfilepickerctrlsetpath}).
138 \membersection{wxFilePickerCtrl::SetPath}\label{wxfilepickerctrlsetpath}
140 \func{void}{SetPath}{\param{const wxString \&}{filename}}
196 \membersection{wxFileDirPickerEvent::SetPath}\label{wxfiledirpickereventsetpath}
198 \func{void}{SetPath}{\param{const wxString \&}{path}}
H A Ddirpicker.tex39 and which can be used by the user to specify a path (see \helpref{SetPath}{wxdirpickerctrlsetpath}).
128 \membersection{wxDirPickerCtrl::SetPath}\label{wxdirpickerctrlsetpath}
130 \func{void}{SetPath}{\param{const wxString \&}{dirname}}
H A Ddirdlg.tex85 \membersection{wxDirDialog::SetPath}\label{wxdirdialogsetpath}
87 \func{void}{SetPath}{\param{const wxString\& }{path}}
H A Ddirctrl.tex185 \membersection{wxGenericDirCtrl::SetPath}\label{wxgenericdirctrlsetpath}
187 \func{void}{SetPath}{\param{const wxString\& }{path}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirdlgg.cpp257 void wxGenericDirDialog::SetPath(const wxString& path) function in class:wxGenericDirDialog
259 m_dirCtrl->SetPath(path);
366 SetPath(wxGetUserHome());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp99 fc.SetPath(path);
336 fc.SetPath(_T("root"));
347 fc.SetPath(_T("group1/subgroup"));
381 fc.SetPath(_T("foot"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp90 SetPath(wxEmptyString);
101 void wxIniConfig::SetPath(const wxString& strPath) function in class:wxIniConfig
H A Dregconf.cpp113 // performance of SetPath()
160 void wxRegConfig::SetPath(const wxString& strPath) function in class:wxRegConfig
283 _T("error in wxRegConfig::SetPath") );
365 // as we create the registry key when SetPath(key) is done, we can be left
690 SetPath(_T("..")); // changes m_keyLocal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp76 SetPath(wxEmptyString);
87 void wxIniConfig::SetPath(const wxString& strPath) function in class:wxIniConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddirctrl.cpp260 m_dirCtrl->SetPath(m_path->GetValue());
327 m_dirCtrl->SetPath(path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp257 pConfig->SetPath(wxT("MySettings"));
258 pConfig->SetPath(wxT(".."));
265 m_pContainer->SetPath(strPath);
296 m_pContainer->SetPath(m_strOldPath);
H A Dfmapbase.cpp412 config->SetPath(path);
419 GetConfig()->SetPath(pathOld);
482 config->SetPath(FONTMAPPER_CHARSET_ALIAS_PATH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.cpp112 p_ProgramCfg->SetPath(_T("/")); // Start at root
175 p_ProgramCfg->SetPath(_T("/"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfiledlg.cpp387 void wxFileDialog::SetPath(const wxString& path) function in class:wxFileDialog
392 wxCHECK_RET(wxIsAbsolutePath(path), wxT(" wxFileDialog::SetPath requires an absolute filepath"));
397 wxGenericFileDialog::SetPath( path );
450 // SetPath() fires an assert if fed other than filepaths
453 SetPath(wxFileName(path, name).GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h50 virtual void SetPath(const wxString& strPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp260 fn.SetPath(_T("c:\\temp"), wxPATH_DOS);
264 fn.SetPath(_T("/usr/local/bin"), wxPATH_UNIX);

Completed in 271 milliseconds

123