frame.cpp File Reference

#include <wx/notebook.h>
#include <wx/menu.h>
#include <wx/icon.h>
#include "frame.h"
#include "../settings.h"
#include "../springunitsync.h"
#include "tab_render_detail.h"
#include <wx/scrolwin.h>
#include <map>
#include "tab_abstract.h"
#include <vector>
#include <wx/string.h>
#include <wx/stattext.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/sizer.h>
#include <wx/panel.h>
#include <list>
#include <memory>
#include "../../wxkeybinder/keybinder.h"
#include "hotkey_parser.h"
#include "HotkeyTypes.h"
#include "commandlist.h"
#include <wx/intl.h>
#include "../utils/customdialogs.h"
#include "../utils/controls.h"
#include <sstream>
#include "../customizations.h"
#include "../utils/platform.h"
Include dependency graph for frame.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const wxString simpleTabCap = _("Combined Options")
 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.
const wxString qualityTabCap = _("Render quality / Video mode")
const wxString detailTabCap = _("Render detail")
const wxString uiTabCap = _("UI options")
const wxString audioTabCap = _("Audio")
const wxString hotkeyTabCap = _("Hotkeys")
const wxString expertModeWarning

Variable Documentation

const wxString audioTabCap = _("Audio")

Definition at line 51 of file frame.cpp.

const wxString detailTabCap = _("Render detail")

Definition at line 49 of file frame.cpp.

Initial value:
 _("Changes made on Quality/Detail tab in expert mode\n"
                  "will be lost if you change simple options again.\n"
                  "Also these changes WILL NOT be reflected by the \n"
                  "selected choices on the Combined options tab.\n"
                  "(this message can be disabled in the \"File\" menu)")

Definition at line 53 of file frame.cpp.

const wxString hotkeyTabCap = _("Hotkeys")

Definition at line 52 of file frame.cpp.

const wxString qualityTabCap = _("Render quality / Video mode")

Definition at line 48 of file frame.cpp.

const wxString simpleTabCap = _("Combined Options")

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/>.

Definition at line 47 of file frame.cpp.

const wxString uiTabCap = _("UI options")

Definition at line 50 of file frame.cpp.


Generated on Thu Dec 29 00:11:34 2011 for SpringLobby by doxygen 1.6.3