Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Filters::FilterSkeleton Class Reference

#include <nr-filter-skeleton.h>

Inheritance diagram for Inkscape::Filters::FilterSkeleton:
Inkscape::Filters::FilterPrimitive

Public Member Functions

 FilterSkeleton ()
 
 ~FilterSkeleton () override
 
void render_cairo (FilterSlot &slot) const override
 
- Public Member Functions inherited from Inkscape::Filters::FilterPrimitive
 FilterPrimitive ()
 
virtual ~FilterPrimitive ()
 
virtual void update ()
 
virtual void area_enlarge (Geom::IntRect &area, Geom::Affine const &m) const
 
virtual void set_input (int slot)
 Sets the input slot number 'slot' to be used as input in rendering filter primitive 'primitive' For filter primitive types accepting more than one input, this sets the first input.
 
virtual void set_input (int input, int slot)
 Sets the input slot number 'slot' to be user as input number 'input' in rendering filter primitive 'primitive' First input for a filter primitive is number 0.
 
virtual void set_output (int slot)
 Sets the slot number 'slot' to be used as output from filter primitive 'primitive' If output slot for a filter element is not set, one of the unused image slots is used.
 
virtual double complexity (Geom::Affine const &) const
 
virtual bool uses_background () const
 
void set_x (SVGLength const &length)
 Sets the filter primitive subregion.
 
void set_y (SVGLength const &length)
 
void set_width (SVGLength const &length)
 
void set_height (SVGLength const &length)
 
void set_subregion (SVGLength const &x, SVGLength const &y, SVGLength const &width, SVGLength const &height)
 
Geom::Rect filter_primitive_area (FilterUnits const &units) const
 Returns the filter primitive area in user coordinate system.
 
virtual bool can_handle_affine (Geom::Affine const &) const
 Indicate whether the filter primitive can handle the given affine.
 
void setStyle (SPStyle const *style)
 Sets style for access to properties used by filter primitives.
 
virtual Glib::ustring name () const
 

Additional Inherited Members

- Protected Attributes inherited from Inkscape::Filters::FilterPrimitive
int _input
 
int _output
 
SVGLength _subregion_x
 
SVGLength _subregion_y
 
SVGLength _subregion_width
 
SVGLength _subregion_height
 
SPColorInterpolation color_interpolation
 

Detailed Description

Definition at line 35 of file nr-filter-skeleton.h.

Constructor & Destructor Documentation

◆ FilterSkeleton()

Inkscape::Filters::FilterSkeleton::FilterSkeleton ( )

Definition at line 33 of file nr-filter-skeleton.cpp.

◆ ~FilterSkeleton()

Inkscape::Filters::FilterSkeleton::~FilterSkeleton ( )
override

Definition at line 37 of file nr-filter-skeleton.cpp.

Member Function Documentation

◆ render_cairo()


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