|
OpenCPN Partial API docs
|
Represents a panel for displaying and editing a configuration. More...
#include <config_mgr.h>
Public Member Functions | |
| ConfigPanel (OCPNConfigObject *config, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | |
| wxString | GetConfigGUID () |
Represents a panel for displaying and editing a configuration.
Creates a wxPanel that shows the details of a specific configuration object and allows for user interaction.
Definition at line 92 of file config_mgr.h.
| ConfigPanel::ConfigPanel | ( | OCPNConfigObject * | config, |
| wxWindow * | parent, | ||
| wxWindowID | id = wxID_ANY, |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxDefaultSize |
||
| ) |
Definition at line 225 of file config_mgr.cpp.
| ConfigPanel::~ConfigPanel | ( | ) |
Definition at line 250 of file config_mgr.cpp.
| wxString ConfigPanel::GetConfigGUID | ( | ) |
Definition at line 257 of file config_mgr.cpp.