FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::MoveSelectionActionContext Struct Reference

Context data required to perform a selection move action. More...

#include <Direction.h>

Public Attributes

unsigned long FrameIndex
WeakPtr< SelectionSel
Direction MoveDir
const SharedPtr< ProjectFile > & Proj

Detailed Description

Context data required to perform a selection move action.

Contains the frame index, selection reference, movement direction, and a reference to the active project.

Member Data Documentation

◆ FrameIndex

unsigned long FuncDoodle::MoveSelectionActionContext::FrameIndex

Index of the frame being modified.

◆ MoveDir

Direction FuncDoodle::MoveSelectionActionContext::MoveDir

Direction in which the selection should be moved.

◆ Proj

const SharedPtr<ProjectFile>& FuncDoodle::MoveSelectionActionContext::Proj

Active project owning the selection.

◆ Sel

WeakPtr<Selection> FuncDoodle::MoveSelectionActionContext::Sel

Selection to move (weak reference).


The documentation for this struct was generated from the following file: