OpenCPN Partial API docs
|
Switch field contains switch button with label to be included in a two column form sizer. More...
#include <field_switch.h>
Public Member Functions | |
SwitchField (wxWindow *parent, int key, const std::string &label, bool value=true) | |
![]() | |
SwitchButton (wxWindow *parent, int key, bool value=true) | |
Toggle key on/off. | |
int | GetKey () |
bool | IsActive () |
Switch field contains switch button with label to be included in a two column form sizer.
Definition at line 29 of file field_switch.h.