|
FuncDoodle
|
Context data required to perform a selection move action. More...
#include <Direction.h>
Public Attributes | |
| unsigned long | FrameIndex |
| WeakPtr< Selection > | Sel |
| Direction | MoveDir |
| const SharedPtr< ProjectFile > & | Proj |
Context data required to perform a selection move action.
Contains the frame index, selection reference, movement direction, and a reference to the active project.
| unsigned long FuncDoodle::MoveSelectionActionContext::FrameIndex |
Index of the frame being modified.
| Direction FuncDoodle::MoveSelectionActionContext::MoveDir |
Direction in which the selection should be moved.
| const SharedPtr<ProjectFile>& FuncDoodle::MoveSelectionActionContext::Proj |
Active project owning the selection.