#include <wx/string.h>#include <sstream>

Go to the source code of this file.
Functions | |
| bool | IsSettingsStandAlone () |
| void | SetSettingsStandAlone (bool value) |
SPringSettings Utils | |
This file is part of springsettings, Copyright (C) 2007-2011 SpringLobby is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. SpringLobby is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with springsettings. If not, see <http://www.gnu.org/licenses/>. these are necessary duplications for standalone mode atm | |
| int | fromString (const wxString &s) |
| void | openUrl (const wxString &url) |
| template<class T > | |
| wxString | towxString (T arg) |
| int fromString | ( | const wxString & | s | ) |
Definition at line 30 of file se_utils.cpp.
| bool IsSettingsStandAlone | ( | ) |
Definition at line 19 of file se_utils.cpp.
| void openUrl | ( | const wxString & | url | ) |
Definition at line 36 of file se_utils.cpp.
| void SetSettingsStandAlone | ( | bool | value | ) |
Definition at line 24 of file se_utils.cpp.
| wxString towxString | ( | T | arg | ) | [inline] |
Definition at line 33 of file se_utils.h.
1.6.3