Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h |
| Include | #include "Insights/ViewModels/AxisViewportDouble.h" |
Syntax
class FAxisViewportDouble
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CenterOnValue
(
const double Value |
||
| bool | CenterOnValueInterval
(
const double IntervalStartValue, |
||
| bool | EnforceScrollLimits
(
const float InMinPos, |
||
| float | GetMaxPos () |
||
| double | GetMaxScale () |
||
| double | GetMaxValue () |
||
| float | GetMinPos () |
||
| double | GetMinScale () |
||
| double | GetMinValue () |
||
| float | GetOffsetForValue
(
const double Value |
||
| float | GetPos () |
||
| float | GetPosForValue
(
const double Value |
||
| float | GetRoundedOffsetForValue
(
const double Value |
||
| double | GetScale () |
Current scale factor between Value units and Slate units (pixels), in pixels per value. | |
| void | GetScrollLimits
(
float& OutMinPos, |
||
| float | GetSize () |
Size of viewport, in pixels (Slate units). | |
| double | GetValueAtOffset
(
const float Offset |
||
| double | GetValueAtPos
(
const float Pos |
||
| void | OnUserScrolled
(
TSharedPtr< SScrollBar > ScrollBar, |
||
| bool | RelativeZoomWithFixedOffset
(
const float Delta, |
||
| void | Reset () |
||
| bool | ScrollAtPos
(
const float Pos |
||
| bool | ScrollAtValue
(
const double Value |
||
| void | SetMinMaxValueInterval
(
const double InMinValue, |
||
| bool | SetScale
(
const double NewScale |
||
| void | SetScaleLimits
(
const double InMinScale, |
||
| bool | SetSize
(
const float InSize |
||
| FString | ToDebugString
(
const TCHAR* Sufix |
||
| bool | |||
| void | UpdateScrollBar
(
TSharedPtr< SScrollBar > ScrollBar |
||
| bool | ZoomWithFixedOffset
(
const double NewScale, |
Constants
| Name | Description |
|---|---|
| SLATE_UNITS_TOLERANCE |