OpenCPN Partial API docs
|
Download status/progress window, always shown at start-up. More...
Classes | |
struct | Buttons |
OK/Cancel buttons for the download progress window. More... | |
struct | DialogGrid |
Grid with Server is Reachable..., Check channel... More... | |
Public Member Functions | |
CatalogLoad (wxWindow *parent, bool use_latest=false) | |
void | PostEvent (int evt_id, catalog_status status, std::string message) |
void | workerDone (wxCommandEvent &ev) |
Last part of initial Worker() call, in main thread. | |
void | Worker () |
Runs in separate, detached thread, started from ctor. | |
Public Member Functions inherited from catalog_mgr::Helpers | |
Helpers (wxWindow *_parent) | |
wxStaticText * | staticText (const char *text) |
wxButton * | makeButton (const char *label, int id=wxID_ANY) |
Public Attributes | |
std::ostringstream | m_xml |
DialogGrid * | m_grid |
Buttons * | m_buttons |
const bool | m_simple |
Download status/progress window, always shown at start-up.
Definition at line 452 of file catalog_mgr.cpp.