izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
svg::id_rstate Struct Reference

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 id_rstate &)=default
 
 id_rstate (const style s=dstyl, const string f="", const double angle=0.0, const double scale=1.0)
 
id_rstateoperator= (const id_rstate &)=default
 
- Public Member Functions inherited from svg::render_state_base
 render_state_base (const select m=select::none)
 
bool is_visible (const select v) const
 

Public Attributes

double multiple
 
string name
 
double rotate
 
style styl
 
- 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 }
 

Detailed Description

Named render state. Datum to take id string and tie it to visual representation.

Definition at line 291 of file a60-svg-render-state.h.

Constructor & Destructor Documentation

◆ id_rstate() [1/2]

svg::id_rstate::id_rstate ( const style s = dstyl,
const string f = "",
const double angle = 0.0,
const double scale = 1.0 )
inlineexplicit

Definition at line 301 of file a60-svg-render-state.h.

◆ id_rstate() [2/2]

svg::id_rstate::id_rstate ( const id_rstate & )
default
+ Here is the call graph for this function:

Member Function Documentation

◆ operator=()

id_rstate & svg::id_rstate::operator= ( const id_rstate & )
default
+ Here is the call graph for this function:

Member Data Documentation

◆ dstyl

style svg::id_rstate::dstyl = { color::black, 0.5, color::black, 0.5, 2 }
static

Definition at line 298 of file a60-svg-render-state.h.

◆ multiple

double svg::id_rstate::multiple

Definition at line 296 of file a60-svg-render-state.h.

◆ name

string svg::id_rstate::name

Definition at line 294 of file a60-svg-render-state.h.

◆ rotate

double svg::id_rstate::rotate

Definition at line 295 of file a60-svg-render-state.h.

◆ styl

style svg::id_rstate::styl

Definition at line 293 of file a60-svg-render-state.h.


The documentation for this struct was generated from the following file: