This file is part of springsettings, Copyright (C) 2007-2011. More...
#include <presets.h>

Public Member Functions | |
| presetValues (wxString key_arg, const wxString *levelLabels, const T *values_arg) | |
Data Fields | |
| std::map< wxString, T > | values |
| wxString | key |
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/>. Presets for tab_simple go here presets are only used for performance relevant (render detail + AA) settings and screen resolutions
Definition at line 27 of file presets.h.
| presetValues< T, valueCount >::presetValues | ( | wxString | key_arg, | |
| const wxString * | levelLabels, | |||
| const T * | values_arg | |||
| ) | [inline] |
| wxString presetValues< T, valueCount >::key |
| std::map<wxString,T> presetValues< T, valueCount >::values |
1.6.3