|
OpenCPN Partial API docs
|
Panel for displaying and editing connection parameters. More...
#include <conn_params_panel.h>
Public Member Functions | |
| ConnectionParamsPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, ConnectionParams *p_itemConnectionParams, ConnectionsDialog *pContainer) | |
| void | OnSelected (wxMouseEvent &event) |
| void | SetSelected (bool selected) |
| void | OnPaint (wxPaintEvent &event) |
| void | OnEraseBackground (wxEraseEvent &event) |
| void | CreateControls (void) |
| void | OnEnableCBClick (wxCommandEvent &event) |
| void | Update (ConnectionParams *ConnectionParams) |
| void | SetEnableCheckbox (bool value) |
| bool | GetSelected () |
| int | GetUnselectedHeight () |
Public Attributes | |
| ConnectionParams * | m_pConnectionParams |
Panel for displaying and editing connection parameters.
Shows the details of a specific connection and allows for enabling/disabling and editing of the connection parameters.
Definition at line 47 of file conn_params_panel.h.
| ConnectionParamsPanel::ConnectionParamsPanel | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| ConnectionParams * | p_itemConnectionParams, | ||
| ConnectionsDialog * | pContainer | ||
| ) |
Definition at line 76 of file conn_params_panel.cpp.
| ConnectionParamsPanel::~ConnectionParamsPanel | ( | ) |
Definition at line 97 of file conn_params_panel.cpp.
| void ConnectionParamsPanel::CreateControls | ( | void | ) |
Definition at line 127 of file conn_params_panel.cpp.
|
inline |
Definition at line 64 of file conn_params_panel.h.
|
inline |
Definition at line 65 of file conn_params_panel.h.
| void ConnectionParamsPanel::OnEnableCBClick | ( | wxCommandEvent & | event | ) |
Definition at line 125 of file conn_params_panel.cpp.
| void ConnectionParamsPanel::OnEraseBackground | ( | wxEraseEvent & | event | ) |
Definition at line 774 of file conn_params_panel.cpp.
| void ConnectionParamsPanel::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 776 of file conn_params_panel.cpp.
| void ConnectionParamsPanel::OnSelected | ( | wxMouseEvent & | event | ) |
Definition at line 101 of file conn_params_panel.cpp.
|
inline |
Definition at line 62 of file conn_params_panel.h.
| void ConnectionParamsPanel::SetSelected | ( | bool | selected | ) |
Definition at line 103 of file conn_params_panel.cpp.
| void ConnectionParamsPanel::Update | ( | ConnectionParams * | ConnectionParams | ) |
Definition at line 692 of file conn_params_panel.cpp.
| ConnectionParams* ConnectionParamsPanel::m_pConnectionParams |
Definition at line 66 of file conn_params_panel.h.