iPluginConfig Struct Reference
[Utilities]
Interface to a configurator object.
More...
#include <iutil/pluginconfig.h>
Inheritance diagram for iPluginConfig:

Public Member Functions | |
virtual bool | GetOption (int id, csVariant *value)=0 |
Get option. | |
virtual bool | GetOptionDescription (int idx, csOptionDescription *option)=0 |
Get option description; return FALSE if there is no such option. | |
virtual bool | SetOption (int id, csVariant *value)=0 |
Set option. |
Detailed Description
Interface to a configurator object.If a SCF module has an object implementing this interface then this can be used to query/set configuration options.
Main creators of instances implementing this interface:
- Some plugins implement this.
Main ways to get pointers to this interface:
- scgQueryInterface() from a plugin instance.
Main users of this interface:
Definition at line 160 of file pluginconfig.h.
Member Function Documentation
|
Get option.
Implemented in csGraphics2D. |
|
Get option description; return FALSE if there is no such option.
Implemented in csGraphics2D. |
|
Set option.
Implemented in csGraphics2D. |
The documentation for this struct was generated from the following file:
- iutil/pluginconfig.h
Generated for Crystal Space by doxygen 1.4.6