|
| SOdysseyTimeline | _Offset (0.0f) |
| |
| SOdysseyTimeline | _Zoom (1.0f) |
| |
| void | Construct (const FArguments &InArgs) |
| |
| float | FrameSize () const |
| |
| FOptionalSize | GetScrollBoxHWidth () const |
| |
| bool | IsScrubbing () const |
| |
| float | Offset () const |
| |
| void | Offset (float iOffset) |
| |
| virtual FReply | OnMouseButtonDown (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual FReply | OnMouseButtonUp (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual FReply | OnMouseMove (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual FReply | OnMouseWheel (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual int32 | OnPaint (const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const override |
| |
| void | OnScrollBarUserScrolled (float ScrollOffset) |
| |
| float | ScrubPosition () const |
| |
| void | ScrubPosition (float iPosition) |
| |
| float | Zoom () const |
| |
| void | Zoom (float iZoom) |
| |