Lines Matching refs:in
8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
45 /** sets the value which is displayed in the metric field.
47 void setValue( [in] hyper Value, [in] short FieldUnit );
51 /** sets the user value which is displayed in the metric field.
53 void setUserValue( [in] hyper Value, [in] short FieldUnit );
57 /** returns the value which is currently displayed in the metric field.
59 hyper getValue( [in] short FieldUnit );
63 /** returns the corrected value which is displayed in the metric field.
65 hyper getCorrectedValue( [in] short FieldUnit );
71 void setMin( [in] hyper Value, [in] short FieldUnit );
78 hyper getMin( [in] short FieldUnit );
84 void setMax( [in] hyper Value, [in] short FieldUnit );
91 hyper getMax( [in] short FieldUnit );
97 void setFirst( [in] hyper Value, [in] short FieldUnit );
103 hyper getFirst( [in] short FieldUnit );
109 void setLast( [in] hyper Value, [in] short FieldUnit );
115 hyper getLast( [in] short FieldUnit );
121 void setSpinSize( [in] hyper Value );
133 void setDecimalDigits( [in] short nDigits );
145 void setStrictFormat( [in] boolean bStrict );