|
OpenCPN Partial API docs
|
Public Member Functions | |
| ConnectionsDlg (wxWindow *parent, const std::vector< ConnectionParams * > &connections) | |
| Main window: connections grid, "Add new connection", general options. | |
| void | ApplySettings () |
| Traverse root's children and invoke Apply if they implement ApplyCancel. | |
| void | CancelSettings () |
| Traverse root's children and invoke Cancel if they implement ApplyCancel. | |
| void | OnResize () |
Definition at line 13 of file connections_dlg.h.
| ConnectionsDlg::ConnectionsDlg | ( | wxWindow * | parent, |
| const std::vector< ConnectionParams * > & | connections ) |
Main window: connections grid, "Add new connection", general options.
Definition at line 869 of file connections_dlg.cpp.
| void ConnectionsDlg::ApplySettings | ( | ) |
Traverse root's children and invoke Apply if they implement ApplyCancel.
Definition at line 934 of file connections_dlg.cpp.
| void ConnectionsDlg::CancelSettings | ( | ) |
Traverse root's children and invoke Cancel if they implement ApplyCancel.
Definition at line 936 of file connections_dlg.cpp.
| void ConnectionsDlg::OnResize | ( | ) |
Definition at line 912 of file connections_dlg.cpp.