OpenCPN Partial API docs
|
Go to position dialog... More...
#include <wx/dialog.h>
#include <wx/textctrl.h>
#include "model/ocpn_types.h"
#include "color_types.h"
Go to the source code of this file.
Classes | |
class | GoToPositionDialog |
Macros | |
#define | ID_GOTOPOS 8100 |
#define | SYMBOL_GOTOPOS_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
#define | SYMBOL_GOTOPOS_TITLE _("Center view") |
#define | SYMBOL_GOTOPOS_IDNAME ID_GOTOPOS |
#define | SYMBOL_GOTOPOS_SIZE wxSize(200, 300) |
#define | SYMBOL_GOTOPOS_POSITION wxDefaultPosition |
#define | ID_GOTOPOS_CANCEL 8101 |
#define | ID_GOTOPOS_OK 8102 |
Variables | |
GoToPositionDialog * | pGoToPositionDialog |
Global instance. | |
Go to position dialog...
Definition in file go_to_position_dlg.h.
#define ID_GOTOPOS 8100 |
Control identifiers
Definition at line 43 of file go_to_position_dlg.h.
#define ID_GOTOPOS_CANCEL 8101 |
Definition at line 50 of file go_to_position_dlg.h.
#define ID_GOTOPOS_OK 8102 |
Definition at line 51 of file go_to_position_dlg.h.
#define SYMBOL_GOTOPOS_IDNAME ID_GOTOPOS |
Definition at line 47 of file go_to_position_dlg.h.
#define SYMBOL_GOTOPOS_POSITION wxDefaultPosition |
Definition at line 49 of file go_to_position_dlg.h.
#define SYMBOL_GOTOPOS_SIZE wxSize(200, 300) |
Definition at line 48 of file go_to_position_dlg.h.
#define SYMBOL_GOTOPOS_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
Definition at line 44 of file go_to_position_dlg.h.
#define SYMBOL_GOTOPOS_TITLE _("Center view") |
Definition at line 46 of file go_to_position_dlg.h.
|
extern |
Global instance.
Definition at line 42 of file go_to_position_dlg.cpp.