MAMapDataViewContainerController

Description

The MAMapDataViewContainerController class is used to work with a map container.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIViewController

          MADataViewController

          MAMapDataViewContainerController

Supported Protocols

<BaseSettingsDelegate>

<MADataViewControllerDelegate>

<MADataViewControllerProtocol>

<NSCoding>

<NSObject>

<UIAppearanceContainer>

Comments

Map container can simultaneously store data view as a standard or 3D map and a data view as an Apple map.

Properties

bubbleViewController. Apple map data view.

mainViewController. Primary view.

Properties inherited from <MADataViewControllerProtocol>

barButtonItems. Determines array of buttons for executing operations on the view controller.

dataViewTitle. Determines view title.

delegate. Determines the object executing delegated operations on the view controller.

hasAppeared. Determines whether controller displayed data.

hasControls. Determines whether there are view controls.

hasSettingsController. Determines whether there is a view settings controller.

isAvailable. Determines whether view controller is available for interaction.

isDataViewTitleVisible. Determines view title visibility.

isDoingCalculations. Determines whether controller executes calculations.

settingsController. Determines view settings controller.

tag. It is a controller property used to store additional custom data.

title. Determines view controller title.

view. Controller view.

Methods inherited from <BaseSettingsDelegate>

historyUpdatedFromController. Refreshes controller view.

performSettingsAction:. Executes operation by key.

performSettingsAction:withParameter:. Executes operation by key with specified parameter.

setSettingsBoolValue:forKey:. Sets logical value for view parameter by key.

setSettingsDoubleValue:forKey:. Sets real value for view parameter by key.

setSettingsIntValue:forKey:. Sets integer value for view parameter by key.

setSettingsValue:forKey:. Sets value for view parameter by key.

settingsBoolValueForKey:. Returns logical value of view parameter by key.

settingsControlEnabledForKey:. Returns whether value of view parameter by key can be edited.

settingsControlVisibleForKey:. Returns whether edited value of view parameter by key is displayed.

settingsDoubleValueForKey:. Returns real value of view parameter by key.

settingsIconForKey:. Returns icon by key.

settingsIntValueForKey:. Returns integer value of view parameter by key.

settingsMaxValueForKey:. Returns maximum value of view parameter by key.

settingsMinValueForKey:. Returns minimum value of view parameter by key.

settingsTextForKey:withValue:. Returns text for view parameter value by key.

settingsValueForKey:. Returns view parameter value by key.

settingsValuesDictForKey:. Returns dictionary of possible pairs "text-value" for view parameter by key.

settingsValuesEnumForKey:. Returns value options of view parameter by key.

Methods inherited from <MADataViewControllerDelegate>

configurationForDataViewController:. Returns view controller settings dictionary.

dataViewController:availabilityUpdated:. Enables user interaction with controller.

dataViewController:showSettingsController:fromView:. Displays view settings menu.

dataViewControllerChangedSelection:. Refreshes the controller after changing data source selection.

dataViewControllerDidFinishCalculations:. Hides loading indicator after execution calculation.

dataViewControllerHideSettings:. Hides view settings menu.

dataViewControllerReadyForScreenshot:. Prepares the view for creating a screenshot.

dataViewControllerReloadTitle:. Refreshes view controller title.

dataViewControllerWillStartCalculations:. Displays loading indicator after before executing calculation.

setBarButtonItems:forDataViewController:. Sets array of buttons for view navigation bar.

setState:forDataViewController:. Saves view controller state.

stateForDataViewController:. Returns the saved view controller state.

Methods inherited from <MADataViewControllerProtocol>

canGeneratePDFContent. Returns whether view contents can be generated as a PDF file.

captureScreenshotToContext:. Displays screenshot in specified drawing context.

generatePDFWithCompletionBlock:. Generates view contents as a PDF file.

loadState. Loads view state.

reloadData. Reloads source data.

saveState. Saves view state.

screenshot. Returns controller contents screenshot.

settingsControllerClosed:. Closes settings bar.

startInteraction. Locks user interaction with controller.

stopInteraction. Unlocks user interaction with controller.

updateDataWithGridSelection. Refreshes data after setting of selection.

See also:

Classes. The Mobile Application Component