Planeshift
iOptionsClass Struct Referenceabstract

#include <psoptions.h>

Public Member Functions

virtual void LoadOptions ()=0
 This function is called when the options system has been issued a Save() call. More...
 
virtual void SaveOptions ()=0
 This function is called whenever the options system needs the options class to give it its options values. More...
 
virtual ~iOptionsClass ()
 

Detailed Description

Definition at line 32 of file psoptions.h.

Constructor & Destructor Documentation

virtual iOptionsClass::~iOptionsClass ( )
inlinevirtual

Definition at line 34 of file psoptions.h.

Member Function Documentation

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.


The documentation for this struct was generated from the following file: