|
izzi
SVG SUBSET C++ API
|
Named render state. Datum to take id string and tie it to visual representation. More...
#include <a60-svg-render-state.h>
Inheritance diagram for svg::id_rstate:Public Member Functions | |
| id_rstate (const style s=dstyl, const string f="", const double angle=0.0, const double scale=1.0) | |
| id_rstate (const id_rstate &)=default | |
| id_rstate & | operator= (const id_rstate &)=default |
Public Member Functions inherited from svg::render_state_base | |
| bool | is_visible (const select v) const |
| render_state_base (const select m=select::none) | |
Public Attributes | |
| style | styl |
| string | name |
| double | rotate |
| double | multiple |
Public Attributes inherited from svg::render_state_base | |
| select | visible_mode |
Static Public Attributes | |
| static style | dstyl = { color::black, 0.5, color::black, 0.5, 2 } |
Named render state. Datum to take id string and tie it to visual representation.
Definition at line 290 of file a60-svg-render-state.h.
|
inlineexplicit |
Definition at line 300 of file a60-svg-render-state.h.
|
default |
Here is the call graph for this function:
Here is the call graph for this function:| style svg::id_rstate::styl |
Definition at line 292 of file a60-svg-render-state.h.
| string svg::id_rstate::name |
Definition at line 293 of file a60-svg-render-state.h.
| double svg::id_rstate::rotate |
Definition at line 294 of file a60-svg-render-state.h.
| double svg::id_rstate::multiple |
Definition at line 295 of file a60-svg-render-state.h.
|
static |
Definition at line 297 of file a60-svg-render-state.h.