add const qualifiers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-09 16:24:26 +00:00
parent 1fee6e2577
commit 328f5751e8
193 changed files with 2525 additions and 2513 deletions

View File

@@ -106,12 +106,12 @@ public:
Similar to GetPath() but returns the path of
the currently selected file as a wxFileName object.
*/
wxFileName GetFileName();
wxFileName GetFileName() const;
/**
Returns the absolute path of the currently selected file.
*/
wxString GetPath();
wxString GetPath() const;
/**
This method does the same thing as SetPath() but
@@ -220,12 +220,12 @@ public:
object.
This function is equivalent to GetPath()
*/
wxFileName GetDirName();
wxFileName GetDirName() const;
/**
Returns the absolute path of the currently selected directory.
*/
wxString GetPath();
wxString GetPath() const;
/**
Just like SetPath() but this function takes a
@@ -268,7 +268,7 @@ public:
/**
Retrieve the absolute path of the file/directory the user has just selected.
*/
wxString GetPath();
wxString GetPath() const;
/**
Set the absolute path of the file/directory associated with the event.