OpenCPN Partial API docs
catalog_mgr::CatalogLoad Class Reference

Download status/progress window, always shown at start-up. More...

Inheritance diagram for catalog_mgr::CatalogLoad:
catalog_mgr::Helpers

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
 
DialogGridm_grid
 
Buttonsm_buttons
 
const bool m_simple
 

Detailed Description

Download status/progress window, always shown at start-up.

Definition at line 452 of file catalog_mgr.cpp.


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