presetValues< T, valueCount > Class Template Reference

This file is part of springsettings, Copyright (C) 2007-2011. More...

#include <presets.h>

Collaboration diagram for presetValues< T, valueCount >:
Collaboration graph
[legend]

Public Member Functions

 presetValues (wxString key_arg, const wxString *levelLabels, const T *values_arg)

Data Fields

std::map< wxString, T > values
wxString key

Detailed Description

template<typename T, int valueCount>
class presetValues< T, valueCount >

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.


Constructor & Destructor Documentation

template<typename T , int valueCount>
presetValues< T, valueCount >::presetValues ( wxString  key_arg,
const wxString levelLabels,
const T *  values_arg 
) [inline]

Definition at line 35 of file presets.h.


Field Documentation

template<typename T , int valueCount>
wxString presetValues< T, valueCount >::key

Definition at line 32 of file presets.h.

template<typename T , int valueCount>
std::map<wxString,T> presetValues< T, valueCount >::values

Definition at line 31 of file presets.h.


The documentation for this class was generated from the following file:

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