Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
drawing-item.h File Reference

Canvas item belonging to an SVG drawing element. More...

Go to the source code of this file.

Classes

struct  Inkscape::RenderContext
 
struct  Inkscape::UpdateContext
 
struct  Inkscape::CacheRecord
 
struct  Inkscape::InvalidItemException
 
class  Inkscape::DrawingItem
 SVG drawing item for display. More...
 

Namespaces

namespace  Glib
 
namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::Filters
 

Typedefs

using Inkscape::CacheList = std::list< CacheRecord >
 

Enumerations

enum class  Inkscape::Antialiasing : unsigned char { Inkscape::None , Inkscape::Fast , Inkscape::Good , Inkscape::Best }
 

Functions

void Inkscape::apply_antialias (DrawingContext &dc, Antialiasing antialias)
 Apply antialias setting to Cairo.
 
void Inkscape::propagate_antialias (SPShapeRendering shape_rendering, DrawingItem &item)
 Propagate element's shape rendering attribute into internal anti-aliasing setting of DrawingItem.
 

Detailed Description

Canvas item belonging to an SVG drawing element.

Definition in file drawing-item.h.