OpenCPN Partial API docs
|
Callbacks for handling dialogs and RouteManager updates. More...
#include <rest_server.h>
Public Member Functions | |
RestServerDlgCtx () | |
All dummy stubs constructor. | |
Public Attributes | |
std::function< wxDialog *(const std::string &msg, const std::string &text1)> | run_pincode_dlg |
Run the "Server wants a pincode" dialog. | |
std::function< void(void)> | update_route_mgr |
Update Route manager after updates to underlying nav_object_database. | |
std::function< AcceptObjectDlgResult(const wxString &msg, const wxString &check1msg)> | run_accept_object_dlg |
Run the "Accept Object" dialog, returns value from ShowModal(). | |
std::function< void()> | top_level_refresh |
Callbacks for handling dialogs and RouteManager updates.
Definition at line 95 of file rest_server.h.