|
OpenCPN Partial API docs
|
REST server dialogs. More...
#include <functional>#include <string>#include <wx/button.h>#include <wx/dialog.h>#include <wx/stattext.h>#include <wx/checkbox.h>#include "ocpn_frame.h"#include "model/rest_server.h"Go to the source code of this file.
Classes | |
| class | AcceptObjectDialog |
| "Accept Object" Dialog Definition More... | |
| class | PINCreateDialog |
Macros | |
| #define | ID_STGDIALOG 10005 |
| #define | SYMBOL_STG_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
| #define | SYMBOL_STG_TITLE _("Send to GPS") |
| #define | SYMBOL_STG_IDNAME ID_STGDIALOG |
| #define | SYMBOL_STG_SIZE wxSize(500, 500) |
| #define | SYMBOL_STG_POSITION wxDefaultPosition |
REST server dialogs.
Definition in file rest_server_gui.h.
| #define ID_STGDIALOG 10005 |
Definition at line 39 of file rest_server_gui.h.
| #define SYMBOL_STG_IDNAME ID_STGDIALOG |
Definition at line 44 of file rest_server_gui.h.
| #define SYMBOL_STG_POSITION wxDefaultPosition |
Definition at line 46 of file rest_server_gui.h.
| #define SYMBOL_STG_SIZE wxSize(500, 500) |
Definition at line 45 of file rest_server_gui.h.
| #define SYMBOL_STG_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
Definition at line 40 of file rest_server_gui.h.
| #define SYMBOL_STG_TITLE _("Send to GPS") |
Definition at line 43 of file rest_server_gui.h.