#include <VideoOptions.h>
Inheritance diagram for CVideoOptions:
|
|
|
|
|
Implements COptionsXML. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int GetSaveOption() const; void SetSaveOption(int value); |
|
|
|
|
|
|
|
|
|
|
|
Return XML tree. For every variable declared, set its value as a subnode in the XML node. In the XML file, it looks like this: <name>value
Reimplemented from COptionsXML. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parse XML tree. For every variable declared, retrieve the value from this node and store it. Reimplemented from COptionsXML. |