|
OpenCPN Partial API docs
|
Implement cat_settings.h – Plugin catalog settings dialog. More...
#include <map>#include <sstream>#include <string>#include <wx/button.h>#include <wx/choice.h>#include <wx/log.h>#include <wx/sizer.h>#include <wx/stattext.h>#include <wx/textctrl.h>#include "cat_settings.h"#include "observable_globvar.h"#include "model/config_vars.h"#include "model/ocpn_utils.h"#include "model/plugin_cache.h"#include "model/plugin_handler.h"Go to the source code of this file.
Classes | |
| class | CustomCatalogCtrl |
| The custom URL text entry. More... | |
| class | PlatformChoice |
| Select compatibility drop-down. More... | |
| class | CatalogChoice |
| Select master, beta, alpha, custom drop-down. More... | |
| class | CompatText |
| Current selected compatibility. More... | |
| class | CatalogSizer |
| Catalog channel selection panel. More... | |
| class | CompatSizer |
| Plugin compatibility panel. More... | |
| class | CacheSizer |
| class | ButtonsSizer |
| The Done button. More... | |
Implement cat_settings.h – Plugin catalog settings dialog.
Definition in file cat_settings.cpp.