OpenCPN Partial API docs
Loading...
Searching...
No Matches
config_mgr.h File Reference

Config file user configuration interface. More...

#include "wx/wxprec.h"
#include "wx/wx.h"
#include <wx/event.h>
#include <wx/panel.h>
#include <wx/string.h>
#include "canvas_config.h"

Go to the source code of this file.

Classes

class  ConfigMgr
 Manages the user configuration matrix. More...
 
class  ConfigPanel
 Represents a panel for displaying and editing a configuration. More...
 

Typedefs

using ConfigObjectList = std::list< OCPNConfigObject * >
 

Detailed Description

Config file user configuration interface.

Definition in file config_mgr.h.

Typedef Documentation

◆ ConfigObjectList

using ConfigObjectList = std::list<OCPNConfigObject *>

Definition at line 41 of file config_mgr.h.