Mobile API Reference  MicroStrategy 2019
MapPromptView.h
Go to the documentation of this file.
1 //
2 // MapPromptView.h
3 // MicroStrategyMobile
4 //
5 // Created by xi zhang on 7/14/11.
6 // Copyright 2011 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "MSIMWBaseView.h"
11 
12 #define TOGGLE_BUTTON_PORTRAIT_OFFSET_X 110
13 #define UI_BAR_PORTRAIT_OFFSET_X 110
14 #define UI_BAR_PORTRAIT_OFFSET_Y 212
15 
16 @protocol MSIMapPromptViewDelegate <MapWidgetBaseViewerDelegate>
17 -(void)selectionsMade:(NSMutableArray *)annotationList;
18 @end
19 
21  UISegmentedControl* modeToggleButton;
22 @private
23  id<MSIMapPromptViewDelegate> __weak promptDelegate;
24 }
25 
26 -(void)updateOnOrientationChange;
27 
28 @property(nonatomic, weak) id<MSIMapPromptViewDelegate> promptDelegate;
29 
30 @end
UISegmentedControl * modeToggleButton
Definition: MapPromptView.h:21
Definition: MapPromptView.h:20
Definition: MSIMWBaseView.h:72