|
FuncDoodle
|
Defines selection primitives for editing regions of pixels. More...
Go to the source code of this file.
Classes | |
| class | FuncDoodle::Selection |
| Base class for selection shapes. More... | |
| struct | FuncDoodle::SquareSelection |
| Rectangular selection defined by two corner points. More... | |
Namespaces | |
| namespace | FuncDoodle |
| The FuncDoodle C++ namespace. | |
Defines selection primitives for editing regions of pixels.
This file contains the Selection interface and its implementations, used to represent and compute selectable regions within frames.
Includes:
Selections are used for editing operations such as move, delete, rotate, and other region-based transformations.