Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FAxisViewportDouble () |
Functions
Type | Name | Description |
---|---|---|
bool | CenterOnValue ( const double Value ) | |
bool | CenterOnValueInterval ( const double IntervalStartValue, const double IntervalEndValue ) | |
bool | EnforceScrollLimits ( const float InMinPos, const float InMaxPos, const float InterpolationFactor ) | |
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& OutMaxPos ) | |
float | GetSize () | Size of viewport, in pixels (Slate units). |
double | GetValueAtOffset ( const float Offset ) | |
double | GetValueAtPos ( const float Pos ) | |
void | OnUserScrolled ( TSharedPtr< SScrollBar > ScrollBar, float ScrollOffset ) | |
bool | RelativeZoomWithFixedOffset ( const float Delta, const float Offset ) | |
void | Reset () | |
bool | ScrollAtPos ( const float Pos ) | |
bool | ScrollAtValue ( const double Value ) | |
void | SetMinMaxValueInterval ( const double InMinValue, const double InMaxValue ) | |
bool | SetScale ( const double NewScale ) | |
void | SetScaleLimits ( const double InMinScale, const double InMaxScale ) | |
bool | SetSize ( const float InSize ) | |
FString | ToDebugString ( const TCHAR* Sufix ) | |
bool | UpdatePosWithinLimits () | |
void | UpdateScrollBar ( TSharedPtr< SScrollBar > ScrollBar ) | |
bool | ZoomWithFixedOffset ( const double NewScale, const float Offset ) |
Constants
Name | Description |
---|---|
SLATE_UNITS_TOLERANCE |