#include <wx/filename.h>#include <wx/stdpaths.h>#include <wx/utils.h>#include <wx/log.h>#include <wx/intl.h>#include <string>#include <sstream>#include "se_utils.h"#include "../utils/customdialogs.h"#include "../settings.h"#include "../springunitsynclib.h"
Go to the source code of this file.
Functions | |
| bool | IsSettingsStandAlone () |
| void | SetSettingsStandAlone (bool value) |
| int | fromString (const wxString &s) |
| void | openUrl (const wxString &url) |
Variables | |
| static bool | standalonemode = true |
| 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.
bool standalonemode = true [static] |
Definition at line 17 of file se_utils.cpp.
1.6.3