|
|
Donner
C++20 SVG rendering library
|
Stores the parsed element type of the current entity. More...
#include "donner/svg/components/ElementTypeComponent.h"
Public Member Functions | |
| ElementTypeComponent (ElementType type) | |
Tag this entity to have ElementType type. | |
| ElementType | type () const |
| Get the parsed element type as an enum. | |
Stores the parsed element type of the current entity.
|
inlineexplicit |
Tag this entity to have ElementType type.
| type | The type of the element. |