OpenCPN Partial API docs
Loading...
Searching...
No Matches
ConfigPanel Class Reference

Represents a panel for displaying and editing a configuration. More...

#include <ConfigMgr.h>

Inheritance diagram for ConfigPanel:

Public Member Functions

 ConfigPanel (OCPNConfigObject *config, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize)
 
wxString GetConfigGUID ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ConfigPanel()

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::~ConfigPanel ( )

Definition at line 470 of file ConfigMgr.cpp.

Member Function Documentation

◆ GetConfigGUID()

wxString ConfigPanel::GetConfigGUID ( )

Definition at line 477 of file ConfigMgr.cpp.


The documentation for this class was generated from the following files: