OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::_ConfigOption Struct Reference

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

#include <OgreConfigOptionMap.h>

+ Collaboration diagram for Ogre::_ConfigOption:

Public Attributes

String currentValue
 
bool immutable
 
String name
 
StringVector possibleValues
 

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 50 of file OgreConfigOptionMap.h.

Member Data Documentation

String Ogre::_ConfigOption::currentValue

Definition at line 53 of file OgreConfigOptionMap.h.

bool Ogre::_ConfigOption::immutable

Definition at line 55 of file OgreConfigOptionMap.h.

String Ogre::_ConfigOption::name

Definition at line 52 of file OgreConfigOptionMap.h.

StringVector Ogre::_ConfigOption::possibleValues

Definition at line 54 of file OgreConfigOptionMap.h.


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