Swiftray  1.0
Parser::ReferencedSymbolOrSvgContext Class Reference

#include <reference-context.h>

Inheritance diagram for Parser::ReferencedSymbolOrSvgContext:
Parser::BaseContext Parser::StylableContext Parser::ObjectContext Parser::TransformableContext Parser::PaintContext< svgpp::tag::attribute::stroke > Parser::PaintContext< svgpp::tag::attribute::fill >

Public Member Functions

 ReferencedSymbolOrSvgContext (UseContext &referencing)
 
void get_reference_viewport_size (double &width, double &height)
 
- Public Member Functions inherited from Parser::BaseContext
 BaseContext (SVGPPDoc &svgpp_doc, double resolutionDPI)
 
void disable_rendering ()
 
length_factory_type const & length_factory () const
 
void on_exit_element ()
 
template<class IRI >
void set (svgpp::tag::attribute::clip_path, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::clip_path, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::clip_path, svgpp::tag::value::inherit val)
 
void set (svgpp::tag::attribute::clip_path, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::color, color_t val)
 
void set (svgpp::tag::attribute::data_original_layer, RangedChar fragment)
 
template<class IRI >
void set (svgpp::tag::attribute::data_original_layer, tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::display, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::display, svgpp::tag::value::none)
 
template<class ValueTag >
void set (svgpp::tag::attribute::display, ValueTag)
 
void set (svgpp::tag::attribute::fill_opacity, double val)
 
void set (svgpp::tag::attribute::fill_rule, svgpp::tag::value::evenodd)
 
void set (svgpp::tag::attribute::fill_rule, svgpp::tag::value::nonzero)
 
template<class IRI >
void set (svgpp::tag::attribute::filter, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::filter, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::filter, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::filter, svgpp::tag::value::none val)
 
template<class IRI >
void set (svgpp::tag::attribute::marker, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_end, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_end, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker_end, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_mid, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_mid, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker_mid, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_start, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_start, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker_start, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::mask, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::mask, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::mask, svgpp::tag::value::inherit val)
 
void set (svgpp::tag::attribute::mask, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::opacity, double val)
 
void set (svgpp::tag::attribute::opacity, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::auto_)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::hidden)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::scroll)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::visible)
 
template<class Range >
void set (svgpp::tag::attribute::stroke_dasharray, Range const &range)
 
void set (svgpp::tag::attribute::stroke_dasharray, svgpp::tag::value::none)
 
void set (svgpp::tag::attribute::stroke_dashoffset, double val)
 
void set (svgpp::tag::attribute::stroke_linecap, svgpp::tag::value::butt)
 
void set (svgpp::tag::attribute::stroke_linecap, svgpp::tag::value::round)
 
void set (svgpp::tag::attribute::stroke_linecap, svgpp::tag::value::square)
 
void set (svgpp::tag::attribute::stroke_linejoin, svgpp::tag::value::bevel)
 
void set (svgpp::tag::attribute::stroke_linejoin, svgpp::tag::value::miter)
 
void set (svgpp::tag::attribute::stroke_linejoin, svgpp::tag::value::round)
 
void set (svgpp::tag::attribute::stroke_miterlimit, double val)
 
void set (svgpp::tag::attribute::stroke_opacity, double val)
 
void set (svgpp::tag::attribute::stroke_width, double val)
 
void set (tag::attribute::class_, RangedChar class_)
 
void set (tag::attribute::height, double val)
 
void set (tag::attribute::id, RangedChar id)
 
template<typename MinMax , typename SliceMeet >
void set (tag::attribute::preserveAspectRatio, bool, MinMax, SliceMeet)
 
void set (tag::attribute::preserveAspectRatio, bool, tag::value::none)
 
void set (tag::attribute::width, double val)
 
void set (tag::attribute::xlink::href, RangedChar fragment)
 
template<class IRI >
void set (tag::attribute::xlink::href, tag::iri_fragment, IRI const &fragment)
 
template<class Range >
void set_text (Range const &text)
 
void set_viewbox_size (double viewbox_width, double viewbox_height)
 
void set_viewport (double viewport_x, double viewport_y, double viewport_width, double viewport_height)
 
SVGPPDocsvgppDoc () const
 
virtual string type ()
 
- Public Member Functions inherited from Parser::StylableContext
 StylableContext ()
 
 StylableContext (StylableContext const &src)
 
QString fillColor ()
 
template<class IRI >
void set (svgpp::tag::attribute::clip_path, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::clip_path, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::clip_path, svgpp::tag::value::inherit val)
 
void set (svgpp::tag::attribute::clip_path, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::color, color_t val)
 
void set (svgpp::tag::attribute::display, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::display, svgpp::tag::value::none)
 
template<class ValueTag >
void set (svgpp::tag::attribute::display, ValueTag)
 
void set (svgpp::tag::attribute::fill_opacity, double val)
 
void set (svgpp::tag::attribute::fill_rule, svgpp::tag::value::evenodd)
 
void set (svgpp::tag::attribute::fill_rule, svgpp::tag::value::nonzero)
 
template<class IRI >
void set (svgpp::tag::attribute::filter, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::filter, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::filter, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::filter, svgpp::tag::value::none val)
 
template<class IRI >
void set (svgpp::tag::attribute::marker, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_end, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_end, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker_end, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_mid, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_mid, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker_mid, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_start, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::marker_start, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::marker_start, svgpp::tag::value::none)
 
template<class IRI >
void set (svgpp::tag::attribute::mask, IRI const &)
 
template<class IRI >
void set (svgpp::tag::attribute::mask, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::mask, svgpp::tag::value::inherit val)
 
void set (svgpp::tag::attribute::mask, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::opacity, double val)
 
void set (svgpp::tag::attribute::opacity, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::auto_)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::hidden)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::inherit)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::scroll)
 
void set (svgpp::tag::attribute::overflow, svgpp::tag::value::visible)
 
template<class Range >
void set (svgpp::tag::attribute::stroke_dasharray, Range const &range)
 
void set (svgpp::tag::attribute::stroke_dasharray, svgpp::tag::value::none)
 
void set (svgpp::tag::attribute::stroke_dashoffset, double val)
 
void set (svgpp::tag::attribute::stroke_linecap, svgpp::tag::value::butt)
 
void set (svgpp::tag::attribute::stroke_linecap, svgpp::tag::value::round)
 
void set (svgpp::tag::attribute::stroke_linecap, svgpp::tag::value::square)
 
void set (svgpp::tag::attribute::stroke_linejoin, svgpp::tag::value::bevel)
 
void set (svgpp::tag::attribute::stroke_linejoin, svgpp::tag::value::miter)
 
void set (svgpp::tag::attribute::stroke_linejoin, svgpp::tag::value::round)
 
void set (svgpp::tag::attribute::stroke_miterlimit, double val)
 
void set (svgpp::tag::attribute::stroke_opacity, double val)
 
void set (svgpp::tag::attribute::stroke_width, double val)
 
QString strokeColor ()
 
Stylestyle ()
 
Style const & style () const
 
- Public Member Functions inherited from Parser::PaintContext< svgpp::tag::attribute::stroke >
 PaintContext (SVGPPPaint &paint)
 
void set (svgpp::tag::attribute::stroke tag, IRI const &, color_t val, svgpp::tag::skip_icc_color=svgpp::tag::skip_icc_color())
 
void set (svgpp::tag::attribute::stroke tag, IRI const &, svgpp::tag::value::currentColor val)
 
void set (svgpp::tag::attribute::stroke tag, IRI const &, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::stroke tag, IRI const &iri)
 
void set (svgpp::tag::attribute::stroke tag, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::stroke tag, svgpp::tag::iri_fragment, IRI const &fragment, color_t val, svgpp::tag::skip_icc_color=svgpp::tag::skip_icc_color())
 
void set (svgpp::tag::attribute::stroke tag, svgpp::tag::iri_fragment, IRI const &fragment, svgpp::tag::value::currentColor val)
 
void set (svgpp::tag::attribute::stroke tag, svgpp::tag::iri_fragment, IRI const &fragment, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::stroke, color_t color, svgpp::tag::skip_icc_color=svgpp::tag::skip_icc_color())
 
void set (svgpp::tag::attribute::stroke, svgpp::tag::value::currentColor)
 
void set (svgpp::tag::attribute::stroke, svgpp::tag::value::none)
 
- Public Member Functions inherited from Parser::PaintContext< svgpp::tag::attribute::fill >
 PaintContext (SVGPPPaint &paint)
 
void set (svgpp::tag::attribute::fill tag, IRI const &, color_t val, svgpp::tag::skip_icc_color=svgpp::tag::skip_icc_color())
 
void set (svgpp::tag::attribute::fill tag, IRI const &, svgpp::tag::value::currentColor val)
 
void set (svgpp::tag::attribute::fill tag, IRI const &, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::fill tag, IRI const &iri)
 
void set (svgpp::tag::attribute::fill tag, svgpp::tag::iri_fragment, IRI const &fragment)
 
void set (svgpp::tag::attribute::fill tag, svgpp::tag::iri_fragment, IRI const &fragment, color_t val, svgpp::tag::skip_icc_color=svgpp::tag::skip_icc_color())
 
void set (svgpp::tag::attribute::fill tag, svgpp::tag::iri_fragment, IRI const &fragment, svgpp::tag::value::currentColor val)
 
void set (svgpp::tag::attribute::fill tag, svgpp::tag::iri_fragment, IRI const &fragment, svgpp::tag::value::none val)
 
void set (svgpp::tag::attribute::fill, color_t color, svgpp::tag::skip_icc_color=svgpp::tag::skip_icc_color())
 
void set (svgpp::tag::attribute::fill, svgpp::tag::value::currentColor)
 
void set (svgpp::tag::attribute::fill, svgpp::tag::value::none)
 
- Public Member Functions inherited from Parser::ObjectContext
void set (svgpp::tag::attribute::data_original_layer, RangedChar fragment)
 
template<class IRI >
void set (svgpp::tag::attribute::data_original_layer, tag::iri_fragment, IRI const &fragment)
 
void set (tag::attribute::height, double val)
 
template<typename MinMax , typename SliceMeet >
void set (tag::attribute::preserveAspectRatio, bool, MinMax, SliceMeet)
 
void set (tag::attribute::preserveAspectRatio, bool, tag::value::none)
 
void set (tag::attribute::width, double val)
 
void set (tag::attribute::xlink::href, RangedChar fragment)
 
template<class IRI >
void set (tag::attribute::xlink::href, tag::iri_fragment, IRI const &fragment)
 
- Public Member Functions inherited from Parser::TransformableContext
QPointF getTransformedPos (double x, double y)
 
QTransform qtransform ()
 
matrix_ttransform ()
 
matrix_t const & transform () const
 
void transform_matrix (const boost::array< double, 6 > &matrix)
 
void transform_rotate (double angle)
 
void transform_scale (double scale)
 
void transform_scale (double sx, double sy)
 
void transform_translate (double tx)
 
void transform_translate (double tx, double ty)
 

Additional Inherited Members

- Public Types inherited from Parser::BaseContext
typedef factory::length::unitless length_factory_type
 
- Public Types inherited from Parser::StylableContext
typedef PaintContext< svgpp::tag::attribute::fill > fill_paint
 
typedef PaintContext< svgpp::tag::attribute::stroke > stroke_paint
 
- Static Public Member Functions inherited from Parser::BaseContext
static bool unknown_attribute_error (std::string name)
 
- Public Attributes inherited from Parser::BaseContext
QString class_name_
 
QString id_
 
- Public Attributes inherited from Parser::TransformableContext
matrix_t transform_
 
- Protected Attributes inherited from Parser::PaintContext< svgpp::tag::attribute::stroke >
SVGPPPaintpaint_
 
- Protected Attributes inherited from Parser::PaintContext< svgpp::tag::attribute::fill >
SVGPPPaintpaint_
 

Constructor & Destructor Documentation

◆ ReferencedSymbolOrSvgContext()

Parser::ReferencedSymbolOrSvgContext::ReferencedSymbolOrSvgContext ( UseContext referencing)
inline

Member Function Documentation

◆ get_reference_viewport_size()

void Parser::ReferencedSymbolOrSvgContext::get_reference_viewport_size ( double &  width,
double &  height 
)
inline

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