|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
Holds the value of the id attribute of an element. More...
#include "donner/svg/components/IdComponent.h"
Public Member Functions | |
| IdComponent (const RcString &value) | |
| Constructor, create an IdComponent for a given ID. | |
| const RcString & | id () const |
| Get the element id attribute value. To change the value, destroy and recreate IdComponent. | |
Holds the value of the id attribute of an element.
|
inlineexplicit |
Constructor, create an IdComponent for a given ID.
To change the value, destory and recreate this object.
| value | ID attribute value. |