|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Display label and single-key shortcut for a tool. key is the binding design-tool users expect (Selection = V, Pen = P, Type = T); label is the tool's human name. The toolbar renders the tooltip as "<label> (<key>)". More...
#include "donner/editor/ToolKeybinding.h"
Public Attributes | |
| std::string_view | label |
| char | key = '\0' |
Display label and single-key shortcut for a tool. key is the binding design-tool users expect (Selection = V, Pen = P, Type = T); label is the tool's human name. The toolbar renders the tooltip as "<label> (<key>)".
| char donner::editor::ToolKeybinding::key = '\0' |
| std::string_view donner::editor::ToolKeybinding::label |