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>

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.


Member Data Documentation

String Ogre::_ConfigOption::currentValue
 

bool Ogre::_ConfigOption::immutable
 

String Ogre::_ConfigOption::name
 

StringVector Ogre::_ConfigOption::possibleValues
 

Copyright © 2002 by The OGRE Team