Swiftray  1.0
Parser::ImageContext Class Reference

#include <image-context.h>

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

Public Member Functions

 ImageContext (BaseContext const &parent)
 
boost::optional< double > const & height () 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::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::width, double val)
 
void set (tag::attribute::x, double val)
 
void set (tag::attribute::xlink::href, RangedChar fragment)
 
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 IRI >
void set (tag::attribute::xlink::href, tag::iri_fragment, IRI const &fragment)
 
void set (tag::attribute::y, double val)
 
string type ()
 
boost::optional< double > const & width () const
 
- 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
 
- 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

◆ ImageContext()

Parser::ImageContext::ImageContext ( BaseContext const &  parent)
inline

Member Function Documentation

◆ height()

boost::optional<double> const& Parser::ImageContext::height ( ) const
inline

◆ on_exit_element()

void Parser::ImageContext::on_exit_element ( )
inline

◆ set() [1/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [2/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [3/66]

void Parser::StylableContext::set
inline

◆ set() [4/66]

void Parser::StylableContext::set
inline

◆ set() [5/66]

void Parser::StylableContext::set
inline

◆ set() [6/66]

void Parser::ObjectContext::set
inline

◆ set() [7/66]

template<class IRI >
void Parser::ObjectContext::set ( class IRI  )
inline

◆ set() [8/66]

void Parser::StylableContext::set
inline

◆ set() [9/66]

void Parser::StylableContext::set
inline

◆ set() [10/66]

template<class ValueTag >
void Parser::StylableContext::set ( class ValueTag  )
inline

◆ set() [11/66]

void Parser::StylableContext::set
inline

◆ set() [12/66]

void Parser::StylableContext::set
inline

◆ set() [13/66]

void Parser::StylableContext::set
inline

◆ set() [14/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [15/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [16/66]

void Parser::StylableContext::set
inline

◆ set() [17/66]

void Parser::StylableContext::set
inline

◆ set() [18/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [19/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [20/66]

void Parser::StylableContext::set
inline

◆ set() [21/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [22/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [23/66]

void Parser::StylableContext::set
inline

◆ set() [24/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [25/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [26/66]

void Parser::StylableContext::set
inline

◆ set() [27/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [28/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [29/66]

void Parser::StylableContext::set
inline

◆ set() [30/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [31/66]

template<class IRI >
void Parser::StylableContext::set ( class IRI  )
inline

◆ set() [32/66]

void Parser::StylableContext::set
inline

◆ set() [33/66]

void Parser::StylableContext::set
inline

◆ set() [34/66]

void Parser::StylableContext::set
inline

◆ set() [35/66]

void Parser::StylableContext::set
inline

◆ set() [36/66]

void Parser::StylableContext::set
inline

◆ set() [37/66]

void Parser::StylableContext::set
inline

◆ set() [38/66]

void Parser::StylableContext::set
inline

◆ set() [39/66]

void Parser::StylableContext::set
inline

◆ set() [40/66]

void Parser::StylableContext::set
inline

◆ set() [41/66]

template<class Range >
void Parser::StylableContext::set ( class Range  )
inline

◆ set() [42/66]

void Parser::StylableContext::set
inline

◆ set() [43/66]

void Parser::StylableContext::set
inline

◆ set() [44/66]

void Parser::StylableContext::set
inline

◆ set() [45/66]

void Parser::StylableContext::set
inline

◆ set() [46/66]

void Parser::StylableContext::set
inline

◆ set() [47/66]

void Parser::StylableContext::set
inline

◆ set() [48/66]

void Parser::StylableContext::set
inline

◆ set() [49/66]

void Parser::StylableContext::set
inline

◆ set() [50/66]

void Parser::StylableContext::set
inline

◆ set() [51/66]

void Parser::StylableContext::set
inline

◆ set() [52/66]

void Parser::StylableContext::set
inline

◆ set() [53/66]

void Parser::BaseContext::set
inline

◆ set() [54/66]

void Parser::ObjectContext::set
inline

◆ set() [55/66]

void Parser::ImageContext::set ( tag::attribute::height  ,
double  val 
)
inline

◆ set() [56/66]

void Parser::BaseContext::set
inline

◆ set() [57/66]

template<typename MinMax , typename SliceMeet >
void Parser::ObjectContext::set ( typename MinMax  ,
typename SliceMeet   
)
inline

◆ set() [58/66]

void Parser::ObjectContext::set
inline

◆ set() [59/66]

void Parser::ObjectContext::set
inline

◆ set() [60/66]

void Parser::ImageContext::set ( tag::attribute::width  ,
double  val 
)
inline

◆ set() [61/66]

void Parser::ImageContext::set ( tag::attribute::x  ,
double  val 
)
inline

◆ set() [62/66]

void Parser::ObjectContext::set
inline

◆ set() [63/66]

void Parser::ImageContext::set ( tag::attribute::xlink::href  ,
RangedChar  fragment 
)
inline

◆ set() [64/66]

template<class IRI >
void Parser::ObjectContext::set ( class IRI  )
inline

◆ set() [65/66]

template<class IRI >
void Parser::ImageContext::set ( tag::attribute::xlink::href  ,
tag::iri_fragment  ,
IRI const &  fragment 
)
inline

◆ set() [66/66]

void Parser::ImageContext::set ( tag::attribute::y  ,
double  val 
)
inline

◆ type()

string Parser::ImageContext::type ( )
inlinevirtual

Reimplemented from Parser::BaseContext.

◆ width()

boost::optional<double> const& Parser::ImageContext::width ( ) const
inline

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