|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
This is the complete list of members for donner::editor::Tool, including all inherited members.
| onMouseDown(EditorApp &editor, const Vector2d &documentPoint, MouseModifiers modifiers)=0 | donner::editor::Tool | pure virtual |
| onMouseMove(EditorApp &editor, const Vector2d &documentPoint, bool buttonHeld)=0 | donner::editor::Tool | pure virtual |
| onMouseUp(EditorApp &editor, const Vector2d &documentPoint)=0 | donner::editor::Tool | pure virtual |
| operator=(const Tool &)=delete (defined in donner::editor::Tool) | donner::editor::Tool | |
| operator=(Tool &&)=delete (defined in donner::editor::Tool) | donner::editor::Tool | |
| Tool()=default (defined in donner::editor::Tool) | donner::editor::Tool | |
| Tool(const Tool &)=delete (defined in donner::editor::Tool) | donner::editor::Tool | |
| Tool(Tool &&)=delete (defined in donner::editor::Tool) | donner::editor::Tool | |
| ~Tool()=default (defined in donner::editor::Tool) | donner::editor::Tool | virtual |