Searched refs:ChangePathTo (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilesys.tex67 \membersection{wxFileSystem::ChangePathTo}\label{wxfilesystemchangepathto}
69 \func{void}{ChangePathTo}{\param{const wxString\& }{location}, \param{bool }{is\_dir = false}}
79 ChangePathTo("dir/subdir/xh.htm");
80 ChangePathTo("dir/subdir", true);
81 ChangePathTo("dir/subdir/", true);
95 fs -> ChangePathTo("subdir/folder", true);
104 Returns actual path (set by \helpref{ChangePathTo}{wxfilesystemchangepathto}).
160 (based on value passed to ChangePathTo() method) and then as an
H A Dfs.tex17 Its main methods are ChangePathTo() and OpenFile(). This class
H A Dhtmllbox.tex97 \helpref{wxFileSystem::ChangePathTo}{wxfilesystemchangepathto} if you use
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilesys.h189 // (so ChangePathTo("dir/subdir/xh.htm") sets m_Path to "dir/subdir/")
190 void ChangePathTo(const wxString& location, bool is_dir = false);
197 // (based on ChangePathTo()'s value) and then as an absolute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp519 fsys.ChangePathTo(path, true);
668 fsys.ChangePathTo(book);
H A Dhtmprint.cpp88 m_FS->ChangePathTo(basepath, isdir);
H A Dhtmlwin.cpp571 m_FS->ChangePathTo(f->GetLocation());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp328 void wxFileSystem::ChangePathTo(const wxString& location, bool is_dir) function in class:wxFileSystem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp600 m_curFileSystem.ChangePathTo(m_data[f].File);

Completed in 194 milliseconds