OpenCPN Partial API docs
|
Route point name validator to validate the name. More...
#include <route_validator.h>
Public Member Functions | |
RoutePointNameValidator (RoutePoint *wp_ptr) | |
wxValidator * | Clone () const override |
Member to implement the instance clone. | |
wxString | IsValid (const wxString &val) const override |
Validate the route point name. | |
![]() | |
bool | Validate (wxWindow *parent) override |
Route point name validator to validate the name.
Definition at line 34 of file route_validator.h.
RoutePointNameValidator::RoutePointNameValidator | ( | RoutePoint * | wp_ptr | ) |
Route point name validator validates the field value.
Definition at line 8 of file route_validator.cpp.
|
overridevirtual |
Member to implement the instance clone.
Implements TextValidator.
Definition at line 13 of file route_validator.cpp.
|
overridevirtual |
Validate the route point name.
Implements TextValidator.
Definition at line 20 of file route_validator.cpp.