Inkscape
Vector Graphics Editor
|
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 | |
SPObject * | Inkscape::create_layer (SPObject *root, SPObject *layer, LayerRelativePosition position) |
Creates a new layer. | |
SPObject * | Inkscape::next_layer (SPObject *root, SPObject *layer) |
Finds the next layer under root, relative to layer in depth-first order. | |
SPObject * | Inkscape::previous_layer (SPObject *root, SPObject *layer) |
Finds the previous layer under root, relative to layer in depth-first order. | |