Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csEngineConfig Struct Reference

Object which implements iConfig interface on behalf of csEngine. More...

#include <engine.h>

Inheritance diagram for csEngineConfig:

iConfig iBase List of all members.

Public Methods

 SCF_DECLARE_EMBEDDED_IBASE (csEngine)
virtual bool GetOptionDescription (int idx, csOptionDescription *option)
 Get option description; return FALSE if there is no such option.

virtual bool SetOption (int id, csVariant *value)
 Set option.

virtual bool GetOption (int id, csVariant *value)
 Get option.


Detailed Description

Object which implements iConfig interface on behalf of csEngine.

This class is used as an embedded SCF object within csEngine. Typically, this class would be declared as an inner class of csEngine, but the NextStep compiler was unable to grok that usage after csObject (from which csEngine inherits) was changed so that it inherits from iObject. Somehow, the compiler was getting confused by the QueryInterface(), IncRef(), and DecRef() methods declared here as well as in iEngine and csObject (both of which csEngine inherits from). Making csEngineConfig stand-alone works around the problem.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000