Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::_ConfigOption Struct Reference

Packages the details of a configuration option. More...

#include <OgreConfigOptionMap.h>

Collaboration diagram for Ogre::_ConfigOption:

Collaboration graph
[legend]
List of all members.

Public Attributes

String name
String currentValue
StringVector possibleValues
bool immutable

Detailed Description

Packages the details of a configuration option.

Remarks:
Used for RenderSystem::getConfigOptions. If immutable is true, this option must be disabled for modifying.

Definition at line 41 of file OgreConfigOptionMap.h.


Member Data Documentation

String Ogre::_ConfigOption::currentValue
 

Definition at line 44 of file OgreConfigOptionMap.h.

Referenced by Ogre::Win32GLSupport::addConfig(), Ogre::SDLGLSupport::addConfig(), Ogre::GTKGLSupport::addConfig(), Ogre::D3D9RenderSystem::initConfigOptions(), Ogre::D3DRenderSystem::initConfigOptions(), and Ogre::Win32GLSupport::refreshConfig().

bool Ogre::_ConfigOption::immutable
 

Definition at line 46 of file OgreConfigOptionMap.h.

Referenced by Ogre::Win32GLSupport::addConfig(), Ogre::SDLGLSupport::addConfig(), Ogre::GTKGLSupport::addConfig(), Ogre::D3D9RenderSystem::initConfigOptions(), Ogre::D3DRenderSystem::initConfigOptions(), and Ogre::D3DRenderSystem::refreshDDSettings().

String Ogre::_ConfigOption::name
 

Definition at line 43 of file OgreConfigOptionMap.h.

Referenced by Ogre::Win32GLSupport::addConfig(), Ogre::SDLGLSupport::addConfig(), Ogre::GTKGLSupport::addConfig(), Ogre::D3D9RenderSystem::initConfigOptions(), Ogre::D3DRenderSystem::initConfigOptions(), and Ogre::SDLConfig::on_value_changed().

StringVector Ogre::_ConfigOption::possibleValues
 

Definition at line 45 of file OgreConfigOptionMap.h.

Referenced by Ogre::Win32GLSupport::addConfig(), Ogre::SDLGLSupport::addConfig(), Ogre::GTKGLSupport::addConfig(), Ogre::D3D9RenderSystem::initConfigOptions(), Ogre::D3DRenderSystem::initConfigOptions(), Ogre::SDLConfig::on_option_changed(), Ogre::SDLConfig::on_value_changed(), Ogre::Win32GLSupport::refreshConfig(), Ogre::D3D9RenderSystem::refreshD3DSettings(), Ogre::D3DRenderSystem::refreshDDSettings(), and Ogre::D3D9RenderSystem::setConfigOption().


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

Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:16:35 2004