OpenCPN Partial API docs
Loading...
Searching...
No Matches
go_to_position_dlg.h File Reference

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

GoToPositionDialogpGoToPositionDialog
 Global instance.
 

Detailed Description

Go to position dialog...

Definition in file go_to_position_dlg.h.

Macro Definition Documentation

◆ ID_GOTOPOS

#define ID_GOTOPOS   8100

Control identifiers

Definition at line 43 of file go_to_position_dlg.h.

◆ ID_GOTOPOS_CANCEL

#define ID_GOTOPOS_CANCEL   8101

Definition at line 50 of file go_to_position_dlg.h.

◆ ID_GOTOPOS_OK

#define ID_GOTOPOS_OK   8102

Definition at line 51 of file go_to_position_dlg.h.

◆ SYMBOL_GOTOPOS_IDNAME

#define SYMBOL_GOTOPOS_IDNAME   ID_GOTOPOS

Definition at line 47 of file go_to_position_dlg.h.

◆ SYMBOL_GOTOPOS_POSITION

#define SYMBOL_GOTOPOS_POSITION   wxDefaultPosition

Definition at line 49 of file go_to_position_dlg.h.

◆ SYMBOL_GOTOPOS_SIZE

#define SYMBOL_GOTOPOS_SIZE   wxSize(200, 300)

Definition at line 48 of file go_to_position_dlg.h.

◆ SYMBOL_GOTOPOS_STYLE

#define SYMBOL_GOTOPOS_STYLE    wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX

Definition at line 44 of file go_to_position_dlg.h.

◆ SYMBOL_GOTOPOS_TITLE

#define SYMBOL_GOTOPOS_TITLE   _("Center view")

Definition at line 46 of file go_to_position_dlg.h.

Variable Documentation

◆ pGoToPositionDialog

GoToPositionDialog* pGoToPositionDialog
extern

Global instance.

Definition at line 42 of file go_to_position_dlg.cpp.