#include <OptionCustom.h>


Public Member Functions | |
| MapUrlCustomStringOption (int index) | |
| bool | DoSave () |
| Save any values to the config that needs to be saved. | |
Definition at line 38 of file OptionCustom.h.
| MapUrlCustomStringOption::MapUrlCustomStringOption | ( | int | index | ) | [inline] |
Definition at line 40 of file OptionCustom.h.
| bool MapUrlCustomStringOption::DoSave | ( | ) | [inline, virtual] |
Save any values to the config that needs to be saved.
Please note that this will _not_ always be called. It is only called if DoDisplay() was called for your option
Reimplemented from wxStringOption.
Definition at line 45 of file OptionCustom.h.
1.5.5