Class TMenuFloatSlider
Unit
CastleOnScreenMenu
Declaration
type TMenuFloatSlider = class(TMenuSlider)
Description
no description available, TMenuSlider description follows no description available, TMenuAccessory description follows
Attachment to a specific menu item of TCastleOnScreenMenu, for example may store a value associated with given menu option, and allow to change it by a slider.
Hierarchy
Overview
Methods
Properties
 |
property BeginRange: Single read FBeginRange; |
 |
property EndRange: Single read FEndRange; |
 |
property Value: Single read FValue write FValue; |
Description
Methods
 |
constructor Create(const ABeginRange, AEndRange, AValue: Single); |
|
 |
procedure Draw(const Rectangle: TRectangle); override; |
|
 |
function ValueToStr(const AValue: Single): string; virtual; |
|
Properties
 |
property BeginRange: Single read FBeginRange; |
|
 |
property EndRange: Single read FEndRange; |
|
 |
property Value: Single read FValue write FValue; |
Current value. When setting this property, always make sure that it's within the allowed range.
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:37
|