Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Functions | Variables
GraphicsManager.cc File Reference
#include "GraphicsManager.h"
#include <cstdlib>
#include <fstream>
#include <sstream>
#include <boost/filesystem.hpp>
#include <OgreFrameListener.h>
#include <OgreRoot.h>
#include <OgreLogManager.h>
#include <OgreMaterialManager.h>
#include <OgreRenderWindow.h>
#include <OgreRenderSystem.h>
#include <OgreResourceGroupManager.h>
#include <OgreTextureManager.h>
#include <OgreViewport.h>
#include <OgreWindowEventUtilities.h>
#include "SpecialConfig.h"
#include "util/Clock.h"
#include "util/Convert.h"
#include "util/Exception.h"
#include "util/StringUtils.h"
#include "util/SubString.h"
#include "config/ConfigValueIncludes.h"
#include "CoreIncludes.h"
#include "Core.h"
#include "Game.h"
#include "GameMode.h"
#include "GlowMaterialListener.h"
#include "GUIManager.h"
#include "Loader.h"
#include "ApplicationPaths.h"
#include "ConfigurablePaths.h"
#include "ViewportEventListener.h"
#include "WindowEventListener.h"
#include "XMLFile.h"
#include "command/ConsoleCommandIncludes.h"
#include "input/InputManager.h"

Classes

class  orxonox::OgreWindowEventListener
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

 orxonox::DeclareConsoleCommand (__CC_GraphicsManager_group, __CC_setScreenResolution_name,&prototype::string__uint_uint_bool)
 
 orxonox::DeclareConsoleCommand (__CC_GraphicsManager_group, __CC_setFSAA_name,&prototype::string__string)
 
 orxonox::DeclareConsoleCommand (__CC_GraphicsManager_group, __CC_setVSync_name,&prototype::string__bool)
 
 orxonox::DeclareConsoleCommand (__CC_printScreen_name,&prototype::void__void)
 
 orxonox::RegisterAbstractClass (GraphicsManager).inheritsFrom< Configurable >()
 

Variables

static const std::string orxonox::__CC_GraphicsManager_group = "GraphicsManager"
 
static const std::string orxonox::__CC_printScreen_name = "printScreen"
 
static const std::string orxonox::__CC_setFSAA_name = "setFSAA"
 
static const std::string orxonox::__CC_setScreenResolution_name = "setScreenResolution"
 
static const std::string orxonox::__CC_setVSync_name = "setVSync"