Classes | |
| class | DLG_SERVERLIST_ADDITEM |
| Dialog to allow user to add item to server list. More... | |
| class | SERVERLIST |
| Class to contain list of "servers" with title and URL for each. More... | |
Namespaces | |
| namespace | OWS |
| namespace | WMS |
Functions | |
| ERRVALUE | DlgDownloadHTTP (MDLGPARENT dlgparent, const MISTRING &msg, const MISTRING &url, HTTPMESSAGE &result) |
| ERRVALUE | DlgDownloadServerList (MDLGPARENT dlgparent, const MISTRING &msg, const MISTRING &url, SERVERLIST::ITEM &result) |
| ERRVALUE SOA::DlgDownloadHTTP | ( | MDLGPARENT | dlgparent, | |
| const MISTRING & | msg, | |||
| const MISTRING & | url, | |||
| HTTPMESSAGE & | result | |||
| ) |
Display status/progress dialog while downloading to HTTPMESSAGE result.
Note, if want to put result in a file, use SetDestFile on result before calling.
| dlgparent | Parent for status/progress dialog |
| msg | Message to display in status dialog |
| url | URL/path |
| result | Result returned |
| ERRVALUE SOA::DlgDownloadServerList | ( | MDLGPARENT | dlgparent, | |
| const MISTRING & | msg, | |||
| const MISTRING & | url, | |||
| SERVERLIST::ITEM & | result | |||
| ) |
Display dialog while downloading catalog.
| dlgparent | Parent for status dialog |
| msg | Message to show in status window |
| url | URL to catalog |
| result | Item to contain result if successful |
1.5.2