Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Views
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- STrackLane
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/STrackLane.h |
| Include | #include "MVVM/Views/STrackLane.h" |
Syntax
class STrackLane : public SPanel
Remarks
A wrapper widget responsible for positioning a track lane within the section area
Constructors
| Type | Name | Description | |
|---|---|---|---|
STrackLane () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~STrackLane () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct this widget | |
| TSharedPtr< ITrackLaneWidget > | FindWidgetForModel
(
const FWeakViewModelPtr& InModel |
||
| const TMap< FWeakViewModelPtr, TSharedPtr< ITrackLaneWidget > > & | |||
| TArrayView< const TWeakPtr< STrackLane > > | |||
| TViewModelPtr< IOutlinerExtension > | Gets the outliner view-model that created this track lane | ||
| TSharedPtr< STrackLane > | |||
| TSharedPtr< FTimeToPixel > | |||
| TSharedPtr< STrackAreaView > | |||
| float | Gets the vertical offset of this track lane | ||
| bool | IsPinned () |
Returns whether the outliner item that created this track lane is pinned or not | |
| void | |||
| int32 | PaintLaneBackground
(
const FGeometry& AllottedGeometry, |
||
| void | PositionParentTrackLanes
(
TViewModelPtr< IOutlinerExtension > InItem, |
Sets the vertical offset of this track lane and all parent track lanes given the vertical offset of a particular outliner item inside the current track lane (i.e. an outliner item that's a child of the item that created this track lane) Note that the given item could actually be the one that created this track lane. | |
| void | |||
| void | SetVerticalPosition
(
float InPosition |
Sets the vertical offset of this track lane |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. | |
| FChildren * | GetChildren () |
All widgets must provide a way to access their children in a layout-agnostic way. | |
| void | OnArrangeChildren
(
const FGeometry& AllottedGeometry, |
Panels arrange their children in a space described by the AllottedGeometry parameter. | |
| FCursorReply | OnCursorQuery
(
const FGeometry& MyGeometry, |
The system asks each widget under the mouse to provide a cursor. This event is bubbled. | |
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. | |
| FReply | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse button was release within it. | |
| FReply | OnMouseMove
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse moved within it. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |