|
izzi
SVG SUBSET C++ API
|
Render settings for collections. More...
#include <a60-svg-render-state.h>
Inheritance diagram for svg::color_rstate:Public Types | |
| using | colormap = std::unordered_map<string, color_qi> |
Public Member Functions | |
| color_qi | get_color (const string &s) const |
| color_rstate ()=default | |
Public Member Functions inherited from svg::collection_rstate | |
| collection_rstate (const double o=0.10, const scale rscale=scale::medium) | |
| collection_rstate (const collection_rstate &)=default | |
| string | mangle () const |
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 | |
| colormap | klrs |
Public Attributes inherited from svg::collection_rstate | |
| select | outline_mode |
| scale | scale_mode |
| double | opacity |
| int | text_scale_max |
| bool | weigh |
| bool | color_generated |
| bool | alt |
Public Attributes inherited from svg::render_state_base | |
| select | visible_mode |
Render settings for collections.
Definition at line 259 of file a60-svg-render-state.h.
| using svg::color_rstate::colormap = std::unordered_map<string, color_qi> |
Definition at line 261 of file a60-svg-render-state.h.
|
default |
|
inline |
Definition at line 266 of file a60-svg-render-state.h.
| colormap svg::color_rstate::klrs |
Definition at line 263 of file a60-svg-render-state.h.