|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 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 , FullCanvasPreviewRequired , InvalidEntity , LayerLimit , MemoryLimit , DescendantPromoted } |
Public Member Functions | |
| bool | promotedLayer () const |
| bool | fullCanvasPreviewRequired () 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 | FullCanvasPreviewRequired = Code::FullCanvasPreviewRequired |
| 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 |