MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgWebLayout Class Reference
+ Inheritance diagram for MgWebLayout:

List of all members.

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.
MgPointGetCenter ()
 Returns the initial center of the view. Return NULL is the center is not set.
MgWebCommandCollectionGetCommands ()
 Returns the commands defined in this web layout.
MgWebContextMenuGetContextMenu ()
 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.
MgWebInformationPaneGetInformationPane ()
 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.
MgWebUiPaneGetStatusBar ()
 Gets the status bar.
MgWebTaskPaneGetTaskPane ()
 Gets the task pane.
STRING GetTitle ()
 Returns the title of the application.
MgWebToolBarGetToolBar ()
 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.