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

Defines the base interface for undoable and redoable editor actions. More...

Go to the source code of this file.

Classes

class  FuncDoodle::Action
 Base interface for undoable and redoable editor actions. More...

Namespaces

namespace  FuncDoodle
 The FuncDoodle C++ namespace.

Detailed Description

Defines the base interface for undoable and redoable editor actions.

This header declares the Action class, which represents a single operation that can be applied and reverted within the application’s undo/redo system. Typical actions include drawing, filling, and deleting frames.