Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
layer-manager.h File Reference

Go to the source code of this file.

Classes

class  Inkscape::LayerManager
 

Namespaces

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

Enumerations

enum  Inkscape::LayerRelativePosition { Inkscape::LPOS_ABOVE , Inkscape::LPOS_CHILD , Inkscape::LPOS_BELOW }
 

Functions

SPObjectInkscape::create_layer (SPObject *root, SPObject *layer, LayerRelativePosition position)
 Creates a new layer.
 
SPObjectInkscape::next_layer (SPObject *root, SPObject *layer)
 Finds the next layer under root, relative to layer in depth-first order.
 
SPObjectInkscape::previous_layer (SPObject *root, SPObject *layer)
 Finds the previous layer under root, relative to layer in depth-first order.