Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/common/wxPlatform.h File Reference
#include <wx/wxchar.h>#include <wx/string.h>#include "utils.h"Include dependency graph for wxPlatform.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | utils |
Functions | |
| template<class str> | |
| str | wxQuoteStringInternal (const str &arg, const str "echar, const str &replacements) |
| template<class str> | |
| str | wxQuoteString (const str &arg) |
| Try to escape special chars on windows and linux. | |
| template<class str> | |
| str | wxQuoteFilename (const str &arg) |
| Quote a filename, so that it is surrounded by "". | |
| wxString | doubleTowxString (double d, int digits=-1) |
Function Documentation
|
||||||||||||
|
|
|
||||||||||
|
Quote a filename, so that it is surrounded by "". I don't know the escape char for windows |
|
||||||||||
|
Try to escape special chars on windows and linux. : I'm quite sure that this routine doesn't replace some important shell chars I don't know of. This could lead to nasty behaviour and maybe even security holes. |
|
||||||||||||||||||||
|
|
1.3.9.1