25 #ifndef UPDATE_MGR_H__
26 #define UPDATE_MGR_H__
30 #include <wx/dialog.h>
31 #include <wx/window.h>
33 #include "model/catalog_parser.h"
43 UpdateDialog(wxWindow* parent,
const std::vector<PluginMetadata>& updates);
48 void RecalculateSize();
Modal dialog, displays available updates (possibly just one) and lets user select and eventually conf...
UpdateDialog(wxWindow *parent, const std::vector< PluginMetadata > &updates)
Top-level install plugins dialog.