FuncDoodle
Loading...
Searching...
No Matches
Direction.h File Reference

Defines direction enum and context for selection movement actions. More...

#include "Selection/Selection.h"
#include "Util/Ptr.h"

Go to the source code of this file.

Classes

struct  FuncDoodle::MoveSelectionActionContext
 Context data required to perform a selection move action. More...

Namespaces

namespace  FuncDoodle
 The FuncDoodle C++ namespace.

Enumerations

enum class  FuncDoodle::Direction {
  FuncDoodle::None = 0 , FuncDoodle::Left , FuncDoodle::Right , FuncDoodle::Up ,
  FuncDoodle::Down
}
 Direction used for moving a selection. More...

Detailed Description

Defines direction enum and context for selection movement actions.

This header provides the Direction enum used for moving selections and the MoveSelectionActionContext structure, which bundles all data required to execute a move-selection action within a project.