OpenMW
|
#include "settingswindow.hpp"
#include <OgreRoot.h>
#include <OgrePlugin.h>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/math/common_factor_rt.hpp>
#include <SDL_video.h>
#include "../mwbase/environment.hpp"
#include "../mwbase/world.hpp"
#include "../mwbase/soundmanager.hpp"
#include "../mwbase/inputmanager.hpp"
#include "../mwbase/windowmanager.hpp"
#include "confirmationdialog.hpp"
Namespaces | |
namespace | anonymous_namespace{settingswindow.cpp} |
namespace | MWGui |
Functions | |
std::string | anonymous_namespace{settingswindow.cpp}::fpsLevelToStr (int level) |
std::string | anonymous_namespace{settingswindow.cpp}::textureFilteringToStr (const std::string &val) |
void | anonymous_namespace{settingswindow.cpp}::parseResolution (int &x, int &y, const std::string &str) |
bool | anonymous_namespace{settingswindow.cpp}::sortResolutions (std::pair< int, int > left, std::pair< int, int > right) |
std::string | anonymous_namespace{settingswindow.cpp}::getAspect (int x, int y) |
std::string | anonymous_namespace{settingswindow.cpp}::hlslGlsl () |
bool | anonymous_namespace{settingswindow.cpp}::cgAvailable () |