Download status/progress window, always shown at start-up.
More...
|
| struct | Buttons |
| | OK/Cancel buttons for the download progress window. More...
|
| |
| struct | DialogGrid |
| | Grid with Server is Reachable..., Check channel... etc. More...
|
| |
|
| | 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.
|
| |
| | Helpers (wxWindow *_parent) |
| |
| wxStaticText * | staticText (const char *text) |
| |
| wxButton * | makeButton (const char *label, int id=wxID_ANY) |
| |
Download status/progress window, always shown at start-up.
Definition at line 448 of file catalog_mgr.cpp.
◆ CatalogLoad()
| catalog_mgr::CatalogLoad::CatalogLoad |
( |
wxWindow * |
parent, |
|
|
bool |
use_latest = false |
|
) |
| |
|
inline |
◆ PostEvent()
| void catalog_mgr::CatalogLoad::PostEvent |
( |
int |
evt_id, |
|
|
catalog_status |
status, |
|
|
std::string |
message |
|
) |
| |
|
inline |
◆ Worker()
| void catalog_mgr::CatalogLoad::Worker |
( |
| ) |
|
|
inline |
Runs in separate, detached thread, started from ctor.
Definition at line 523 of file catalog_mgr.cpp.
◆ workerDone()
| void catalog_mgr::CatalogLoad::workerDone |
( |
wxCommandEvent & |
ev | ) |
|
|
inline |
◆ m_buttons
| Buttons* catalog_mgr::CatalogLoad::m_buttons |
◆ m_grid
◆ m_simple
| const bool catalog_mgr::CatalogLoad::m_simple |
◆ m_xml
| std::ostringstream catalog_mgr::CatalogLoad::m_xml |
The documentation for this class was generated from the following file: