OpenCPN Partial API docs
|
The advanced dialog showing channels, possible updates, rollback etc. More...
Classes | |
struct | ActiveCatalogGrid |
Active catalog: The current active, the default and latest downloaded + buttons to use default or latest. More... | |
struct | Buttons |
The buttons below custom url: Use Default and Update. More... | |
struct | UrlChannel |
Combobox where user selects active catalog channel. More... | |
struct | UrlEdit |
Custom url edit control, a text line. More... | |
struct | UrlStatus |
The Url Status line at top. More... | |
Public Member Functions | |
CatalogUpdate (wxWindow *parent) | |
Protected Member Functions | |
wxSize | getWindowSize () |
The window width is determined by the normally hidden custom url text control. More... | |
void | toggleUrlEdit () |
Protected Attributes | |
wxString | HIDE |
wxString | ADVANCED |
wxBoxSizer * | m_url_box |
ActiveCatalogGrid * | m_catalog_grid |
UrlEdit * | m_url_edit |
wxStaticText * | m_advanced |
bool | m_show_edit |
The advanced dialog showing channels, possible updates, rollback etc.
Definition at line 85 of file catalog_mgr.cpp.
|
inlineprotected |
The window width is determined by the normally hidden custom url text control.
Return the size of the main window including the hidden part.
Definition at line 168 of file catalog_mgr.cpp.