|
MapGuide API Reference
|
Inheritance diagram for MgWebLayout:Public Member Functions | |
| STRING | GetAjaxPreviewUrl () |
| Returns the URL used to preview the web layout with an Ajax viewer. Defaults to the Ajax viewer page in the MapGuide virtual folder. | |
| MgPoint * | GetCenter () |
| Returns the initial center of the view. Return NULL is the center is not set. | |
| MgWebCommandCollection * | GetCommands () |
| Returns the commands defined in this web layout. | |
| MgWebContextMenu * | GetContextMenu () |
| Returns the contextual menu list defined in this web layout. | |
| STRING | GetDwfPreviewUrl () |
| Returns the URL used to preview the web layout with a Dwf viewer. Defaults to the Dwf viewer page in the MapGuide virtual folder. | |
| bool | GetEnablePingServer () |
| Returns the time interval which Ajax viewer pings server. | |
| INT32 | GetHyperlinkTarget () |
| Returns the UI target type for the hyperlink action. One value of the MgWebTargetType class. | |
| STRING | GetHyperlinkTargetFrame () |
| Returns the name of the UI target frame name for the hyperlink action. | |
| MgWebInformationPane * | GetInformationPane () |
| Gets the information pane. | |
| STRING | GetMapDefinition () |
| Returns the map definition of the map displayed by the viewer. | |
| STRING | GetMapImageFormat () |
| Returns the map image format. | |
| INT32 | GetPointSelectionBuffer () |
| Returns the point selection buffer size in pixels. | |
| double | GetScale () |
| Returns the initial scale of the view. Return -1. if scale is not set. | |
| STRING | GetSelectionColor () |
| Returns the selection color in HTML RGBA format. | |
| STRING | GetSelectionImageFormat () |
| Returns the selection overlay image format. | |
| STRING | GetStartupScript () |
| Returns the startup script code that is executed when the viewer has loaded. | |
| MgWebUiPane * | GetStatusBar () |
| Gets the status bar. | |
| MgWebTaskPane * | GetTaskPane () |
| Gets the task pane. | |
| STRING | GetTitle () |
| Returns the title of the application. | |
| MgWebToolBar * | GetToolBar () |
| Gets the toolbar. | |
| bool | IsZoomControlVisible () |
| Tells if the zoom control is visible in the AJAX viewer. | |
| MgWebLayout (MgResourceService *resourceService, MgResourceIdentifier *webLayoutId) | |
| Constructs an MgWebLayout object. | |