|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Result of requesting an editor-facing compositor presentation plan. More...
#include "donner/svg/compositor/CompositorController.h"
Public Types | |
| enum class | Code : uint8_t { PromotedLayer , OwningTilesRequired , InvalidEntity , LayerLimit , MemoryLimit , DescendantPromoted } |
Public Member Functions | |
| bool | promotedLayer () const |
| bool | owningTilesRequired () const |
| operator bool () const | |
Public Attributes | |
| Code | code = Code::PromotedLayer |
| Result code for this promotion request. | |
Static Public Attributes | |
| static constexpr Code | PromotedLayer = Code::PromotedLayer |
| static constexpr Code | OwningTilesRequired = Code::OwningTilesRequired |
| static constexpr Code | InvalidEntity = Code::InvalidEntity |
| static constexpr Code | LayerLimit = Code::LayerLimit |
| static constexpr Code | MemoryLimit = Code::MemoryLimit |
| static constexpr Code | DescendantPromoted = Code::DescendantPromoted |
Friends | |
| bool | operator== (PromoteResult result, Code code) |
| bool | operator== (Code code, PromoteResult result) |
Result of requesting an editor-facing compositor presentation plan.
|
strong |