16 @class ThresholdSliderData;
23 @property (nonatomic, assign)
BOOL isFormatInfoShared;
24 @property (nonatomic, readonly) NSArray* mpRowHeaderArray;
25 @property (nonatomic, readonly) NSArray* mpColHeaderArray;
26 @property (nonatomic, readonly) NSArray* mpMetricHeaderArray;
27 @property (nonatomic, assign)
void* mpDataGridIterator;
29 - (id)initWithIterator:(
void*)ipIterator;
33 - (
MSIHeaderValue*) createHeaderValuesAtRow:(NSInteger)rowIndex atColumn:(NSInteger)colIndex;
34 - (
MSIMetricValue*) createMetricValuesAtRow:(NSInteger)rowIndex atColumn:(NSInteger)colIndex;
36 - (
MSIHeaderValue*) createColAxisHeaderValueAtRow:(NSInteger)rowIndex atColumn:(NSInteger)colIndex;
38 - (
void *)formatManager;
39 - (NSArray*)getThresholdsByMetricIndex:(
int)index thresholdsSemanticType:(
_BaseFormSemanticType)SemanticType;
40 - (ThresholdSliderData*) getThresholdInfo:(NSString*)iMetricID defaultIndex:(
int)index threshold:(
BOOL&)oHasThresholdInfo;
41 - (NSString*) formatMetricValue:(
double)iValue withIndex:(
int)iIndex;
42 - (
BOOL)isElementEqualAtRow:(NSInteger)rowIndex andColumn:(NSInteger)colIndex withElement:(
void*)element withAxis:(
int) tAxis;
44 - (NSMutableArray*) metricArray;
45 - (NSMutableArray*) attributeArray;
46 - (NSMutableArray*) attributeFormArray;
47 - (NSMutableArray*) colHeaderArray;
48 - (NSMutableArray*) rowHeaderArray;
50 - (NSArray*) headersInGroups;
52 - (
DSSObjectInfo*) getDSSObjectInfobyDisplayInfo:(NSString*) info;
Definition: DSSObjectInfo.h:19
signed char BOOL
Definition: PDCwtypes.h:101
Definition: CrosstabData.h:20
_BaseFormSemanticType
Definition: Enums.h:245
Definition: MSTRHandler.h:12
Definition: MetricValue.h:12
Definition: CrosstabDataProtocol.h:15