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

Modal dialog, displays available updates (possibly just one) and lets user select and eventually confirm update. More...

#include <update_mgr.h>

Inheritance diagram for UpdateDialog:

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

OcpnUpdateScrolledWindowm_scrwin
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UpdateDialog()

UpdateDialog::UpdateDialog ( wxWindow *  parent,
const std::vector< PluginMetadata > &  updates 
)

Top-level install plugins dialog.

Definition at line 447 of file update_mgr.cpp.

Member Function Documentation

◆ GetUpdate()

PluginMetadata UpdateDialog::GetUpdate ( )
inline

Definition at line 45 of file update_mgr.h.

◆ RecalculateSize()

void UpdateDialog::RecalculateSize ( )

Definition at line 462 of file update_mgr.cpp.

◆ SetUpdate()

void UpdateDialog::SetUpdate ( const PluginMetadata  md)
inline

Definition at line 46 of file update_mgr.h.

Member Data Documentation

◆ m_scrwin

OcpnUpdateScrolledWindow* UpdateDialog::m_scrwin

Definition at line 49 of file update_mgr.h.


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