#include <main.h>

Public Member Functions | |
| Springsettings () | |
| This file is part of springsettings, Copyright (C) 2007 Original work by Kloot cross-plattform/UI adaptation and currently maintained by koshi (Ren� Milk) visit http://spring.clan-sy.com/phpbb/viewtopic.php?t=12104 for more info/help. | |
| ~Springsettings () | |
| bool | OnInit () |
| int | OnExit () |
| virtual void | OnFatalException () |
| virtual void | OnInitCmdLine (wxCmdLineParser &parser) |
| virtual bool | OnCmdLineParsed (wxCmdLineParser &parser) |
| parses the command line and sets global app options like log verbosity or log target | |
Protected Attributes | |
| wxTranslationHelper * | m_translationhelper |
| long | m_log_verbosity |
| bool | m_log_console |
| bool | m_log_file |
| wxString | m_log_file_path |
| bool | m_log_window_show |
| bool | m_crash_handle_disable |
| wxString | m_customizer_archive_name |
| wxString | m_appname |
| wxString | m_engine_config_filepath |
Definition at line 31 of file main.h.
| Springsettings::Springsettings | ( | ) |
This file is part of springsettings, Copyright (C) 2007 Original work by Kloot cross-plattform/UI adaptation and currently maintained by koshi (Ren� Milk) visit http://spring.clan-sy.com/phpbb/viewtopic.php?t=12104 for more info/help.
SpringLobby is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
springsettings 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/>.
| bool Springsettings::OnCmdLineParsed | ( | wxCmdLineParser & | parser | ) | [virtual] |
| void Springsettings::OnInitCmdLine | ( | wxCmdLineParser & | parser | ) | [virtual] |
wxString Springsettings::m_appname [protected] |
bool Springsettings::m_crash_handle_disable [protected] |
wxString Springsettings::m_customizer_archive_name [protected] |
wxString Springsettings::m_engine_config_filepath [protected] |
bool Springsettings::m_log_console [protected] |
bool Springsettings::m_log_file [protected] |
wxString Springsettings::m_log_file_path [protected] |
long Springsettings::m_log_verbosity [protected] |
bool Springsettings::m_log_window_show [protected] |
wxTranslationHelper* Springsettings::m_translationhelper [protected] |
1.6.3