![]() |
Public API Reference |
#include <config.h>
Inheritance diagram for iConfig:
Public Methods | |
virtual bool | GetOptionDescription (int idx, csOptionDescription *option)=0 |
Get option description; return FALSE if there is no such option. More... | |
virtual bool | SetOption (int id, csVariant *value)=0 |
Set option. More... | |
virtual bool | GetOption (int id, csVariant *value)=0 |
Get option. More... |
If a SCF module has an object implementing this interface then this can be used to query/set configuration options.
Definition at line 149 of file config.h.
|
Get option.
Implemented in csEngineConfig. |
|
Get option description; return FALSE if there is no such option.
Implemented in csEngineConfig. |
|
Set option.
Implemented in csEngineConfig. |