OpenCPN Partial API docs
|
Modal dialog, displays available updates (possibly just one) and lets user select and eventually confirm update. More...
#include <update_mgr.h>
Public Member Functions | |
UpdateDialog (wxWindow *parent, const std::vector< PluginMetadata > &updates) | |
Top-level install plugins dialog. More... | |
PluginMetadata | GetUpdate () |
void | SetUpdate (const PluginMetadata md) |
void | RecalculateSize () |
Public Attributes | |
OcpnUpdateScrolledWindow * | m_scrwin |
Modal dialog, displays available updates (possibly just one) and lets user select and eventually confirm update.
Definition at line 41 of file update_mgr.h.
UpdateDialog::UpdateDialog | ( | wxWindow * | parent, |
const std::vector< PluginMetadata > & | updates | ||
) |
Top-level install plugins dialog.
Definition at line 447 of file update_mgr.cpp.
|
inline |
Definition at line 45 of file update_mgr.h.
void UpdateDialog::RecalculateSize | ( | ) |
Definition at line 462 of file update_mgr.cpp.
|
inline |
Definition at line 46 of file update_mgr.h.
OcpnUpdateScrolledWindow* UpdateDialog::m_scrwin |
Definition at line 49 of file update_mgr.h.