#import <Foundation/Foundation.h>
#import "RWDDashboardDelegate.h"
#import "DocumentManipulationDelegate.h"
#import "DSSIPhoneEnums.h"
#import "Enums.h"
#import "MSICommanderDelegate.h"
#import <map>
#import <vector>
#import <string>
Go to the source code of this file.
|
| enum | EnumReplayManipulationsFlags { CMDReplayManipulationsAllowLiveRequest = 0x01,
CMDReplayManipulationsKeepUCAO = 0x02,
CMDReplayManipulationsForceUseCache = 0x04,
CMDReplayManipulationsKeepClientAO = 0x08
} |
| |
| enum | EnumInfoWindowEventType { InfoWindowEventTypePresent = 0,
InfoWindowEventTypeDisablePopping = 1,
InfoWindowEventTypeDismiss = 2,
InfoWindowEventTypeRefreshContent = 3
} |
| |
| enum | EnumCommandContextType { CommandContextTypeNone = 0,
CommandContextTypePopover = 1,
CommandContextTypeGroupBy = 2
} |
| |
| enum | _ManipulationType {
ManipulationTypeMacro = -2,
ManipulationTypeReserved = -1,
ManipulationTypeDrill = 0,
ManipulationTypeLinkDrill = 1,
ManipulationTypeLinkDrillURL = 2
} |
| |
| enum | _VizLevel { NoViz = 0,
VizOnLayout = 1,
VizOnTemplate = 2
} |
| |
| enum | NGBAllBehaviorType { NGBAllBehaviorNone = 0,
NGBAllBehaviorGoToNextPage,
NGBAllBehaviorGoToPreviousPage,
NGBAllBehaviorAfterRotation
} |
| |
◆ EnumCommandContextType
◆ EnumInfoWindowEventType
◆ EnumReplayManipulationsFlags
◆ ManipulationType
◆ MapNameToNodeKey
◆ MapNodeKeyToMasterViewers
◆ MapNodeKeyToViewers
◆ VizLevel
◆ _ManipulationType
| Enumerator |
|---|
| ManipulationTypeMacro | |
| ManipulationTypeReserved | |
| ManipulationTypeDrill | |
| ManipulationTypeLinkDrill | |
| ManipulationTypeLinkDrillURL | |
◆ _VizLevel
| Enumerator |
|---|
| NoViz | |
| VizOnLayout | |
| VizOnTemplate | |
◆ EnumCommandContextType
| Enumerator |
|---|
| CommandContextTypeNone | |
| CommandContextTypePopover | |
| CommandContextTypeGroupBy | |
◆ EnumInfoWindowEventType
| Enumerator |
|---|
| InfoWindowEventTypePresent | |
| InfoWindowEventTypeDisablePopping | |
| InfoWindowEventTypeDismiss | |
| InfoWindowEventTypeRefreshContent | |
◆ EnumReplayManipulationsFlags
| Enumerator |
|---|
| CMDReplayManipulationsAllowLiveRequest | |
| CMDReplayManipulationsKeepUCAO | |
| CMDReplayManipulationsForceUseCache | |
| CMDReplayManipulationsKeepClientAO | |
◆ NGBAllBehaviorType
| Enumerator |
|---|
| NGBAllBehaviorNone | |
| NGBAllBehaviorGoToNextPage | |
| NGBAllBehaviorGoToPreviousPage | |
| NGBAllBehaviorAfterRotation | |