soauiservicetree.h - SOA ARCIMS User Interface for connection Connection More...
Namespaces | |
| namespace | ARCIMS |
| namespace | OWS |
| namespace | WMS |
Classes | |
| class | CTRL_SERVICETREE |
| class | DLG_SERVERLIST_ADDITEM |
| Dialog to allow user to add item to server list. More... | |
| class | GEONAMES |
| class | SERVERLIST |
| Class to contain list of "servers" with title and URL for each. More... | |
Functions | |
| ERRVALUE | DlgDownloadHTTP (MDLGPARENT dlgparent, const MISTRING &msg, const MISTRING &url, const XMLDOC &RequestBody, HTTPMESSAGE &result) |
| 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, std::vector< MISTRING > *additionaltags=0) |
soauiservicetree.h - SOA ARCIMS User Interface for connection Connection
This was origionally a private control embeded in SOA::WMS::UI_FORM_CONNECTION. When that was duplicated for ARCIMS, it seemed a bit redundant, so I split it out into its own module that they can both share
Revision 1.3 2010/08/11 22:02:57 bcolombe Added delegate for double click on service
Revision 1.2 2007/10/26 21:31:35 dwilliss More image indexii
Revision 1.1 2007/09/28 14:39:35 dwilliss Initial revision
| ERRVALUE SOA::DlgDownloadHTTP | ( | MDLGPARENT | dlgparent, | |
| const MISTRING & | msg, | |||
| const MISTRING & | url, | |||
| const XMLDOC & | RequestBody, | |||
| 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 | |
| RequestBody | Request XML | |
| result | Result returned |
| 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, | |||
| std::vector< MISTRING > * | additionaltags = 0 | |||
| ) |
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 | |
| additionaltags | Additional xml tags to parse out of the xml. |
1.6.1