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 744 of file connections_dlg.cpp.
void ConnectionsDlg::ApplySettings | ( | ) |
Traverse root's children and invoke Apply if they implement ApplyCancel.
Definition at line 808 of file connections_dlg.cpp.
void ConnectionsDlg::CancelSettings | ( | ) |
Traverse root's children and invoke Cancel if they implement ApplyCancel.
Definition at line 810 of file connections_dlg.cpp.
void ConnectionsDlg::OnResize | ( | ) |
Definition at line 786 of file connections_dlg.cpp.