#include <ui.h>
|
float | ToRelative (int AbsoluteValue, int Min, int Max) const override |
|
int | ToAbsolute (float RelativeValue, int Min, int Max) const override |
|
virtual float | ToRelative (int AbsoluteValue, int Min, int Max) const =0 |
|
virtual int | ToAbsolute (float RelativeValue, int Min, int Max) const =0 |
|
◆ ToAbsolute()
int CLinearScrollbarScale::ToAbsolute |
( |
float |
RelativeValue, |
|
|
int |
Min, |
|
|
int |
Max |
|
) |
| const |
|
inlineoverridevirtual |
◆ ToRelative()
float CLinearScrollbarScale::ToRelative |
( |
int |
AbsoluteValue, |
|
|
int |
Min, |
|
|
int |
Max |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: