Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::PathOperationAvailability Struct Reference

Whether a path operation can currently be applied to the editor selection. More...

#include "donner/editor/EditorApp.h"

Collaboration diagram for donner::editor::PathOperationAvailability:
[legend]

Public Attributes

bool canApply = false
 True when the operation button should be enabled.
std::string reason
 Short disabled-state reason for tooltips and tests.

Detailed Description

Whether a path operation can currently be applied to the editor selection.

Member Data Documentation

◆ canApply

bool donner::editor::PathOperationAvailability::canApply = false

True when the operation button should be enabled.

◆ reason

std::string donner::editor::PathOperationAvailability::reason

Short disabled-state reason for tooltips and tests.


The documentation for this struct was generated from the following file: