Mobile API Reference  MicroStrategy 2019
PromptStepperView.h
Go to the documentation of this file.
1 //
2 // PromptStepperView.h
3 // MSTRMobile
4 //
5 // Created by Firat Alpergin on 2/25/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "OperatorCallback.h"
11 
13 
14 @interface PromptStepperView : UIView <OperatorCallback> {
19 
20  float value;
21  float increment;
22  float max;
23  float min;
26 }
27 
28 @property float value;
29 @property float increment;
30 @property float max;
31 @property float min;
32 @property (nonatomic, assign) PromptStepperCell *parent;
33 
34 -(id)initWithFrame:(CGRect)frame value:(float)val parent:(PromptStepperCell *)par;
35 -(void)operatorTouchesBegan:(PromptStepperOperatorView *)operatorView;
36 -(void)setValueLabelValue:(float)newValue;
37 
38 @end
signed char BOOL
Definition: PDCwtypes.h:101
Definition: PromptStepperLabelView.h:13
float max
Definition: PromptStepperView.h:22
PromptStepperLabelView * valueLabel
Definition: PromptStepperView.h:17
float increment
Definition: PromptStepperView.h:21
double min(double x, double y)
Definition: ReportServiceCore/Classes/CalculationEngine/statistic.h:29
Definition: PromptStepperCell.h:18
BOOL minSet
Definition: PromptStepperView.h:24
BOOL maxSet
Definition: PromptStepperView.h:25
float value
Definition: PromptStepperView.h:20
PromptStepperCell * parent
Definition: PromptStepperView.h:18
PromptStepperOperatorView * minusView
Definition: PromptStepperView.h:15
float min
Definition: PromptStepperView.h:23
Definition: PromptStepperOperatorView.h:27
PromptStepperOperatorView * plusView
Definition: PromptStepperView.h:16
Definition: PromptStepperView.h:14
Definition: OperatorCallback.h:11
double max(double x, double y)
Definition: ReportServiceCore/Classes/CalculationEngine/statistic.h:22