#import <Foundation/Foundation.h>
#import "Enums.h"
#import "RWDDashboardDelegate.h"
#import "MSIReportDisplayInfo.h"
#import "DSSIPhoneEnums.h"
#import "MSIURLHelper.h"
#include <string>
#include <vector>
#import "MSIModelData.h"
#import "MSISelectionHelper.h"
#import "MSIImageCache.h"
Go to the source code of this file.
|
| enum | EnumMSIViewTypeInPanelStackViewer { MSIViewInPanelStackViewer_NormalViewer,
MSIViewInPanelStackViewer_TextViewer,
MSIViewInPanelStackViewer_ImageViewer,
MSIViewInPanelStackViewer_RectangleViewer
} |
| |
| enum | EnumDataStatus { EnumDataFailed = 0,
EnumDataPending,
EnumDataSucceeded
} |
| |
| enum | _targetType {
EnumSelectorTargetTypeWrongIndex = -1,
EnumSelectorTargetTypeNoTarget = 0,
EnumSelectorTargetTypeInfoWindowOnly,
EnumSelectorTargetTypeSelectorOnly,
EnumSelectorTargetTypeInfoWindowAndSelector,
EnumSelectorTargetTypeMultiInfoWindow,
EnumSelectorTargetTypeMultiInfoWindowAndSelector
} |
| |
◆ EnumDataStatus
◆ EnumSelectorTargetType
◆ _targetType
| Enumerator |
|---|
| EnumSelectorTargetTypeWrongIndex | |
| EnumSelectorTargetTypeNoTarget | |
| EnumSelectorTargetTypeInfoWindowOnly | |
| EnumSelectorTargetTypeSelectorOnly | |
| EnumSelectorTargetTypeInfoWindowAndSelector | |
| EnumSelectorTargetTypeMultiInfoWindow | |
| EnumSelectorTargetTypeMultiInfoWindowAndSelector | |
◆ EnumDataStatus
| Enumerator |
|---|
| EnumDataFailed | |
| EnumDataPending | |
| EnumDataSucceeded | |
◆ EnumMSIViewTypeInPanelStackViewer
| Enumerator |
|---|
| MSIViewInPanelStackViewer_NormalViewer | |
| MSIViewInPanelStackViewer_TextViewer | |
| MSIViewInPanelStackViewer_ImageViewer | |
| MSIViewInPanelStackViewer_RectangleViewer | |