OpenCPN Partial API docs
|
Represents a panel for displaying and editing a configuration. More...
#include <ConfigMgr.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 89 of file ConfigMgr.h.
ConfigPanel::ConfigPanel | ( | OCPNConfigObject * | config, |
wxWindow * | parent, | ||
wxWindowID | id = wxID_ANY, | ||
const wxPoint & | pos = wxDefaultPosition, | ||
const wxSize & | size = wxDefaultSize ) |
Definition at line 445 of file ConfigMgr.cpp.
ConfigPanel::~ConfigPanel | ( | ) |
Definition at line 470 of file ConfigMgr.cpp.
wxString ConfigPanel::GetConfigGUID | ( | ) |
Definition at line 477 of file ConfigMgr.cpp.