OpenCPN Partial API docs
|
Updates install and optional selection dialog. More...
#include "config.h"
#include <set>
#include <sstream>
#include <wx/bitmap.h>
#include <wx/button.h>
#include <wx/debug.h>
#include <wx/file.h>
#include <wx/image.h>
#include <wx/log.h>
#include <wx/panel.h>
#include <wx/progdlg.h>
#include <wx/sizer.h>
#include <wx/statline.h>
#include <wx/textwrapper.h>
#include "update_mgr.h"
#include "model/downloader.h"
#include "model/plugin_handler.h"
#include "model/plugin_loader.h"
#include "model/semantic_vers.h"
#include "model/svg_utils.h"
#include "catalog_mgr.h"
#include "expand_icon.h"
#include "ocpn_platform.h"
#include "options.h"
#include "pluginmanager.h"
#include "styles.h"
Go to the source code of this file.
Classes | |
class | HardBreakWrapper |
class | PluginIconPanel |
A plugin icon, scaled to about 2/3 of available space. More... | |
class | InstallButton |
Download and install a PluginMetadata item when clicked. More... | |
class | UpdateWebsiteButton |
Invokes client browser on plugin info_url when clicked. More... | |
class | CandidateButtonsPanel |
The two buttons 'install' and 'website', the latter optionally hidden. More... | |
class | PluginTextPanel |
Plugin name, version, summary + an optionally shown description. More... | |
class | OcpnUpdateScrolledWindow |
The list of download candidates in a scrolled window + OK and Settings button. More... | |
Updates install and optional selection dialog.
Definition in file update_mgr.cpp.