OpenCPN Partial API docs
|
Implement mark_info.h – Waypoint properties dialog. More...
#include "config.h"
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/arrimpl.cpp>
#include <wx/datetime.h>
#include <wx/clipbrd.h>
#include <wx/print.h>
#include <wx/printdlg.h>
#include <wx/stattext.h>
#include <wx/clrpicker.h>
#include <wx/bmpbuttn.h>
#include "model/config_vars.h"
#include "model/georef.h"
#include "model/navobj_db.h"
#include "model/navutil_base.h"
#include "model/own_ship.h"
#include "model/position_parser.h"
#include "model/route.h"
#include "model/routeman.h"
#include "model/select.h"
#include "model/svg_utils.h"
#include "chcanv.h"
#include "gui_lib.h"
#include "mark_info.h"
#include "navutil.h"
#include "ocpn_frame.h"
#include "ocpn_platform.h"
#include "pluginmanager.h"
#include "routemanagerdialog.h"
#include "route_prop_dlg_impl.h"
#include "styles.h"
#include "tcmgr.h"
#include "tc_win.h"
#include "ui_utils.h"
Go to the source code of this file.
Macros | |
#define | EXTENDED_PROP_PAGE 2 |
#define | TIDESTATION_BATCH_SIZE 10 |
Functions | |
WX_DEFINE_OBJARRAY (ArrayOfBitmaps) | |
Variables | |
MarkInfoDlg * | g_pMarkInfoDialog |
global instance | |
const wxEventType | EVT_LLCHANGE = wxNewEventType() |
Implement mark_info.h – Waypoint properties dialog.
Definition in file mark_info.cpp.
#define EXTENDED_PROP_PAGE 2 |
Definition at line 72 of file mark_info.cpp.
#define TIDESTATION_BATCH_SIZE 10 |
Definition at line 725 of file mark_info.cpp.
const wxEventType EVT_LLCHANGE = wxNewEventType() |
MarkProp type definition
Definition at line 151 of file mark_info.cpp.
MarkInfoDlg* g_pMarkInfoDialog |
global instance
Definition at line 76 of file mark_info.cpp.