Planeshift
|
#include <psoptions.h>
Public Member Functions | |
virtual void | LoadOptions ()=0 |
This function is called when the options system has been issued a Save() call. | |
virtual void | SaveOptions ()=0 |
This function is called whenever the options system needs the options class to give it its options values. | |
virtual | ~iOptionsClass () |
Definition at line 32 of file psoptions.h.
virtual iOptionsClass::~iOptionsClass | ( | ) | [inline, virtual] |
Definition at line 34 of file psoptions.h.
virtual void iOptionsClass::LoadOptions | ( | ) | [pure virtual] |
This function is called when the options system has been issued a Save() call.
Options classes will be expected to load all associated options and apply them as appropriate.
Implemented in psCamera.
virtual void iOptionsClass::SaveOptions | ( | ) | [pure virtual] |
This function is called whenever the options system needs the options class to give it its options values.
The options class is expected to call SetOption for every option it uses.
Implemented in psCamera.