Public Member Functions | |
virtual void MCCOMAPI | SetUseCustomDisplayedRange (boolean useCustomRange)=0 |
Sets use or not of a custom display range. | |
virtual void MCCOMAPI | SetMinMaxDisplayedValue (real32 minDiplayed, real32 maxDisplayed)=0 |
virtual void MCCOMAPI | GetMinMaxDisplayedValue (real32 &minDiplayed, real32 &maxDisplayed)=0 |
Gets the current min/max value that is displayed. |
Interface for a linear slider part.
virtual void MCCOMAPI IMFLinearSliderPart::GetMinMaxDisplayedValue | ( | real32 & | minDiplayed, | |
real32 & | maxDisplayed | |||
) | [pure virtual] |
Gets the current min/max value that is displayed.
virtual void MCCOMAPI IMFLinearSliderPart::SetMinMaxDisplayedValue | ( | real32 | minDiplayed, | |
real32 | maxDisplayed | |||
) | [pure virtual] |
Sets the min/max value that is displayed (not this is not the min/max of the slider part, the user can still enter a different value using the edit text)
virtual void MCCOMAPI IMFLinearSliderPart::SetUseCustomDisplayedRange | ( | boolean | useCustomRange | ) | [pure virtual] |
Sets use or not of a custom display range.