|
OpenCPN Partial API docs
|
Implement connection_edit.h – Dialog and support for editing a connection. More...
#include <memory>#include <set>#include <string>#include <vector>#include <wx/wxprec.h>#include <wx/wx.h>#include "config.h"#include <wx/tokenzr.h>#include <wx/regex.h>#include "connection_edit.h"#include "text_ctrl_w_help.h"#include "model/comm_drv_factory.h"#include "model/config_vars.h"#include "model/ocpn_utils.h"#include "model/ser_ports.h"#include "model/sys_events.h"#include "conn_params_panel.h"#include "gui_lib.h"#include "nmea0183.h"#include "ocpn_platform.h"#include "ocpn_plugin.h"#include "options.h"#include "priority_gui.h"#include "udev_rule_mgr.h"Go to the source code of this file.
Macros | |
| #define | _(s) wxGetTranslation((s)).ToStdString() |
Functions | |
| bool | CheckAddress (wxWindow *parent, TextCtrlWithHelp &ctrl) |
Implement connection_edit.h – Dialog and support for editing a connection.
Definition in file connection_edit.cpp.
| #define _ | ( | s | ) | wxGetTranslation((s)).ToStdString() |
Definition at line 77 of file connection_edit.cpp.
| bool CheckAddress | ( | wxWindow * | parent, |
| TextCtrlWithHelp & | ctrl | ||
| ) |
Definition at line 277 of file connection_edit.cpp.