Swiftray  1.0
Parser::InheritedStyle Struct Reference

#include <stylable-context.h>

Inheritance diagram for Parser::InheritedStyle:
Parser::Style

Public Member Functions

 InheritedStyle ()
 

Public Attributes

color_t color_
 
double fill_opacity_
 
SVGPPPaint fill_paint_
 
int line_cap_
 
int line_join_
 
boost::optional< std::string > marker_end_
 
boost::optional< std::string > marker_mid_
 
boost::optional< std::string > marker_start_
 
double miterlimit_
 
bool nonzero_fill_rule_
 
std::vector< double > stroke_dasharray_
 
double stroke_dashoffset_
 
double stroke_opacity_
 
SVGPPPaint stroke_paint_
 
double stroke_width_
 

Constructor & Destructor Documentation

◆ InheritedStyle()

Parser::InheritedStyle::InheritedStyle ( )
inline

Member Data Documentation

◆ color_

color_t Parser::InheritedStyle::color_

◆ fill_opacity_

double Parser::InheritedStyle::fill_opacity_

◆ fill_paint_

SVGPPPaint Parser::InheritedStyle::fill_paint_

◆ line_cap_

int Parser::InheritedStyle::line_cap_

◆ line_join_

int Parser::InheritedStyle::line_join_

◆ marker_end_

boost::optional<std::string> Parser::InheritedStyle::marker_end_

◆ marker_mid_

boost::optional<std::string> Parser::InheritedStyle::marker_mid_

◆ marker_start_

boost::optional<std::string> Parser::InheritedStyle::marker_start_

◆ miterlimit_

double Parser::InheritedStyle::miterlimit_

◆ nonzero_fill_rule_

bool Parser::InheritedStyle::nonzero_fill_rule_

◆ stroke_dasharray_

std::vector<double> Parser::InheritedStyle::stroke_dasharray_

◆ stroke_dashoffset_

double Parser::InheritedStyle::stroke_dashoffset_

◆ stroke_opacity_

double Parser::InheritedStyle::stroke_opacity_

◆ stroke_paint_

SVGPPPaint Parser::InheritedStyle::stroke_paint_

◆ stroke_width_

double Parser::InheritedStyle::stroke_width_

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